

.feature {
    display: flex;
}
.feature .icon {
    margin-right: 20px;
    min-width: 50px;
    width: 50px;
}
.feature .content h3 {
    font-size: 24px;
    font-weight: 600;
}
section.feature-section {
    background-color: #f7f7f7;
}
.about-content-two h3 {
    font-weight: 600;
}
.about-content-two h2 {
    font-weight: 700;
    margin-bottom: 15px;    
}
.about-content-two h4 {
    font-size: 18px;
    margin-bottom: 25px;    
}
.about-content-two a.ht-btn {
    background-color: #f3f346;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    padding: 10px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all .3s ease;
    text-decoration: none;
    margin-top: 20px;    
}
.section-space--inner--100 {
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
}
.about-image-two::before {
    content: "";
    position: absolute;
    background: url(../img/home_about_bg1.svg);
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
section.about-section::after {
    content: "";
    position: absolute;
    background: url(../img/home_about_bg1.svg);
    right: 0;
    bottom: 0;
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    z-index: -1;
    transform: rotate(360deg);
}
.mision-vision-common{
    background: #f9f9f9;
    border: 1px solid #ededed;
}





@media(min-width:576px){
.mis-vis {
    display: flex;
    gap: 30px;
}
}


@media(min-width:768px){
.mision-vision-common{
    padding: 3rem 3rem;
}
}


@media only screen and (max-width: 767px){
.section-space--inner--100 {
    padding-bottom: 60px;
    padding-top: 60px;
}
.about-content-two a.ht-btn{
    margin-top: 0;
    padding: 8px 25px;    
}
}


@media(min-width:576px) and (max-width:767px){
.mision-vision-common{
    padding: 2rem 2rem;
}
}



@media(max-width:575px){
.mision-vision-common {
    padding: 2rem 2rem;
}
.mission {
    margin: 0 0 10px 0;
}
}












