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

.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;
}

.promo-blocks-template-4 .block-logo-wrapper {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.promo-blocks-template-4 .block-logo {
    position: relative;
    width: 160px;
    height: 160px;
    background-size: cover;
    background-position: center center;
    display: block;
    transition: all 1200ms cubic-bezier(0.35, 1.13, 0.32, 1.28);
}


.promo-blocks-template-4 .block-description {
    position: absolute;
    opacity: 0;
    background: #FFF;
    top: 190px;
    padding: 10px;
    left: 5px;
    right: 5px;
    height: auto;
    z-index: 2;
    box-shadow: 0 0 0 1px #e6e6e6, 0 9px 30px -1px rgba(127, 64, 2, 0.41);
    border-radius: 1px;
    margin-left: 1px;
    transition: all 400ms ease-out;
    overflow: visible;
    visibility: hidden;
}

.promo-blocks-template-4 .block-description:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #FFF;
    border-right: 10px solid rgba(0, 0, 0, 0)
}

.promo-blocks-template-4 .promo-block:hover .block-description {
    opacity: 1;
    top: 210px;
    visibility: visible;
}

.promo-blocks-template-4 .block-description:after {
    display: none
}

.promo-blocks-template-4 .block-description:empty {
    display: none
}

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


.promo-blocks-template-4 .block-title {
    position: relative;
    padding: 20px;
    text-align: center;
    font-size: 20px;
}