.about-container {
    /*background-image: url('../images/logo_bg.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: #1C1C1C;
    position: relative;
    padding: 25px 0;
    padding-bottom: 0px;

}

.about-features-item {
    min-height: 140px;
    background: #303030;
    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: 15px;
}
