.img-textbox-area {
    display: flex;
    align-items: center;
}
.textbox-area {
    background-color: #E6C9A2;
    padding: 30px 25px;
}
.img-area {
    width: 50%;
    margin-right: -70px;
}
.img-area img {
    height: 400px;
    object-fit: cover;
}
.textbox-area {
    width: 50%;
}
.vision-box {
    background-color: #0E1927;
    text-align: center;
    padding: 30px 50px;
    margin: 0 70px;
}
.welcome-sec {
    position: relative;
    background-size: cover;
    padding: 60px 0;
    background-position: center;
    z-index: 1;
}
.welcome-sec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 60%);
    height: 100%;
    width: 100%;
    z-index: -1;
}
.welcome-sec .title {
    font-size: 45px;
    font-family: "Averia Sans Libre", serif;
}
.welcome-sec .para-text{
    font-size: 22px;
}
.expect-sec .expect-img-container img {
    height: 600px;
    object-fit: cover;
}

@media screen and (min-width:768px) and (max-width:991.5px){
    .textbox-area {
        width: 60%;
    }
    .vision-box {
        margin: 0 0px;
    }
    .expect-sec .expect-img-container img {
        height: 450px;
    }
}
@media screen and (max-width:767.5px){
    .img-textbox-area {
        flex-direction: column;
    }
    .img-area {
        width: 100%;
        margin-right: 0px;
    }
    .textbox-area {
        width: 100%;
    }
    .vision-box {
        margin: 0;
    }
    .expect-sec .expect-img-container img {
        height: 350px;
    }
    .textbox-area {
        padding: 15px 25px;
    }
    .vision-box {
        padding: 15px;
    }
    .welcome-sec .title {
        font-size: 35px;
    }
    .welcome-sec .para-text {
        font-size: 20px;
    }
}
@media screen and (max-width:400.5px){
    .img-area img {
        height: 300px;
    }
    .welcome-sec .title {
        font-size: 30px;
    }
    .welcome-sec .para-text {
        font-size: 18px;
    }
}