.about-main .about-img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 8px;
}

.about-main .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-main .service-wrap {
  margin-bottom: 25px;
  position: relative;
}

.about-main .service-img {
  background: #f6c101;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  border: 1px dashed #000;
  margin-right: 17px;
  position: absolute;
  left: 0;
  color: #000;
  font-size: 20px;
}

.about-main .service-content {
  padding: 20px 10px 20px 70px;
}

.about-main .service-content h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.how-card .how-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background: rgb(255 252 242);
  text-align: center;
  line-height: 50px;
  margin-bottom: 24px;
  border: 1px solid rgba(23, 22, 33, 0.14);
  font-size: 22px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  padding: 12px;
  position: relative;
  margin-bottom: 25px;
  border-radius: 15px;
  background-color: hsla(0, 0%, 89%, 0.52);
  backdrop-filter: blur(8px);
  min-height: 205px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  transition: all 0.5s ease-in-out;
}

.contact-info-icon i {
  font-size: 35px;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  background: var(--primary-color);
}

.contact-info h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
}

.contact-info p {
  color: #4d4d4d;
  font-size: 16px;
}

.contact-wrapper {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.contact-wrapper .contact-form {
  padding: 20px 0;
}

.contact-wrapper .contact-img {
  width: 100%;
  height: 650px;
  overflow: hidden;
}

.contact-wrapper .contact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.terms-coditions-sec h3 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.terms-coditions-sec p {
  color: #4d4d4d;
  font-size: 16px;
  margin-bottom: 15px !important;
}

.terms-coditions-sec ul {
  padding-left: 20px;
  margin-bottom: 15px;
  list-style: disc;
}

.terms-coditions-sec ul li {
  color: #4d4d4d;
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .contact-wrapper {
    padding: 20px;
  }

  .contact-wrapper .contact-img {
    display: none;
  }
}

@media (max-width: 768px) {
  .about-main .service-content h6 {
    font-size: 14px;
  }

  .common-hd h4 {
    font-size: 24px;
  }

  .about-main .about-left {
    margin-top: 20px;
  }

  .about-main .about-img {
    height: 300px;
  }

  .why-choose-lft img {
    max-width: 100%;
  }

  .common-hd p {
    margin-bottom: 0;
  }

  .pd-80 {
    padding: 40px 0 !important;
  }

  .page-title {
    font-size: 30px;
  }
}
