.footer-uspbanner {
    margin-top: 0px !important;
    margin-bottom: 96px;
}
.container.usp-banner-wraper{
    padding-left:0px;
    padding-right:0px;
}
.uspbanner-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: 0em !important;
    text-align: center;
    color: #E2F5E9 !important;
    max-width: 412px;
    margin: 0px auto;
    padding-bottom: 12px;
}

.uspbanner-card {
    width: calc(50% - 24px);
    height: 240px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 32px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 6px 20px rgba(19, 30, 41, 0.16);
    float: left;
    margin-top: 24px;
    margin-bottom: 24px;
}

.uspbanner-card:focus-visible {
    border: 2px solid #FF4713 !important;
}

.usp-banner-wraper .uspbanner-card:nth-of-type(1), .usp-banner-wraper .uspbanner-card:nth-of-type(3), .usp-banner-wraper .uspbanner-card:nth-of-type(5) {
    margin-right: 24px;
}

.usp-banner-wraper .uspbanner-card:nth-of-type(2), .usp-banner-wraper .uspbanner-card:nth-of-type(4), .usp-banner-wraper .uspbanner-card:nth-of-type(6) {
    margin-left: 24px;
}
.usp-banner-content {
    width: 70%;
    word-break: break-word;
}
    .usp-banner-content > .uspbanner-subtitle {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 70px;
    }
    .usp-banner-content > .uspbanner-desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        height: 90px;
    }
.uspbanner-subtitle {
    font-weight: 600 !important;
    font-size: 28px !important;
    line-height: 1.25 !important;
    color: #004F59 !important;
    margin-bottom: 12px !important;
    margin-top: 0px !important;
    text-align: left;
}

.uspbanner-desc {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    letter-spacing: 0em;
    text-align: left;
    color: #131E29 !important;
    margin: 0px !important
}

.usp-banner-icon {
    width: 114px;
    height: 119px;
    aspect-ratio: 29/30;
    margin-left: 20px;
}

.container usp-banner-wraper {
    padding-top: 20px;
    padding-bottom: 48px;
}

.uspbanner-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.uspbanner-desc > a {
    font-weight: 700;
    color: #131E29 !important;
    text-decoration: underline !important;
}
.uspbanner-desc > a:hover {
    font-weight: 700;
    color:#131E29 !important;
    text-decoration:underline;
}
    .uspbanner-desc > a:focus-visible {
        padding: 0px 2px 2px;
        border: 2px solid #131E29;
    }
    @media screen and (max-width: 1024px) {
        .uspbanner-title {
            font-size: 18px !important;
            font-weight: 700 !important;
            line-height: 22px !important;
            padding-bottom: 12px;
        }
        .usp-banner-content > .uspbanner-subtitle {
            height: 54px;
        }
        .footer-uspbanner {
            margin-top: 0px;
            margin-bottom: 48px;
        }
    .uspbanner-card {
        width: 100%;
        height: auto;
        float: none;
        margin: 0%;
        margin-top: 16px;
        padding: 20px;
    }

    .uspbanner-subtitle {
        font-size: 22px !important;
        line-height: 1.25 !important;
    }

    .usp-banner-icon {
        display: none;
    }
        .usp-banner-content {
            width: 100%;
        }
    .usp-banner-wraper {
        padding-top: 12px;
        padding-bottom: 24px;
    }

        .usp-banner-wraper .uspbanner-card:nth-of-type(n) {
            margin-left: 0px;
            margin-right: 0px;
        }
        .container.usp-banner-wraper {
            width:100% !important;
        }
}
