body,
h1, 
h2, 
h3,
h4, 
h5, 
h6  {
  font-family: "El Messiri", serif;
}

nav .form-select {
  padding: 10px 10px 10px 40px;
}

.section-protfolio .carousel-control-next {
  left: -120px;
  right: unset;
}

.section-protfolio .carousel-control-next i, .section-protfolio .carousel-control-prev i {
  rotate: 180deg;
}

.section-protfolio .carousel-control-prev {
  left: unset;
  right: -120px;
}

.section-blog-title span::after, .section-clients-title span::after, .section-why-easymedia-title span::after {
  right: 0;
  left: unset;
  width: 60px;
}

footer .footer-links-title::after {
  left: unset;
  right: 0;
}

.section-contact-contacts h2::after, .section-about-slide h2::before {
  left: unset;
  right: 0;
}

.section-about-numbers-card:nth-child(2) {
  right: unset;
  left: 0;
}

.section-about-numbers-card:nth-child(2) img {
  right: unset;
  left: 0;
}

.section-about-numbers-card:last-child {
  right: unset;
  left: 150px;
}

.section-about-numbers-card p::before {
  left: unset;
  right: -14px;
}

@media screen and (max-width: 768px) {
  .section-about-numbers-card img {
    position: absolute!important;
    left: 10px!important;
    right: unset!important;
    top: 30%!important;
    bottom: unset!important;
  }
}