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, .sec5, .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: 5rem;
}

.ctext-left .col-md-7 {
    padding-right: 5rem;
}

.bgbrown {
    background-color: #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;
}
.show-mobile {
    display:none;
}
.sec3 {
    background-repeat: no-repeat;
    background-size: 41%;
    background-image: url(../assets/med-bg1.png);
    background-position: center right;
    padding: 15.5rem 0;
    background-color: #FEF0E1;
}

.sec5 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/med-bg2.jpg);
    background-position: top center;
    padding: 38.5rem 0 0;
}
.sec5 .inner-col {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/med-bg3.png);
    background-position: top center;
    padding: 5rem 8rem;
    border-radius: 20px;
    box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(17px);
    margin-bottom: -12rem;
}

.sec6 {
    padding: 23rem 0 3.5rem;
}
.sec7 {
    padding: 3.5rem 0 7rem;
}
.sec7-row2 {
    margin-top: 5rem;
}
.sec7 .inner-col {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/Box.png);
    background-position: top center;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: #F9F9F9;
    box-shadow: 0px 18px 25px 0px rgba(225, 210, 197, 0.20);
    height: 100%;
    padding: 4rem;
    margin: 0 1rem;
}
.sec8 .inner-col {
    border-radius: 20px;
    background: #F9F9F9;
    padding: 4rem 6rem;
    margin-top: 4rem;
}

@media only screen and (max-width: 1440px) {
    .sec3 {
        padding: 10.5rem 0;
    }
}

@media only screen and (max-width: 1280px) {
    .sec3 {
        padding: 8rem 0;
    }
}

@media only screen and (max-width: 1024px) {
    .sec3 {
        padding: 5rem 0;
    }
}

@media only screen and (max-width: 768px) {
    .sec3 {
        background-size: 45%;
        padding: 4rem 0;
    }
}

@media only screen and (max-width: 767px) {
    section.top-header.sec1 {
        padding-bottom: 4rem;
    }
    .sec2, .sec3, .sec4, .sec8 {
        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;
    }
    .show-mobile {
        display:block;
    }
    .sec3 {
        background-size: 0;
    }
    .sec5 {
        padding: 25rem 0 0;
    }
    .sec5 .inner-col {
        padding: 3rem 3rem;
    }
    .sec6 {
        padding: 17rem 0 4rem;
    }
    .sec7 {
        padding: 3.5rem 0 4rem;
    }
    .sec7 .inner-col {
        height: auto;
        padding: 3rem;
        margin: 1rem;
    }
    .sec7 .inner-col img {
        width: 25%;
    }
    .sec7-row2 {
        margin-top: 1rem;
    }
    .sec8 .inner-col {
        padding: 1rem 2rem;
        margin-top: 2rem;
    }
    p {
        font-size: inherit;
    }
}