.layout {
  overflow: hidden;
}

.section__bio {
  padding-top: 189px;
  display: flex;
  gap: 106px;
  margin-bottom: 120px;
}

.section__bio__image {
  position: relative;
}

.section__bio__image img {
  width: 497px;
  height: 551px;
  position: absolute;
  left: 0;
  top: 0;
}

.section__bio__image__box {
  position: relative;
  width: 411px;
  height: 552px;
  border-radius: 20px;
  z-index: 0;
  overflow: hidden;
  background-color: rgba(217, 217, 217, 0.1);
}

.section__bio__image__box::before {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -38px;
  border-radius: 100%;
  background-color: #e2d7b266;
  width: 448px;
  height: 448px;
  z-index: 1;
  filter: blur(100px);
  pointer-events: none;
}

.section__bio__content {
  position: relative;
}

.section__bio__content::before {
  content: "";
  position: absolute;
  left: -151px;
  top: -111px;
  border-radius: 100%;
  background-color: #e2d7b266;
  width: 448px;
  height: 448px;
  z-index: 1;
  filter: blur(100px);
  pointer-events: none;
}
.section__bio__content h1 {
  margin-top: 11px;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #e2d7b2;
  margin-bottom: 20px;
}

.section__bio__content__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}

.section__bio__content__text span {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #e2d7b2;
}

.section__bio__content .button {
  margin: 52px 0 124px;
}

.section__bio__content__name {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  margin-bottom: 4px;
  margin-top: 40px;
  color: #ffffff;
}

.section__bio__content__company {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.7);
}

.card {
  margin-bottom: 124px;
  position: relative;
  background-color: #1c1b15;
  border-radius: 20px;
  overflow: hidden;
  padding: 80px 89px 58px 84px;
  min-height: 444px;
  display: flex;
  justify-content: space-between;
}

.card__shining__1 {
  border-radius: 100%;
  top: 54px;
  left: -199px;
  width: 524px;
  height: 524px;
  position: absolute;
  background: #e2d7b266;
  filter: blur(100px);
  pointer-events: none;
}

.card__shining__2 {
  border-radius: 100%;
  top: -149px;
  right: -192px;
  width: 524px;
  height: 524px;
  position: absolute;
  background: #e2d7b266;
  filter: blur(100px);
  pointer-events: none;
}

.card__header {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #e2d7b2;
  margin-bottom: 13px;
  max-width: 518px;
}

.card__header__mobile {
  display: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #e2d7b2;
  margin-bottom: 26px;
}

.card__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}

.card .button {
  margin-top: 61px;
}

.card__content {
  flex: 1;
  max-width: 581px;
}

@media (max-width: 768px) {
  .section__bio {
    padding-top: 493px;
    margin-bottom: 80px;
    flex-direction: column;
    gap: 0;
  }

  .section__bio__image__box {
    display: none;
  }

  .section__bio__image img {
    left: -34px;
    top: -420px;
    width: 431px;
    height: 478px;
    z-index: 1;
  }

  .section__bio__image::after {
    content: "";
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    filter: blur(100px);
    pointer-events: none;

    width: 448px;
    height: 448px;
    top: -352px;
    left: auto;
    z-index: 0;
    background-color: #e2d7b266;
  }

  .section__bio__content {
    z-index: 3;
  }

  .section__bio__content::before {
    content: "";
    position: absolute;
    width: calc(100% + 48px);
    height: 287px;
    top: -122px;
    left: -24px;
    z-index: 1;
    background: linear-gradient(
      178.27deg,
      rgba(0, 0, 0, 0) 1.47%,
      rgba(0, 0, 0, 0.48) 30.51%,
      #000000 50.68%,
      #000000 100%
    );
    background-color: transparent;
    border-radius: 0;
    filter: none;
    pointer-events: none;
    z-index: -1;
  }

  .layout {
    background-color: #000000;
  }

  .section__bio__content h1 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 25px;
  }

  .section__bio__content p {
    font-size: 16px;
    line-height: 20px;
  }

  .section__bio__content .button {
    margin: 24px 0 82px;
  }

  .section__bio__content__text {
    font-size: 16px;
    line-height: 20px;
  }

  .section__bio__content__text span {
    font-size: 16px;
    line-height: 20px;
  }

  .card {
    margin: 0 -16px 54px;
    padding: 32px 16px 18px;
    flex-direction: column-reverse;
    z-index: 1;
  }

  .card__header {
    display: none;
  }

  .card__header__mobile {
    display: block;
  }

  .card__text {
    font-size: 16px;
    line-height: 20px;
  }

  .card__content .card__text {
    margin-top: 16px;
  }

  .card__content .button {
    margin-top: 20;
  }

  .card__shining__1 {
    width: 229px;
    height: 176px;
    left: -50px;
  }

  .card__shining__2 {
    display: none;
  }

  .footer {
    position: relative;
  }

  .footer::after {
    content: "";
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    filter: blur(100px);
    pointer-events: none;

    width: 298px;
    height: 298px;
    top: -152px;
    left: -109px;
    z-index: 0;
    background-color: #e2d7b266;
  }
}
