.block-about2 {}
.block-about2 .block-about2-header {}
.block-about2 .block-about2-header-text {
    margin-bottom: 30px;
}
.block-about2 .block-about2-items {
    margin-top: -30px;
    min-height: 30px;
}
.block-about2 .block-about2-items .block-about2-item {
    position: relative;
    margin-top: 30px;
}
.block-about2 .block-about2-items .block-about2-item-wrapper {
    position: relative;
    padding-top: 100%;
    background: #e8e8e8;
}
.block-about2 .block-about2-items .block-about2-item-wrapper-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.block-about2 .block-about2-items .block-about2-item-icon {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 50px;
}
.block-about2 .block-about2-items .block-about2-item-icon-wrapper {}
.block-about2 .block-about2-items .block-about2-item-icon-wrapper-2 {
    position: relative;
    color: #000000;
    text-align: center;
    line-height: 1;
    font-size: 70px;
    bottom: 20px;
}
.block-about2 .block-about2-items .block-about2-item-icon-wrapper-3 {
    display: inline-block;
    height: 70px;
    min-width: 70px;
}
.block-about2 .block-about2-items .block-about2-item-content {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
    padding: 0 10px;
}
.block-about2 .block-about2-items .block-about2-item-header {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.4;
    height: 56px;
    overflow: hidden;
    color: #0074e4;
}
.block-about2 .block-about2-items .block-about2-item-text {
    font-size: 14px;
    line-height: 1.5;
    height: 63px;
    color: #3a4a59;
    overflow: hidden;
}

@media all and (max-width: 577px) {
    .block-about2 .block-about2-header-text {
        font-size: 28px !important;
    }
}