.image_container > img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: top;
}

.section .section_desc {
  line-height: 2.5rem;
}
.section .section_heading {
  font-size: clamp(2.5rem, 2vw + 0.5rem, 4.5rem);
}
.primaryTitle{
  font-size: clamp(2.25rem, 1.75vw + 0.5rem, 3rem)
} 
.service_content .section_desc{
  text-align: justify;
}
@media all and (max-width: 1224px) {
  .topSection {
    margin-top: 8vw;
  }
}
@media all and (max-width: 992px) {
  .topSection {
    margin-top: 10vw;
  }
}
@media all and (max-width: 768px) {
  .topSection {
    margin-top: 0;
  }
}
