.about-start,
.about-end {
  background: url(../img/about-bg2.png) top center no-repeat !important;
  background-color: #4176ab !important;
  background-size: contain;
  border-radius: 15px;
  font-family: 'Cairo', sans-serif;
}
.about-start h2,
.about-end h2 {
  color: #ecf0f1;
  font-family: 'Cairo', sans-serif;
}
.about-start p,
.about-end p {
  color: #fff;
}
.service-img img {
  border-radius: 5px;
}
.btn-secondary {
  background-color: #ecf0f1 !important;
  border-color: #ecf0f1 !important;
  color: #4176ab !important;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background-color: #bdc3c7 !important;
  border-color: #bdc3c7 !important;
}

@media (min-width: 992px) {
  .about-start {
    position: relative;
    margin-right: -90px;
    z-index: 1;
  }

  .about-end {
    position: relative;
    margin-left: -90px;
    z-index: 1;
  }
  html[lang='ar'] .about-start {
    margin-left: -90px;
    margin-right: 0;
  }
  html[lang='ar'] .about-end {
    margin-right: -90px;
    margin-left: 0;
  }
}
