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{
    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;
}

.bgbrown {
    background: #FEF0E1;
}

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;
}
.sec5 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/oil-bg1.jpg);
    color: #fff;
    background-position: top center;
    padding: 52rem 0 6rem;
}
.sec8 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/oil-bg2.jpg);
    background-position: top center;
}
.sec8 .inner-col {
    border-radius: 20px;
    background: #fff;
    padding: 2.5rem 4.5rem;
    margin-top: 4rem;
}

@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);
    }
    .ctext-left {
        flex-direction: column-reverse;
    }
    .sec5 {
        background-position: center;
        padding: 40rem 0 4rem;
    }
    .sec8 .inner-col {
        padding: 1rem 2rem;
        margin-top: 2rem;
    }
    p {
        font-size: inherit;
    }
}