/* section 3 col */

.an_advantages {
    margin: 0px !important;
    padding-top: 0 !important;
    padding-bottom: 50px !important;
    min-height: 150px;
}

.an_advantages .an_advantages-item-img {
   max-width: 140px;
    margin-bottom: 0;
}

.an_advantages .an_advantages-item-img img {
    max-width: 100%;
    /* height: 141px; */
    height: 100%;
}


.an_advantages .an_advantages-item .an_advantages-item-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
    color: #1a232e;
    text-transform: uppercase;
}


.an_advantages .an_advantages-item p:not(.an_advantages-item-title) {
    max-width: none !important;
}

@media screen and (max-width: 991px){
    .block_newsletter .container {
        width: 960px;
    }
}

@media screen and (min-width: 1200px){
    .hidden-md-up.customHidden {
        display: block !important;
    }
}