html[lang="ar"] .almajles-contact-us {
  background-color: #fff;
  padding: 0% 0;
  align-items: center;
  gap: 40px;
  margin-bottom: -117px;
}

html[lang="ar"] .almajles-contact-us {
  background-color: #fff;
  padding: 0% 0;
  align-items: center;
  gap: 40px;
  xmargin-bottom: -117px;
}

.almajles-contact-us h2{
	font-size: 45px;
	color: #002620;
}


.almajles-contact-us h5 {
  color: #006838;
}

.contact-us-content {
  padding-left: 12%;
  flex: 1;
  align-self: center;
  margin-right: 17%;
}

.contact-us-body {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.almajles-links {
  color: #006838;
  text-decoration: underline;
}
.almajles-links:hover {
  text-decoration: none;
  color: #0093c3;
}
.contact-us-image {
    width: 50vw;
    max-width: 100%;

}
.contact-us-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive */
@media (max-width: 991.98px) {
  .almajles-contact-us {
    flex-direction: column-reverse;
    text-align: center;
    gap: 24px;
  }
  .contact-us-content {
    padding-left: 0;
  }
}
