/*<section class="header1 container">*/

@media (min-width: 0) {
  .author {
    padding: 20px 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: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 33.6px */
    max-width: 400px;
  }

  .author__img-dev {
    display: none;
  }

  .author__img-mob {
    width: 100%;
  }

  .author__img {
    margin-top: 25px;
  }

  .author__description {
    position: relative;
    border-radius: 16px;
    background: #f4f4f4;
    padding: 20px 18px 0px;
    color: #000;
    font-family: "Manrope";
    font-size: 14px;
    line-height: 150%; /* 21px */
    margin-top: 20px;
  }
  .author__description li {
    margin-left: 20px;
  }
  .author__description > ul.author-description.mobile {
    margin-top: 20px;
  }

  .author__btn {
    width: 100%;
    height: 52px;
    padding: 13px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 16px;
    background: #ed9ea1;
    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: #000;
    max-width: 648px;
    font-family: "Manrope";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
    margin: 20px 0 0;
  }
}

@media (min-width: 957px) {
  .author-description {
    margin-top: 20px;
    color: #000;
    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: 24px;
  }
  .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;
    color: #fff;
    text-align: center;
    font-family: "Manrope";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    margin: 0 auto;
    margin-top: 20px;
  }
  .author-description {
    list-style: none;
  }
  .author-description li {
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .bonuses > div > p {
    max-width: 437px;
    line-height: 55%;
  }
}

@media (min-width: 1243px) {
  .author__title {
    font-family: "Manrope";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 54px */
    /* letter-spacing: 1.8px; */
    margin-bottom: 38px;
    max-width: 664px;
    margin-top: 76px;
  }
  .author__name {
    color: #fff;
    font-family: "Manrope";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 48px */
    margin-bottom: 16px;
    max-width: 100%;
  }
  .author__description {
    padding: 51px 0 54px 47px;
    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: 48px;
  }

  .author {
    padding: 0px 0 50px;
  }
  .author__img-dev {
    display: block;
    width: 100%;
  }

  .author__img {
    width: 440px;
    height: 560px;
    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%;
  }
}
