.almajles-contact-us {
  background-color: #fff;
  justify-content: space-between;
  padding: 160px 0;
  align-items: center;
}

.almajles-board {
  background-color: #fff;
  justify-content: space-between;
  xpadding: 160px 0;
  xalign-items: center;
}

/* Background color options */
.bg-lightgray { background-color: rgb(237, 237, 237); !important;}
.bg-white  { 	background-color: #fff;!important; }

.bg-lightgray .almajles-links {
    border: 1px solid;
    padding: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #026a38;
    color: #eee;
    text-decoration: none;
}

.bg-lightgray .almajles-links:hover {
	border: 1px solid;
  color: #026a38;
  background-color:#eee;
}

.board-content {
  flex: 1;
  padding: 0 3% 0 0;
  text-align: justify;
}

.bg-lightgray .board-content {
  flex: 1;
  padding: 0 8% 0 6%;
  text-align: justify;
}

html[lang="ar"] .board-content h2,
.task-content h2 {
  font-size: 55px;
  margin-bottom: 20px;
  margin-top: 55px;
  line-height: 1.1;
  font-weight: 400;
  text-align: right;
}

.board-content h2,
.task-content h2 {
  font-size: 55px;
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: 400;
  text-align:left;
}



div.board-body > p {
    font-family: 'Majalla', sans-serif !important;
     margin: 0;
    font-size:30px;
     line-height: 1.3;
}

div.board-body > a {
    font-family: 'Majalla', sans-serif !important;
     margin: 0;
    font-size:20px;
    color:#56a6c1;
}

.bg-white div.board-body > p {
padding-left: 18%;
}


.almajles-links-u {
  color: #006838;
  text-decoration: underline;
  font-size: 16px;
  transition: color 0.2s ease-in-out;
}
.almajles-links-u:hover {
  color: #0093c3;
  text-decoration: none;
}
.board-image {
  max-width: 50%;
}

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

/* Responsive */
@media (max-width: 991.98px) {
  .almajles-board {
    flex-direction: column;
    text-align: center;
  }
  .board-content {
    padding: 0 20px;
  }
  .board-content h2 {
    font-size: 38px;
  }
}
