/* about us page css start */

.about-section {padding: 65px 0px;}
.about-section>.container {max-width: 1300px;}
.about-mission {background-color: #cdece9}
.about-item { background: #fff; padding: 25px 25px 25px 150px; border-radius: 15px; margin-bottom: 20px; border-top-width: 4px; border-top-style: solid; position: relative; }
.about-item:last-child {margin-bottom: 0px;}
.about-item:nth-child(1) {border-top-color:#09196b ;}
.about-item:nth-child(2) {border-top-color:#f0eee5 ;}
.about-item:nth-child(3) {border-top-color:#1abbaa ;}
.about-item-header { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; margin-bottom: 5px; }
.about-item-header .about-img { margin-right: 15px; background: #cdece9; padding: 15px; border-radius: 50%; width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; position: absolute; left: 23px; top: 15px; }
:is(.about-item-header) :is(h1, h2, h3, h4, h5, h6) {padding: 0;margin: 0;}
.about-item h5 {font-size: 24px;}
