.sd-block-usp {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    padding: 50px;
}

.sd-block-usp.background-blue {
    background-color: #3fd3c3;
}

.sd-block-usp.background-red {
    background-color: #EC5861;
}

.sd-block-usp.background-white {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}

.sd-block-usp.background-white .sd-block-title-htag span {
    color: #110691;
}

.sd-block-usp.background-white .sd-block-text {
    color: #7a7a7a;
}

.vc_row-o-equal-height .sd-block-usp.marginbottom-30px {
    height: calc(100% - 30px);
}

.vc_row-o-equal-height .sd-block-usp.marginbottom-60px {
    height: calc(100% - 60px);
}

.sd-block-usp .sd-block-usp-inner {
    height: 100%;
    width: 100%;
    position: relative;
}

.sd-block-usp .sd-block-usp-inner ul {
    margin-bottom: 0;
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1000px) {

}