.news-further-info {
  position: relative;
  width: 100%;
  padding: 0 $gutter;
  margin: 80px 0;

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

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

  &__title {
    margin: 0 auto;
    width: 100%;
    max-width: $screen-sm-max;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: 0.01rem;
    color: $primary-color;
    margin-bottom: 16px;
  }

  &__container {
    width: 100%;
    background-color: $gray-10;
    padding: 48px $gutter;
    margin-bottom: 1px;
  }

  &__content {
    margin: 0 auto;
    width: 100%;
    max-width: $screen-sm-max;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    @include sm {
      flex-direction: column;
    }
  }

  &__right {
    width: 100%;
    max-width: 460px;

    @include sm {
      max-width: 100%;
    }
  }

  &__right-name {
    margin: 0 0 4px;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: 0.02rem;
    color: $primary-color;
  }

  &__right-title {
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: 0.01rem;
    color: $primary-color;
    margin-bottom: 32px;
  }

  &__right-job, &__right-description {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: 0.01rem;
    color: $primary-color;

    > *:first-child {
      margin-top: 0,
    }

    > *:last-child {
      margin-bottom: 0,
    }
  }

  &__right-divider {
    display: block;
    width: 24px;
    height: 1px;
    margin-top: 24px;
    background-color: $primary-color;
  }

  &__left {
    width: 100%;
    max-width: 220px;

    @include sm {
      max-width: 100%;
      margin-top: 24px;
    }
  }

  &__left-email-container {
    display: flex;
    align-items: center;
  }

  &__left-email-icon {
    display: inline-flex;
    align-items: center;
    margin-right: 3px;

    svg {
      height: 11px;

      g, path {
        fill: $primary-color;
      }
    }
  }

  &__left-earth-icon {
    display: inline-flex;
    align-items: center;
    margin-right: 3px;

    svg {
      height: 11px;
      width: 11px;

      g, path {
        fill: $primary-color;
      }
    }
  }

  &__left-email {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: 0.01rem;
    color: $primary-color;
  }
}
