* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

.bgcont01 {

    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.94)), url("../images/f02.jpeg");
    background-size: cover;
    width: 50%;
    height: 100vh;

}

.image01 {
    width: 215px;
    height: 65px;
}

.para01 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    opacity: 0.7;
    padding-top: 20px;
    padding-bottom: 20px;
}

.heading01 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    opacity: 0.7;
}

.button01 {
    background-color: #fff;
    width: 200px;
    height: 60px;
    border-radius: 6px;
    border: 0px;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 24px;
    font-weight: 700;
    color: #092b46;
    font-style: italic;
    cursor: pointer;
}

.span01 {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 24px;
    font-weight: 700;
    color: #f49322;
    font-style: italic;
}


.bgcont02 {

    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.94)), url("../images/f01.png");
    background-size: cover;
    width: 50%;
    height: 100vh;

    border-left: 0.5px solid rgba(255, 255, 255, 0.5) !important;
}

.image02 {
    width: 200px;
    height: 42.5px;
}


.bg-cont03 {

    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.94)), url("../images/f02.jpeg");
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
    height: auto;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5) !important;



}

.image03 {
    width: 150px;
    height: 45px;
}

.para02 {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    opacity: 0.6;
    padding-top: 20px;
    padding-bottom: 20px;
}

.heading02 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    opacity: 0.7;
}

.button02 {
    background-color: #fff;
    width: 180px;
    height: 50px;
    border-radius: 6px;
    border: 0px;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    color: #092b46;
    font-style: italic;
    cursor: pointer;
}

.span02 {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    color: #f49322;
    font-style: italic;
}


.bg-cont04 {

    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.94)), url("../images/f01.png");
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5) !important;
    height: auto;



}

.image04 {
    width: 150px;
    height: 40px;
}