.about-section {
  position: relative;
}

@media (max-width: 767px) {
  .about-section h2 {
    font-size: 36px;
  }
}
.about-section .about-shape-1 {
  position: absolute;
  inset-inline-end: 120px;
  top: 0;
}
@media (max-width: 1399px) {
  .about-section .about-shape-1 {
    display: none;
  }
}
.about-section .about-shape-2 {
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
}
@media (max-width: 1399px) {
  .about-section .about-shape-2 {
    display: none;
  }
}
.about-section .about-shape-4 {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
}
.about-section .about-shape-5 {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
}
.about-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .about-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .about-wrapper {
    margin-bottom: 0;
  }
}
.about-wrapper .about-image {
  position: relative;
  max-width: 485px;
}
@media (max-width: 991px) {
  .about-wrapper .about-image {
    max-width: 760px;
  }
}
.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-image .about-image-2 {
  max-width: 260px;
  border: 8px solid var(--white);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.06);
  position: absolute;
  bottom: -30px;
  inset-inline-end: -20%;
  z-index: 9;
}
@media (max-width: 575px) {
  .about-wrapper .about-image .about-image-2 {
    max-width: 200px;
  }
}
@media (max-width: 1399px) {
  .about-wrapper .about-image .about-image-2 {
    inset-inline-end: 0;
    bottom: 0;
  }
}
.about-wrapper .about-image .about-image-2 img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-image .about-image-2 .video-box {
  width: 70px;
  height: 70px;
  border: 1px solid var(--theme);
  line-height: 70px;
  text-align: center;
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}
.about-wrapper .about-image .about-image-2 .video-box .video-btn {
  width: 57px;
  height: 57px;
  background-color: var(--theme);
  color: var(--white);
  line-height: 57px;
  text-align: center;
  display: inline-block;
}
.about-wrapper .about-image .about-line-shape {
  position: absolute;
  top: 0;
  inset-inline-end: -50px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .about-line-shape {
    display: none;
  }
}
.about-wrapper .about-content {
  position: relative;
  z-index: 9;
}
.about-wrapper .about-content .list-items {
  margin-top: 30px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.about-wrapper .about-content .list-items li {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
@media (max-width: 575px) {
  .about-wrapper .about-content .list-items li {
    font-size: 16px;
  }
}
.about-wrapper .about-content .list-items li:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrapper .about-content .list-items li i {
  margin-inset-inline-end: 15px;
  color: var(--theme);
}
.about-wrapper .about-content .about-author {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .about-author {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .about-wrapper .about-content .about-author {
    margin-top: 35px;
  }
}
@media (max-width: 575px) {
  .about-wrapper .about-content .about-author {
    margin-top: 25px;
  }
}
.about-wrapper .about-content .about-author .author-image {
  display: flex;
  align-items: center;
  gap: 15px;
}
.author-image img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border: 1px solid #eee;
}
.about-wrapper .about-content .about-author .author-image .content p {
  font-size: 14px;
  color: var(--text);
  font-weight: 500;
}
