.about {
  position: relative;
}
.about .flex-wrapper {
  gap: 20px;
  margin-bottom: 140px;
}
.about .left {
  max-width: 424px;
  width: 100%;
}
.about .left .image {
  margin-bottom: 32px;
}
.about .left .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 16px;
}
.about .left .role {
  font-size: 18px;
  font-weight: 400;
  color: #b0b0b0;
  line-height: 13px;
}
.about .right {
  max-width: 672px;
  width: 100%;
}
.about .right .faq-block {
  pointer-events: none;
}
.about .right .faq-block.active a svg {
  transform: rotate(270deg);
}
.about .right .text {
  color: #ebebeb;
  font-size: 20px;
  line-height: 33px;
  font-weight: 300;
  margin-bottom: 32px;
}
.about .right .text.answear {
  overflow: hidden;
  height: 0;
  margin-bottom: 0;
}
.about .right a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  gap: 12px;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  z-index: 4;
}
.about .row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  position: relative;
  z-index: 4;
}
.about .row:last-child {
  border-bottom: none;
}
.about .row h3 {
  font-size: 48px;
  letter-spacing: -1px;
  font-weight: 800;
  line-height: 100%;
}
.about .row .text {
  max-width: 581px;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
}
.about .light-svg {
  position: absolute;
  left: 0;
  top: 750px;
}
.about .about-list {
  border-radius: 20px;
  padding: 40px 42px;
  width: 100%;
  background: #171717;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  margin-top: 68px;
}
.about .about-list.mobile {
  display: none;
}
.about .about-list .item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 17px;
}
.about .about-list .item svg {
  max-width: 24px;
}
.about .about-list .item:not(:last-child) {
  padding-right: 32px;
  border-right: 2px solid #212121;
}
.about .about-list .item:not(:first-child) {
  padding-left: 32px;
}

@media screen and (max-width: 1200px) {
  .about .about-list .item {
    font-size: 16px;
  }
  .about .about-list .item:not(:last-child) {
    padding-right: 10px;
  }
  .about .about-list .item:not(:first-child) {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .about .left {
    max-width: 324px;
  }
  .about .right .text {
    font-size: 18px;
    line-height: 28px;
  }
  .about .about-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about .about-list .item {
    font-size: 14px;
  }
}
@media screen and (max-width: 930px) {
  .about .about-list {
    display: none;
  }
  .about .about-list.mobile {
    display: flex;
    padding: 20px 21px;
    margin-top: 32px;
    margin-bottom: 48px;
  }
  .about .about-list.mobile .item {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .about .about-list.mobile .item:not(:last-child) {
    padding-right: 16px;
  }
  .about .about-list.mobile .item:not(:first-child) {
    padding-left: 16px;
  }
  .about .row {
    border: none;
  }
}
@media screen and (max-width: 800px) {
  .about {
    overflow: hidden;
  }
  .about .flex-wrapper {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .about .left {
    max-width: unset;
  }
  .about .row {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .about .flex-wrapper {
    margin-bottom: 80;
  }
  .about .title {
    line-height: unset;
  }
  .about .left .name {
    font-size: 20px;
  }
  .about .left .role {
    font-size: 16px;
  }
  .about .right .text {
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 24px;
  }
  .about .row {
    padding-bottom: 0;
  }
  .about .row .text {
    font-size: 16px;
    line-height: 33px;
  }
  .about .row h3 {
    font-size: 24px;
    line-height: unset;
  }
  .about .light-svg {
    left: unset;
    right: -120px;
    transform: rotate(180deg);
    top: 914px;
  }
}