<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ready-to-start-banner {
    background: linear-gradient(90deg, #FCEFCF 0%, #FCEFCF 68%, #FDC86A 68%, #FDC86A 100%);
    background-position: 100% center;
}

#ready-to-start-banner a.btn {
    max-width: 320px;
    width: 100%;

    padding-top: 23px !important;
    padding-bottom: 23px !important;
}

#ready-to-start-banner .banner-img {
    background-position-y: 25%;
    background-position-x: right;
    background-size: 120%;
    max-width: 431px;
    width: 100%;
    min-height: 318px;
    background-image: url(&amp;quot;/_assets-custom/images/investease-new/ready-to-grow-bnr.jpg&amp;quot;);
}

@media screen and (max-width: 1199px) {

    #ready-to-start-banner .banner-img {
        margin-right: 16px;
    }

}

@media screen and (max-width: 899px) {
    #ready-to-start-banner .banner-text {
        width:50%;
    }
        #ready-to-start-banner .banner-img {
        width:50%;
    }

}
@media screen and (max-width: 639px) {
    #ready-to-start-banner a.btn {
        padding-top: 23px !important;
        padding-bottom: 23px !important;
    }

    #ready-to-start-banner {
        background: #FCEFCF;
    }

    #ready-to-start-banner .banner-text {
        width:100%;
    }

    #ready-to-start-banner .banner-img {
        width:100%;
        max-width: none;
        background-position-y: 30%;
        min-height: 242px;
    }
}</pre></body></html>