.about-content-area {
  width: 100%;
}

.about-detail {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
.about-detail .about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-detail .about-content i {
  font-size: 50px;
  margin-bottom: 20px;
}
.about-detail .about-content h2 {
  font-size: clamp(20px, 48px, 68px);
}
.about-detail .about-content p {
  letter-spacing: 0.7px;
}
.about-master {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-top: 30px;
}

.about-master .master-container {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-master .master-container h2 {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 20px;
}
.about-master .master-container p {
  text-align: center;
  margin-top: 20px;
}
.offer-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.offer-container .offer-content {
  display: flex;
  width: 72%;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}
.offer-container .offer-content h4 {
  font-weight: 300;
}
.offer-container .offer-content p {
  text-align: left;
  font-size: 14px;
}
.about-container-home {
  width: 80%;
  margin: 0 auto;
}
.master-img {
  aspect-ratio: 4/5;
  object-fit: cover;
}
.master-ram-achivements {
  font-size: 32px;
  font-weight: 300;
  line-height: 2;
}
.achievement-list {
  list-style: circle;
}
.achievement-list li {
  line-height: 1.8rem;
}
.about-container-home .about-master-ram {
  margin-left: 0;
  width: 100%;
  padding-left: 0;
  text-align: left;
}
.about-master-ram {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.about-master-ram .master-ram-container {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.about-master-ram .master-ram-container p {
  font-size: 18px;
}

@media (max-width: 766px) {
  .about-detail {
    flex-direction: column;
    gap: 10px;
  }
  .about-master .master-container h2 {
    font-size: 35px;
  }
  .achievement-list {
    margin-left: -99px;
  }
  .master-img {
    margin-left: -63px;
  }
  .master-ram-achivements {
    margin-left: -100px;
  }
  .m-text {
    padding: 8px 33px;
  }
  .wps-text {
    margin-left: -32px;
    padding: 8px 16px;
  }
}
.testi-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
.testimonial {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
.testimonial .image {
  height: 50px;
  width: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 18px;
  flex-direction: column;
}
.slide p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 0 48px;
}
.slide.quote-icon {
  font-size: 30px;
  color: #4070f4;
}
.slide .testi-details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testi-details .name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #fff;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
  background-color: #4070f4;
}
@media screen and (max-width: 768px) {
  .slide p {
    padding: 0 20px;
  }
  .nav-btn {
    display: none;
  }
}

