.about-container {
    /*background-image: url('../images/logo_bg-light.png');*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
}


.about-container h1 {
    margin: 35px 0;
    font-size: 35px;
    margin-top: 10% !important;
}


.about-features-items {
    background: #F4F4F4;
    position: relative;
    padding: 25px 0;
    padding-bottom: 0px;
        margin-bottom: 30px;


}

.about-features-item {
    min-height: 140px;
    background: #D6D6D6;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 32px;
}

.about-features-item p {
    font-size: 13px;
    text-align: justify;
    margin-top: 5%;
}

.about-features-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-features-item .col-3 {
    padding-right: 0 !important;
}
.about-features-item h5 {
    font-size: 14px;
    font-weight:800;
}
p{
    color:#000;
    font-weight: 400;
}
