section.top-header.sec1 {
    background-image: url(../assets/bank-bg1.jpg);
    padding-bottom: 9rem;
    color: #fff;
}
.sec1 h1 {
    margin-bottom: 1.5rem;
}

.sec2, .sec3, .sec4, .sec6, .sec7, .sec8, .sec8b,.sec9, .sec12, .sec13, .sec5{
    padding: 7rem 0;
}

p {
    line-height: 1.4em;
}

p:not(:last-of-type) {
    margin-bottom: 2rem;
}
p {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5 {
    margin-bottom: 2rem;
}

ul li:not(:last-child) {
    margin-bottom: 1rem;
}

.ctext-right .col-md-7 {
    padding-left: 6rem;
}

.ctext-left .col-md-7 {
    padding-right: 5rem;
}

.sec3 {
    background: #FEF0E1;
}

.sec5 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/law-bg1.jpg);
    background-position: top center;
}
.sec5 .inner-sec {
    width: 50%;
    margin: 0 0 0 auto;
}

.sec6 {
    background: #FEF0E1;
}

.sec8 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/bank-bg6.jpg);
    color: #fff;
    background-position: top center;
}

.sec8 .inner-sec {
    border-radius: 10px;
    border: 0.5px solid #FFF;
    margin-top: 3rem;
    padding: 2.7rem 5rem;
}
ul.checklist {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 50%;
}
.sec8 .inner-check {
    display: flex;
    width: 90%;
    margin: 0 auto;
}
ul.checklist li {
    background-image: url(../assets/check_circle.svg);
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: 0 3px;
    padding-left: 4.4rem;
}

.sec9 .inner-sec {
    border-radius: 20px;
    background: #F9F9F9;
    padding: 4.5rem 5.5rem;
    margin-top: 4rem;
}
ul.bullet-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.bullet-list li {
    position: relative;
    padding: 2.8rem 0;
    margin-left: 5.8rem;
}
ul.bullet-list li:not(:last-of-type) {
    border-bottom: 1px solid #C0C0C0;
}
ul.bullet-list li:before {
    content: ' ';
    width: 3.4rem;
    height: 2.8rem;
    position: absolute;
    top: 2.4rem;
    left: -5rem;
    background-image: url(../assets/bullet.svg);
    background-repeat: no-repeat;
    background-size: 3rem;
    background-position: 0 5px;
}

@media only screen and (max-width: 767px) {
    section.top-header.sec1 {
        padding-bottom: 4rem;
    }
    .sec2, .sec3, .sec4, .sec6, .sec7, .sec8, .sec8b, .sec9, .sec12, .sec13, .sec5 {
        padding: 4rem 0;
    }
    .ctext-right .col-md-7 {
        padding-left: calc(var(--bs-gutter-x)* 0.5);
    }
    .ctext-left .col-md-7 {
        padding-right: calc(var(--bs-gutter-x)* 0.5);
    }
    .sec5 {
        background-position: top right;
    }
    .sec8 .inner-sec {
        padding: 3rem 2rem;
    }
    .sec4 .row, .sec6 .row {
        flex-direction: column-reverse;
    }
    .sec5 .inner-sec {
        width: 100%;
    }
    .sec8 .inner-check {
        width: 95%;
        flex-wrap: wrap;
    }
    ul.checklist {
        width: 100%;
    }
    .sec9 .inner-sec {
        padding: 1rem 2rem;
        margin-top: 2rem;
    }
    p {
        font-size: inherit;
    }
}