/*<section class="header1 container">*/

@media (min-width: 0) {
  .author {
    padding: 40px 0 20px;
  }
  .author__title {
    font-family: "Manrope";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
    /* letter-spacing: -0.56px; */
  }
  .author__name {
    margin-top: 0px;
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 33.6px */
  }

  .author__img-dev {
    display: none;
  }

  .author__img-mob {
    width: 100%;
  }

  .author__img {
    margin-top: 25px;
  }

  .author__description {
    position: relative;
    border-radius: 16px;
    background: #000;
    padding: 20px 18px 0px;
    margin-top: 20px;
  }

  .author-description {
    margin-top: 20px;
    color: #fff;
    font-family: "Manrope";
    font-size: 14px;
    line-height: 150%; /* 21px */
  }

  .author__btn {
    width: 100%;
    height: 52px;
    padding: 13px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 16px;
    background: #dc5086;
    color: #fff;
    text-align: center;
    font-family: "Manrope";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    margin: 0 auto;
    margin-top: 20px;
  }
  .author__list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    margin-top: 8px;
  }
  .author__item {
    border-radius: 16px;
    background: #f4f4f4;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .author__item_name {
    color: #1d1d1b;
    font-family: "Manrope";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
  }
  .author__item_des {
    color: #1d1d1b;
    font-family: "Manrope";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
  }
}
@media (min-width: 657px) {
  .author__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .author__item {
    border-radius: 16px;
    background: #f4f4f4;
    max-width: 285px;
    padding: 20px 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .author-description {
    color: #fff;
    max-width: 648px;
    font-family: "Manrope";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
  }
}

@media (min-width: 957px) {
  .author-description {
    margin-top: 20px;
    color: #fff;
    font-family: "Manrope";
    font-size: 18px;
    line-height: 150%; /* 21px */
  }
  .author__img-mob {
    display: none;
  }

  .author__img-dev {
    display: block;
    width: 100%;
  }

  .author__img {
    margin-top: 0;
  }

  .author__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
    margin-top: 20px;
  }
  .author__item {
    border-radius: 16px;
    background: #f4f4f4;
    max-width: 277px;
    padding: 20px 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .author__item_name {
    color: #1d1d1b;
    font-family: "Manrope";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
  }
  .author__item_des {
    color: #1d1d1b;
    font-family: "Manrope";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
  }
  .author__btn {
    width: 343px;
    height: 52px;
    padding: 13px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 16px;
    background: #dc5086;
    color: #fff;
    text-align: center;
    font-family: "Manrope";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    margin: 0 auto;
    margin-top: 20px;
  }
}

@media (min-width: 1243px) {
  .author__title {
    font-family: "Manrope";
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 54px */
    /* letter-spacing: 1.8px; */
    margin-bottom: 34px;
  }
  .author__name {
    color: #fff;
    font-family: "Manrope";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 48px */
    margin-bottom: 16px;
  }
  .author__description {
    padding: 70px 0 70px 42px;
    border-radius: 16px;
    background: #000;
    position: relative;
  }
  .author-description {
    color: #fff;
    max-width: 648px;
    font-family: "Manrope";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
  }

  .author__btn {
    margin-top: 43px;
  }

  .author {
    padding: 127px 0 64px;
  }
  .author__img {
    width: 463px;
    height: 526.8px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .author__item {
    border-radius: 16px;
    background: #f4f4f4;
    max-width: 288px;
    padding: 20px 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}
