section.about-us span.ratings {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

section.about-us p.head,
section.services-section .head-sec p {
  margin-bottom: 20px;
  color: var(--secondary-color);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
}

section.about-us .about-content-sec {
  padding-right: 0;
  min-height: 280px;
}

section.about-us .about-content-sec a.main-btn {
  display: block;
  width: 150px;
  text-align: center;
  transition: 0.3s ease-in-out;
}

section.about-us .about-content-sec .abt-btn {
  margin-top: 40px;
}

section.about-us .about-image-sec img {
  width: 100%;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px;
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.1);
  filter: none;
}

section.about-us .about-image-sec .abt-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

section.about-us .about-image-sec .abt-img1 {
  margin: 0px 0 0px 0%;
}

section.about-us .about-image-sec .abt-img2 {
  margin: 0 -15% 0 0;
}

.about-image-sec {
  width: 50%;
  float: right;
  margin-left: 30px;
}

section.about-us {
  padding-top: 140px;
}
