.bx-prev,
.bx-next {
    display: none
}

#home-scrollable-text-wrapper {
    float: right;    
    width: 75%;
    margin-top: 20px;
    margin-right: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative
}

#home-scrollable-text ul {
    overflow: hidden;
    height: 9em
}

#home-scrollable-text li {
    display: block;    
    padding: 10px 10px 10px 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2)
}

.scroll-button-container {
    position: absolute;
    right: 40px;
    bottom: 15px;    
}

.scroll-button {
    display: none;
    border: none;
    float: left;
    background: #005caa;
    color: #fff;
    margin-left: 4px;
    font-size: 2em;
    padding: 0 8px;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.suku-title {
    text-align: right;
    font-weight: bold;
    font-size: 30px;
    color: #005caa;
}
.suku-per {
    margin-bottom: 30px;
    text-align: right;
    color: #005caa; 
}
.syarat {
    margin-left: 40px;
    margin-bottom: 30px;
    color: red;
}
.note {
    margin-top: 20px;
    margin-left: 40px;
    font-size: 12px;
}
.ayo-bank {    
    width: 80px;
    margin-left: 40px;
}
.ojk, .lps {    
    width: 100px;
    margin-left: 10px;
}

@media (max-width: 1200px) {
    #suku-img {display: none;}    
}

@media (max-width: 900px) {
    #home-scrollable-text-wrapper {
        margin-top: 20px;
        margin-right: 50px;
        margin-bottom: 20px;
        }
    #suku-img {display: none;}
    #suku-syarat {margin-top: -10px;}
    .scroll-button-container {margin-top:20px;}
    .suku-title {font-size: 20px;}    
}

@media (max-width: 767px) {
    #home-scrollable-text-wrapper {margin-right: 50px; width: 200px;}
    #suku-syarat {display: none;}
    .suku-title {font-size: 18px;}
}

@media (max-width: 550px) {
    .suku-title {display: none;}
    #home-scrollable-text-wrapper {display: none;}
    .scroll-button-container {display: none;}
        
}