.promo-blocks-template-4 .blocks-title {
    text-align: center;
    font-size: 35px;
}

.promo-blocks-template-4 h2 {
    text-align:center;
    margin-top: 30px;
}

.promo-blocks-template-4 h2:before {
    content: " ";
    display: block;
    width: 100%;
    height: 50px;
    background: url('/modules/PromoBlocks/public/front/img/title-background.png') center top no-repeat;
    margin-bottom: 30px;
}

.promo-blocks-template-4 .promo-blocks {
    position: relative;
    margin: 40px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.promo-blocks-template-4 .promo-block {
    position: relative;
    display: table-cell;
    vertical-align: top;
}

.promo-blocks-template-4 .block-header {
    background: #a181a9;
    color: #FFF;
    padding: 40px 20px;
    min-height: 75px;
    transition: all 240ms ease-out;
}

.promo-blocks-template-4 .promo-block:nth-child(2n) .block-header {
    background: #fed164;
}

.promo-blocks-template-4 .promo-block:nth-child(3n) .block-header {
    background: #fe718b;
}

.promo-blocks-template-4 .promo-block:nth-child(4n) .block-header {
    background: #78f6ff;
}

.promo-blocks-template-4 .promo-block:nth-child(5n) .block-header {
    background: #bb4747;
}

.promo-blocks-template-4 .promo-block:nth-child(6n) .block-header {
    background: #1b6c94;
}

.promo-blocks-template-4 .promo-block:nth-child(7n) .block-header {
    background: #abfe71;
}

.promo-blocks-template-4 .block-url:hover + .block-header {
    opacity: .6;
}

.promo-blocks-template-4 .block-title {
    font-size: 19px;
    font-weight: bold;
}

.promo-blocks-template-4 .block-description {
    margin-top: 10px;
}

.promo-blocks-template-4 .block-logo-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
}

.promo-blocks-template-4 .block-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.promo-blocks-template-4 .block-description {
    position: relative;
}

.promo-blocks-template-4 .block-url {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
