#choose.atf-section-padding {
  padding: 90px 0;
}
html[lang="AR"] #choose.atf-section-padding {
    transform: scaleX(-1);
}
html[lang="AR"] .justify-content-end {
	transform: scaleX(-1);
}
#choose .atf-section-title h5 {
  margin-top: 0.5rem;
	font-size: 14px;
	color: var(--color-primary);
	letter-spacing: 1.8px;
}
#choose .atf-section-title h2 {
	font-size: 40px;
	line-height: 1.2;
	text-shadow: 3px 4px 10px rgba(0,0,0,0.2);
}
#choose .atf-section-title .rich-text {
	margin-top: 15px;
}
#choose .atf-section-title .rich-text ul,
#choose .atf-section-title .rich-text ol {
  list-style-position: inside;
}

#choose .atf-single-about{
	margin-bottom:30px;
}

#choose .atf-about-icon {
  flex-shrink: 0;
	display: flex;
  justify-content: center;
	align-items: center;
  width: 70px;
  height: 70px;
	margin-right: 30px;
	background: var(--color-primary);
	border-radius: var(--button-radius);
}
#choose .atf-about-icon img {
  width: 30px;
}

#choose .atf-about-list h3 {
	margin: 0 0 5px;
}


@media only screen and (max-width: 991px) {
  #choose {
    background-size: inherit ! important;
    background-attachment: fixed;
  }
}

@media screen and (max-width: 1440px) {
  #choose .atf-section-title h2{font-size: 36px;}
}
@media screen and (max-width: 1281px) {
  #choose .atf-section-title h2{font-size: 34px;}
}
@media screen and (max-width: 1171px) {
  #choose .atf-section-title h2{font-size: 30px;}
}
@media screen and (max-width: 992px) {
  #choose .atf-section-title h2{font-size: 26px;}
  #choose.atf-section-padding {padding: 30px 0;}

}
@media screen and (max-width: 768px) {
  #choose .atf-section-title h2{font-size: 24px;}
}
@media screen and (max-width: 480px) {
  #choose .atf-section-title h2{font-size: 22px;}
}