.text-USPs {
    padding-top:60px;
    padding-bottom:60px;
    color: #2D4E6A;
}
.text-USPs h2 {
    max-width:500px;
    margin-top:50px;
}
.text-USPs .content_box {
    position: relative;
}
.text-usp_item {
    font-family: "poppins", sans-serif;
    font-weight: 300;
    line-height: 1.8em;
    color: #2D4E6A !important;
    margin-bottom:10px;
}
.text-usp_item:last-child {
    margin-bottom:40px;
}
.text-usp_item i {
    color:#2bc798;
    margin-right:10px;
    font-size:20px;
}
.text-USPs a {
    color: #2D92B2 !important;
}
.text-img-img {
    min-width: 100%;
    height: 450px;
    border-radius: 15px;
    object-fit: cover;
}

#page a.btn_blue {
    background: #C72B33 !important;
    color: #fff !important;
    padding: 20px;
}

@media all and (max-width:768px) {
    .text-USPs .content_box {
        margin-top:0px;
        padding-top:0px;
        width: 100%;
        padding-right: 0px;
    }
    .text-USPs .image_block {
       ordeR:-1; 
    }

    .text-img-img {
        height: 300px;
    }
}