.about {
  padding: 100px 0 60px;
}
@media (min-width: 62em) {
  .about {
    padding: 165px 0 210px;
  }
}
.about__wrapper {
  position: relative;
}
.about__circle-sm, .about__circle-lg {
  aspect-ratio: 1/1;
  border-radius: 100%;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  opacity: 1 !important;
  transition-property: width, height;
  width: auto;
  height: 0;
}
@media (min-width: 48em) {
  .about__circle-sm, .about__circle-lg {
    width: 0;
  }
}
.about__circle-sm.aos-animate {
  height: 76%;
}
@media (min-width: 48em) {
  .about__circle-sm.aos-animate {
    height: auto;
    width: 50%;
  }
}
.about__circle-lg.aos-animate {
  height: 116%;
}
@media (min-width: 48em) {
  .about__circle-lg.aos-animate {
    height: auto;
    width: 100%;
  }
}
.about__header {
  position: relative;
  width: fit-content;
  margin: 0 auto 32px;
  padding-top: 43px;
}
@media (min-width: 48em) {
  .about__header {
    padding-top: 40px;
    padding-left: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -68.5%);
    margin: 0;
  }
}
@media (min-width: 62em) {
  .about__header {
    padding-top: 50px;
    padding-left: 85px;
  }
}
@media (min-width: 102.5em) {
  .about__header {
    transform: translate(-50%, -77.5%);
  }
}
.about__badge {
  pointer-events: none;
  cursor: default;
  padding-left: 27px;
  padding-right: 27px;
  position: absolute;
  top: 0;
  left: 8px;
}
@media (min-width: 48em) {
  .about__badge {
    left: 0;
  }
}
.about__title {
  font-weight: 500;
  font-size: 46px;
  line-height: 100%;
  text-align: center;
}
@media (min-width: 48em) {
  .about__title {
    font-size: 60px;
    white-space: nowrap;
  }
}
@media (min-width: 62em) {
  .about__title {
    font-size: 96px;
  }
}
.about__inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (min-width: 48em) {
  .about__inner {
    row-gap: 150px;
    justify-content: space-between;
  }
}
@media (min-width: 62em) {
  .about__inner {
    row-gap: 200px;
  }
}
@media (min-width: 87.5em) {
  .about__inner {
    column-gap: 100px;
  }
}
.about__card {
  width: 100%;
  padding: 20px;
  position: relative;
}
@media (min-width: 48em) {
  .about__card {
    width: 300px;
    height: fit-content;
  }
  .about__card:nth-child(2):before, .about__card:nth-child(2):after {
    left: 0;
  }
  .about__card:nth-child(3) {
    order: 1;
    margin-right: 20px;
  }
  .about__card:nth-child(3):before, .about__card:nth-child(3):after {
    top: 0;
    left: 0;
  }
  .about__card:nth-child(4) {
    margin-left: 20px;
  }
  .about__card:nth-child(4):before, .about__card:nth-child(4):after {
    top: 0;
  }
}
@media (min-width: 62em) {
  .about__card {
    width: 390px;
    padding: 30px;
  }
  .about__card:nth-child(2):before, .about__card:nth-child(2):after {
    left: 8px;
  }
  .about__card:nth-child(3) {
    margin-right: 40px;
  }
  .about__card:nth-child(3):before, .about__card:nth-child(3):after {
    top: 8px;
    left: 8px;
  }
  .about__card:nth-child(4) {
    margin-left: 30px;
  }
  .about__card:nth-child(4):before, .about__card:nth-child(4):after {
    top: 8px;
  }
}
@media (min-width: 75em) {
  .about__card:nth-child(1) {
    margin-left: 40px;
  }
  .about__card:nth-child(2) {
    margin-right: 50px;
  }
  .about__card:nth-child(3) {
    margin-right: 100px;
  }
  .about__card:nth-child(4) {
    margin-left: 80px;
  }
}
@media (min-width: 87.5em) {
  .about__card:nth-child(1) {
    margin-left: 50px;
  }
  .about__card:nth-child(2) {
    margin-right: 80px;
  }
  .about__card:nth-child(3) {
    margin-right: 150px;
  }
  .about__card:nth-child(4) {
    margin-left: 180px;
  }
}
@media (min-width: 102.5em) {
  .about__card:nth-child(1) {
    margin-left: 60px;
  }
  .about__card:nth-child(2) {
    margin-right: 100px;
  }
  .about__card:nth-child(3) {
    margin-right: 225px;
  }
  .about__card:nth-child(4) {
    margin-left: 245px;
  }
}
.about__card:before, .about__card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  aspect-ratio: 1/1;
}
@media (min-width: 48em) {
  .about__card:before, .about__card:after {
    top: 100%;
    left: 100%;
  }
}
@media (min-width: 62em) {
  .about__card:before, .about__card:after {
    top: calc(100% - 8px);
    left: calc(100% - 8px);
  }
}
.about__card:before {
  width: 30px;
  background: radial-gradient(50% 50% at 50% 50%, rgb(250, 210, 101) 0%, rgb(245, 201, 81) 100%);
  box-shadow: inset 0 0 7px 0 #f5e18b;
}
@media (min-width: 62em) {
  .about__card:before {
    width: 34px;
  }
}
.about__card:after {
  width: 6px;
  background-color: var(--clr-01);
}
@media (min-width: 62em) {
  .about__card:after {
    width: 8px;
  }
}
.about__card-title {
  font-family: var(--second-family);
  font-size: 20px;
  line-height: 100%;
}
@media (min-width: 62em) {
  .about__card-title {
    font-size: 30px;
  }
}
.about__text {
  margin-top: 16px;
}
@media (min-width: 62em) {
  .about__text {
    margin-top: 40px;
  }
}