.speakers-grid {
  position: relative;
  margin: 75px 0;
  padding: 0 $gutter;

  @include sm {
    margin: 50px 0;
    padding: 0 $gutter-mobile;
  }

  &__title {
    text-align: center;
    font-size: 4.8rem;
    line-height: 4.9rem;
    margin: 0 auto 40px;
    max-width: $text-width-small;

    @include sm {
      font-size: 2.6rem;
      line-height: 3rem;
    }
  }

  &__wrapper {
    width: 100%;
    max-width: $projects-content-width;
    margin: 0 auto;
  }

  &__container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  &--left {
    .speakers-grid__title {
      margin: 0 0 40px;
      text-align: left;
    }

    .speakers-grid__container {
      justify-content: left;
    }
  }
}
