.the-content .slogan{
    padding-left: 25px;
    border-left: solid 2px #1792d1;
    margin-bottom: 15px;
}
.the-content .slogan .t1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.the-content .slogan .t2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #1792d1;
    display: inline-block;
    text-align: left;
}
.the-content .td{
    font-weight: bold;
    color:#1792d1;
    font-size: 20px;
    line-height: 30px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1025px){

}

@media all and (max-width: 991px){
    .the-content .slogan .t2{
        font-size: 32px;
        line-height: 40px;
    }
}

@media all and (max-width: 768px){

}

@media all and (max-width: 767px){

}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){
    .the-content .slogan .t2 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media all and (max-width: 380px){

}