.promo_type_2 {
    margin-bottom: 30px;
}

.promo_type_2 .link-img {
    display: block;
    overflow: hidden;
}

.promo_type_2 .link-img img {
    width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.promo_type_2 .link-img:hover img, .promo_type_2 .link-img:focus img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.promo_type_2 h3 {
    color: #000;
    margin: 1.5rem 0 1.1rem;
    font-weight: lighter;
}

.promo_type_2 h3 a {
    transition: color 0.2s ease;
    color: #000;
}

.promo_type_2 h3 a:hover, .promo_type_2 h3 a:focus {
    color: #00A2DD;
}

.promo_type_2 p {
    color: #929292;
}

.promo_type_2 [class*="col-"] {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .promo_type_2 [class*="col-"]:nth-child(1) {
        padding-right: 50px;
    }
    
    .promo_type_2 [class*="col-"]:nth-child(2) {
        padding-left: 50px;
    }
}