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

.promo-blocks-template-5 .promo-blocks {
    position: relative;
    background: #FFF;
}

.promo-blocks-template-5 .promo-block {
    position: relative;
    min-height: 430px;
}

.promo-blocks-template-5 .block-logo-wrapper {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.promo-blocks-template-5 .block-description-wrapper {
    position: relative;
    min-height: 430px;
    width: 100%;
}

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

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

.promo-blocks-template-5 .block-description .block-image {
    display: none;
}

.promo-blocks-template-5 .block-description .wrapper {
    position: relative;
    width: 50%;
    margin-left: 50%;
}

.promo-blocks-template-5 .block-logo:before {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    background-color: #ffffff;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 50%;
    right: -10px;
    margin: -10px 0 0 0;
}

.promo-blocks-template-5 .promo-block:nth-child(2n) .block-logo:before {
    right: inherit;
    left: -10px;
}

.promo-blocks-template-5 .block-description .inner {
    position: relative;
    padding: 70px;
}

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

.promo-blocks-template-5 .block-description .title {
    font-weight: 400;
    color: #3c3c3c;
    font-size: 20px;
    line-height: 1.4;
    text-transform: capitalize;
}

.promo-blocks-template-5 .block-description .text {
    color: #6f6f6f;
    padding-left: 12px;
    border-left: 1px solid #c1c1c1;
    line-height: 24px;
    margin: 40px 0 40px 0;
}

.promo-blocks-template-5 .promo-block:nth-child(2n) .block-logo-wrapper {
    left: inherit;
    right: 0;
}

.promo-blocks-template-5 .promo-block:nth-child(2n) .block-description .wrapper {
    margin-left: 0;
}

.page-wrapper.main-page .promo-blocks-template-5 .block-description-wrapper {
    min-height: 580px;
}

.page-wrapper.main-page .promo-blocks-template-5 .promo-block {
    min-height: 580px;
}

@media (min-width: 601px) and (max-width: 991px) {
    .promo-blocks-template-5 .block-description .text {
        display: none;
    }
}