    .section .sc-inner {
        padding: 60px 0;
    }
    
    .sc-homeloan .content {
        width: 52%;
        height: 100%;
        display: flex;
        flex-direction: column;
        top: 0;
        right: 0;
        position: absolute;
        padding: 40px 60px 90px 100px;
        background: white;
        border-top: solid 5px #29AA74;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
        z-index: 10;
    }
    
    .sc-content .homeloan img {
        width: 52%;
        height: 100%;
        max-width: 570px;
        max-height: 342px;
        position: relative;
        border-radius: 10px;
        -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.35);
        z-index: 20;
    }
    
    .sc-content .homeloan {
        position: relative;
        padding: 20px 0;
    }
    
    .sc-content .homeloan .content p.date {
        font-size: 14px !important;
        color: #BBBBBB;
        margin-top: 5px;
    }
    
    .sc-content .homeloan .content p.dec {
        font-size: 18px !important;
        color: #999999;
        margin-top: 20px;
    }
    
    .btn-promotion {
        margin-top: auto;
    }
    
    .btn.btn-over {
        width: 100%;
        max-width: 235px;
        height: 50px;
        font-weight: bold;
        font-size: 16px !important;
        border-radius: 25px !important;
        line-height: 35px !important;
        background-color: #015055 !important;
    }
    
    h4.h2>small {
        font-size: 14px;
    }
    
    .homeloan {
        width: 100%;
        max-width: 1140px;
        position: relative;
        left: 0px;
        top: 0px;
        opacity: 1;
    }
    
    @media screen and (max-width: 768px) {
        .sc-homeloan .content {
            padding: 20px 20px 20px 70px;
        }
    }
    
    @media screen and (max-width: 767px) {
        .content h4.h2 {
            font-size: 40px !important;
            line-height: 1 !important;
        }
        .sc-homeloan .content {
            position: relative;
            padding: 20px 20px 30px;
        }
        .btn-promotion {
            margin-top: 30px;
            text-align: center;
        }
        .homeloan {
            width: 100%;
        }
        .sc-content .homeloan img {
            width: 100%;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            margin: 0 auto;
            display: block;
        }
        .sc-homeloan .content {
            width: 100%;
            max-width: 570px;
            margin: 0 auto;
        }
        .btn.btn-over {
            width: 100%;
            max-width: 306px;
        }
    }