/* ~~~~~~~~~~~~~~~~ about-vision section starts ~~~~~~~~~~~~~~~~ */
.vision-box             { height: 100%; background: #FFF; box-shadow: 0px 32px 50px 0px rgba(212, 216, 221, 0.24); }
.vision-box .title-3    { margin-bottom: 0.75rem; }
.vision-box .title-3 span   { color: var(--theme-blue); }
.vision-box p           { color: var(--dark-gray); }
/* ~~~~~~~~~~~~~~~~ about-vision section ends ~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~ about-content-wrap  section ends ~~~~~~~~~~~~~~~~ */
.about-content-wrap p                   { color: var(--dark-gray); font-weight: 400; }
.about-content-wrap p:not(:last-child)  { margin-bottom: 1rem; }
/* ~~~~~~~~~~~~~~~~ about-content-wrap section starts ~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~  section ends ~~~~~~~~~~~~~~~~ */

/* Responsive css starts */
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and ( max-width: 767px) {
}
