.less-about-section{
    border-top: 2px #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background-color: #faf8f6;
}
.about-icon1{
    width: 52px;
    height: 52px;
    min-height: 52px;
    min-width: 52px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #b3e5c3;
    border-radius: 14px;
    background-color: #f4fbf6;
    color: #40bf6a;
}
.about-icon2{
    width: 52px;
    height: 52px;
    min-height: 52px;
    min-width: 52px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fcd49c;
    border-radius: 14px;
    background-color: #f4fbf6;
    color:     #ff9500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.less-about-section img{
    border: 0;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}
.less-about-mobile img{
    border: 0;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}
.about-icon2 img{
    width: 27px;
    height: 27px;
}
.less-about-text{
    width: 165px;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;

}
@media(max-width:768px){
    .less-about-text{
        width: auto !important;
        font-size: 16px;
        font-style: italic;
        font-weight: 600;
    
    }
}