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, .sec6 {
    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;
}

.sec3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/juv-bg1.jpg);
    background-position: top center;
}
.sec4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/juv-bg2.jpg);
    background-position: top center;
    color: #fff;
}
.sec7 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/juv-bg3.jpg);
    background-position: top center;
    color: #fff;
    padding: 52rem 0 6rem;
}

.sec-esp {
    padding: 0 0 6.1rem;
}
.sec-esp .inner-col {
    border-radius: 0px 0px 25px 0px;
    background: #FCF6EA;
    box-shadow: -59px 0px 57px -69px #000;
    padding: 5.5rem 3rem 4.8rem 0;
}
ul.double-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.double-list li {
    position: relative;
    padding: 2.4rem 0rem 2.4rem 7.5rem;
    background-image: url(../assets/dark-double.svg);
    background-repeat: no-repeat;
    background-size: 1.9rem;
    background-position: 3.6rem 3rem;
}
ul.double-list li:nth-child(odd):before {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(245, 251, 255, 0.00) 0%, #F5FBFF 31.42%, rgba(245, 251, 255, 0.00) 98.9%);
    mix-blend-mode: exclusion;
}
.sec-esp .col-md-5 {
    width: 53%;
}
.sec-esp .col-md-7 {
    width: 47%;
}

@media only screen and (max-width: 1024px) {
    ul.double-list li {
        background-position: 3.6rem 2.8rem;
    }
}

@media only screen and (max-width: 767px) {
    section.top-header.sec1 {
        padding-bottom: 4rem;
    }
    .sec2, .sec3, .sec4, .sec5, .sec6{
        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;
    }
    .sec4 {
        background-position: top right;
    }
    .sec3 {
        background-position: top left;
    }
    .sec7 {
        padding: 47rem 0 4rem;
    }
    .inner-col {
        margin: 1.5rem;
        height: auto;
    }
    .sec7-row2 {
        margin-top: 1rem;
    }
    .sec-esp .col-md-5 {
        width: 100%;
    }
    .sec-esp .col-md-7 {
        width: 100%;
    }
    .sec-esp {
        padding: 4rem 0;
    }
    .sec-esp .inner-col {
        margin: 2rem 0 0;
        padding: 4rem 3rem 4rem 0;
    }
    ul.double-list li {
        background-position: 3.6rem 3rem;
    }
    p {
        font-size: inherit;
    }
}