.promo-blocks-template-5 {
    position: relative;
    /* background: #f6f6f6; */
    padding: 30px 0;
}

.promo-blocks-template-5 .page-h2 {
    text-align: center;
    padding: 30px 0 40px 0;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.promo-blocks-template-5 .page-h2:after {
    content: '';
    background-image: url('/public/img/zigzag.svg');
    background-repeat-x: repeat;
    background-position: center center;
    background-size: contain;
    width: 69px;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.promo-blocks-template-5 .promo-blocks {
    display: block;
    width: 100%;
    position: relative;
    padding: 60px 0 30px 0;
}

.promo-blocks-template-5 .promo-blocks .promo-block {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 45px;
}

.promo-blocks-template-5 .promo-blocks .promo-block .block-logo-wrapper {
    width: 20%;
    display: inline-block;
}

.promo-blocks-template-5 .promo-blocks .promo-block .block-logo {
    width: 80px;
    height: 80px;
    left: 50%;
    background: #fff;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    transform: translateX(-50%);
}

.promo-blocks-template-5 .promo-blocks .promo-block .block-logo:before {
    font-family: 'FontAwesome';
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #1681e5;
    font-size: 42px;
}

.promo-blocks-template-5 .block-image-1:before {
    content: '\f017';
}

.promo-blocks-template-5 .block-image-2:before {
    content: '\f0a3';
}

.promo-blocks-template-5 .block-image-3:before {
    content: '\f0d6';
}

.promo-blocks-template-5 .block-image-4:before {
    content: '\f006';
}

.promo-blocks-template-5 .promo-blocks .promo-block .block-text {
    display: inline-block;
    width: 80%;
    padding-top: 10px;
    vertical-align: top;
}

.promo-blocks-template-5 .promo-blocks .promo-block .block-text .title-text {
    width: 100%;
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
}

.promo-blocks-template-5 .promo-blocks .promo-block .block-text .description-text {
    width: 100%;
    display: block;
    font-size: 15px;
    color: #79787f;
}