.breadcrumbs-section {
  background: url('../assets/img/breadcrumbs/services.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main-banner img {
  max-height: 550px;
  object-fit: cover;
}
.main-text p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  color: #4f4f4f;
  padding-bottom: 20px;
}
.our-services{
   /* background-color: #F5EEDD;*/
}
@media screen and (max-width: 678px) {
  .main-text p {
    font-weight: 400;
    font-size: 0.9rem;
  }
}
