.block_contents {
    background: #fff none repeat scroll 0 0;
    padding: 15px 20px 15px 50px;
}

.box {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
}

.bx_ctrl {
    max-width: 900px;
}

.sizeText-Max {
    font-size: 22px;
    color: #0066b3;
    line-height: 1;
}

.sizeText-L {
    font-size: 18px;
    margin-bottom: 30px;
}

.sizeText-Medium {
    font-size: 22px;
    color: #0066b3;
}

.textSize {
    /* margin-top: -15px; */
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}

.sizeText-Small {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .block_contents {
        padding-left: 0;
        padding-right: 0;
    }
    .box {
        padding-left: 0;
        padding-right: 0;
    }
}