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

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

.promo-blocks-template-4 .promo-block {
    position: relative;
    min-height: 400px;
}

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

.promo-blocks-template-4 .block-description-wrapper {
    position: relative;
    min-height: 400px;
    display: table;
    table-layout: fixed;
}

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

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

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

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

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

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

.promo-blocks-template-4 .block-description .title {
    font-family: "Oswald";
    font-weight: 400;
    color: #3a3a3b;
    font-size: 40px;
    text-transform: capitalize;
}

.promo-blocks-template-4 .block-description .text {
    color: #6f6f6f;
    padding-left: 20px;
    border-left: 2px solid #ffd072;
    line-height: 24px;
    margin: 50px 0 50px 0;
}

.promo-blocks-template-4 .block-description .learn-more {
    color: #fff;
    border: 1px solid #101010;
    padding: 7px 43px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    transition: all 240ms ease-out;
    background: #101010;
}

.promo-blocks-template-4 .block-description .learn-more:hover {
    color: #212121;
    background: #fff;
}

.promo-blocks-template-4 .promo-block:nth-child(2n) .block-logo {
}

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

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

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