.promo-blocks-template-3.promo-blocks-container {
    position: relative;
    background: #0b0b0b;
    padding: 50px 0;
}

.promo-blocks-template-3 .page-h2 {
    font-size: 32px;
    text-align: center;
    margin: 30px 0 100px 0;
    line-height: 51px;
    position: relative;
    color: #FFF;
    font-family: 'Proxima Nova';
    font-weight: 100;
}


.promo-blocks-template-3 .page-h2:before {
    content:'';
    position:absolute;
    background:url(/public/img/logo-single-red.svg) no-repeat center center;
    background-size: cover;
    width:40px;
    height:40px;
    left:50%;
    bottom: -50px;
    margin: 0 0 0 -20px;
}
.promo-blocks-template-3 .block-slide {
    width: auto;
    padding: 0 5px;
    cursor: pointer;
}

.promo-blocks-template-3 .block-image {
    position: relative;
    height: 260px;
}

.promo-blocks-template-3 .block-url {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
