section.top-header.sec1 {
    background-image: url(../assets/per-bg-main.jpg);
    padding-bottom: 9rem;
    color: #fff;
}
.sec1 h1 {
    margin-bottom: 1.5rem;
}

.sec2, .sec3, .sec4, .sec5, .sec6, .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;
}

.sec5 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/per-bg1.jpg);
    background-position: top center;
    color: #fff;
}

.sec-esp {
    padding: 1.6rem 0 1.9rem;
}
.sec-esp .inner-col {
    border-radius: 10px;
    background: #FFF;
    box-shadow: -59px 0px 57px -69px #000;
    padding: 0.5rem 4rem 1.2rem 0rem;
}
ul.bullet-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.bullet-list li {
    position: relative;
    padding: 1.5rem 0rem 1.5rem 7.5rem;
    background-image: url(../assets/bullet.svg);
    background-repeat: no-repeat;
    background-size: 2.4rem;
    background-position: 2.7rem 1.8rem;
    margin: 0;
}
ul.bullet-list li:nth-child(even):before {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
    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: 767px) {
    section.top-header.sec1 {
        padding-bottom: 4rem;
    }
    .sec2, .sec3, .sec4, .sec5, .sec6, .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;
    }
    .sec-esp .col-md-5 {
        width: 100%;
    }
    .sec-esp .col-md-7 {
        width: 100%;
    }
    .sec-esp .inner-col {
        margin: 2rem 0 0;
        padding: 0.5rem 3rem 1.2rem 0rem;
    }
    .sec-esp {
        padding: 3rem 0 3rem;
    }
    p {
        font-size: inherit;
    }
}