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

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

.promo-blocks-template-6 .promo-block {
    position: relative;
    min-height: 580px;/*old 430*/
}

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

.promo-blocks-template-6 .block-logo {
    z-index: 9;
    cursor: pointer;
}

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

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

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

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

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

.promo-blocks-template-6 .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-6 .promo-block:nth-child(2n) .block-logo:before {
    right: inherit;
    left: -10px;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 600px) {
    body .promo-blocks-template-6 .block-url {
        display: none;
    }

    body .promo-blocks-template-6 .block-logo-wrapper {
        display: none;
    }

    body .promo-blocks-template-6 .promo-block {
        min-height: 200px;
    }

    body .promo-blocks-template-6 .block-description .wrapper {
        width: auto;
        margin-left: 0;
    }

    body .promo-blocks-template-6 .block-logo:before {
        display: none;
    }

    body .promo-blocks-template-6 .block-description .inner {
        padding: 35px 15px;
        margin: 50px 5px;
        background: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0 7px 28px 0 rgba(0, 0, 0, 0.27);
        box-shadow: 0 7px 28px 0 rgba(0, 0, 0, 0.27);
    }

    body .promo-blocks-template-6 .block-description .title {
        font-size: 35px;
        line-height: 39px;
        text-transform: none;
        font-weight: 300;
        color: #000;
    }

    body .promo-blocks-template-6 .promo-block:nth-child(2n) .block-description .inner {
        text-align: right;
    }

    body .promo-blocks-template-6 .promo-block:nth-child(2n) .block-description .text {
        border-left: 0;
        border-right: 1px solid #c1c1c1;
        padding: 0 20px 0 10px;
    }

    body .promo-blocks-template-6 .block-description .block-image {
        display: block;
        height: 280px;
        background-size: contain;
        background-position: center center;
        margin: 20px 0 0 0;
        background-repeat: no-repeat;
    }

    body .page-wrapper.main-page .promo-blocks-template-6 .block-description .block-image {
        height: 400px;
    }

    body .promo-blocks-template-6 .block-description .block-url {
        display: block;
    }
}