.layer-1 {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.layer-1 .bk-img-l1 img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;  /* background-style */
    z-index: -1;  /* keep behind everything */
}

.text-l1 {
        position: absolute;
    color: #fff;
    display: flex;
    width: 75vw;
    flex-direction: column;
    justify-content: center;
    left: 14%;
    margin-top: -239px;
    text-align: center;
}
.p-l1-1 {
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: 400; /* Regular */
    margin-top: 0;
}

#p-l1-2 {
    font-size: 56px;
    letter-spacing: -1.9px;
    font-weight: 600; /* Semi-Bold */
    line-height: 57.6px;
    margin-top: 0;
    margin-bottom: 24px;
}
.hero-btn {
    padding: 19px 36px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    width: fit-content;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 400; /* Regular */
    cursor: pointer;
    pointer-events: auto;
    transition: background 0.2s, color 0.2s;
}

.hero-btn:hover {
    background: #fff;
    color: #112250;
}

.bt-1 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 0;
    margin-top: 0;
    line-height: 0px;
    align-self: flex-end;
}
.arrow {
        font-size: 28px;
}
.history-underline {
    width: 90px;
    height: 2px;
    background: #DCDCDC;
    margin: 12px auto 32px auto;
    border-radius: 2px;
}
.history-underline-1 {
    width: 90px;
    height: 2px;
    background: #DCDCDC;
    margin: 12px auto 32px 0;
    border-radius: 2px;
}
.l4-l56 {
    text-align: center;
    margin: 65px 0;
}
.p-l3-1 {
    color: #816934;
    font-size: 36px;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 0;
}
.l4-content {
    display: flex;
    justify-content: space-evenly;
    background: #F3F6FC;
    padding: 63px 23px;
    margin-top: 30px;
}
.l4-img {
    width: 20vw;
    height: 20vw;
}
.l4-img-1 {
    width: 12vw;
    height: 12vw;
}
.l4-l34 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.p-l4-1 {
    color: #816934;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 27px;
    margin-bottom: -22px;
    width: 30vw;
    text-align: center;
}
.p-l4-12 {
    color: #816934;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 27px;
    margin-bottom: -22px;
    width: 22vw;
    text-align: center;
}
.p-l4-121 {
    color: #112250;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 100;
    margin-top: 27px;
    margin-bottom: -22px;
    width: 22vw;
    text-align: center;
}
.layer-3 {
    position: relative;
    margin: 0;
    padding: 0px 204px;
    top: 0;
    background: #fff;
}
.layer-3 p {
    margin-bottom: 0;
    /* margin-top: 40px; */
    text-align: left;
}
.p-l3-2 {
    /* margin-top: 45px !important; */
    font-size: 20px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    line-height: 27px;
}
.pl33 {
    margin-top: 40px !important;
    font-size: 20px !important;
}
.p-l2 {
    font-size: 20px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    line-height: 27px;
}

@media (max-width: 1080px) {
    .main-container,
    .main-wrapper {
        padding: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .nav-main {
        background: #b3b3b3 !important;
    }
    .text-l1 {
        padding: 0px 50px;
        align-items: center;
        top: 11vw;
        margin-top: 0px;
    }
    .p-l1-1 {
        font-size: 12px;
        letter-spacing: 4px;    
    }
    #p-l1-2 {
        font-size: 22px;
        max-width: 90vw;
        line-height: 1.2;
        margin-bottom: 16px;
        font-weight: 400;
        letter-spacing: 0.1px;
        text-align: center;
    }
    .layer-1 .bk-img-l1 img {
        min-height: 200px;
    }
    /* .p-l3-1 {
        font-size: 18px;
        padding: 0px 20px 0px 20px;
    } */
    .history-underline {
        margin: 12px auto 18px auto;
    }
    .l4-l56 {
        text-align: center;
        margin: 44px 0;
    }
    .l4-img {
        width: 60vw;
        height: 60vw;
    }
    .l4-content {
        flex-direction: column;
        margin-top: 0px;
        padding: 0px 23px;
    }
    .p-l4-1, .p-l4-121 {
        margin-bottom: 27px;
        font-size: 15px;
    }
    .l4-l34-q {
        margin-top: 30px;
    }
    .l4-img-1 {
        width: 32vw;
        height: 32vw;
    }
    .layer-3 {
        padding: 0px 20px;
    }
    .p-l3-1 {
        font-size: 20px;
    }
    .p-l3-2 {
        margin-top: 26px !important;
        font-size: 12px;
        color: #666666;
        font-family: 'Open Sans', sans-serif;
        line-height: 22px;
    }
    .pl33 {
        font-size: 14px !important;
    }
    .p-l2 {
        margin-top: 26px !important;
        font-size: 12px;
        color: #666666;
        font-family: 'Open Sans', sans-serif;
        line-height: 22px;
    }
}