#choose.atf-section-padding {
  padding: 90px 0;
}

#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: 30px;
	line-height: 1.3;
	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 only screen and (max-width: 767px) {
  #choose .atf-section-title h2 {
    font-size:25px;
  }
}