.promo-blocks-template-1 {
    position: relative;
    margin: 40px 0;
}

.promo-blocks-template-1 .promo-blocks.-loaded {
    opacity: 1;
}

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

.promo-blocks-template-1 .blocks-container {
    width: 400px;
    height: 400px;
    position: relative;
    left: 50%;
    margin-left: -400px;
    border-radius: 100%;
    padding: 100px 0;
}

.promo-blocks-template-1 .promo-block.center-block {
    position: relative;
    width: 100%;
    height: 100%;
}

.promo-blocks-template-1 .promo-block.mini-block {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.promo-blocks-template-1 .promo-block .block-logo {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 100%;
    overflow: hidden;
}

.promo-blocks-template-1 .promo-block.center-block .block-logo {
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
}

.promo-blocks-template-1 .promo-block.mini-block .block-text-wrapper {
    position: absolute;
    left: 110px;
    top: 0;
    width: 330px;
    height: 100%;
    display: table;
    table-layout: fixed;
}

.promo-blocks-template-1 .promo-block.mini-block .block-text {
    display: table-cell;
    vertical-align: middle;
}

.promo-blocks-template-1 .promo-block.mini-block .block-title {
    text-transform: uppercase;
}

.promo-blocks-template-1 .promo-block.mini-block .block-description {
    color: #6d6d6d;
    font-size: 14px;
}
