.about-hero {
    position: relative;
    min-height: 300px;
}

    .about-hero .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
    }

.about-company img {
    max-width: 100%;
    border-radius: 10px;
}

/* Èêîíêè */
.about-features i {
    color: #4d4d4d !important;
}
@media (max-width: 767.98px) {
    .about-company-text{
        text-align:center;
    }
}