 /*Text Bottom */


.uc-text-b {
    color: #545454;
    font-size: 16px;
    font-family: 'Inter', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;    
}

.uc-text-b p + * {
    margin-top: 20px;
}

.uc-text-b h2 {
    font-size: 38px;
    font-family: 'Dela Gothic One', Arial, sans-serif;
    font-weight: 900;
    margin: 40px 0 20px;
    color: #151345;
}

.uc-text-b h3 {
    font-size: 28px;
    font-family: 'Dela Gothic One', Arial, sans-serif;
    font-weight: 700;
    margin: 30px 0 10px;
    color: #151345;
}

.uc-text-b ol li + li,
.uc-text-b ul li + li {
    margin-top: 20px;
    
}

@media (max-width: 960px) {
    .uc-text-b .t-col {
        max-width: 375px;
        margin: 0 auto;
    }

    .uc-text-b h2 {
    font-size: 28px;
    }
    .uc-text-b h3 {
    font-size: 20px;
    }
}


.uc-d-none {
    display: none;
}

img.uc-st-img {
    float: right;
    border-radius: 10px;
    width: 400px;
    margin: 0 0 20px 20px;
}
img.uc-st-img.w-auto {
    width: auto;
    max-width: 100%;
}

img.uc-st-img.mt-0 {
    margin-top: 0;
}

@media screen and (max-width: 960px) {
    img.uc-st-img {
        float: right;
        width: 100%;
        margin: 0 0 25px 0;
    }
}