.hero {
    text-align: center;

}

.container1 {
    height: 45vw;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    min-height: 200px;
}



.hero img {
    width: 100%;
    /* position: relative;
    z-index: -1; */
}

.image {
    height: 40vw;
    max-width: 100%;
    padding-bottom: 1vw;
}

.h-text {
    position: relative;
    top: 3vw;
    margin: 1vw;
}

.h-text1 {
    font-family: 'Maax';
    font-size: 4vw;
}

.h-text2 {
    padding: 5px 0px;
    font-family: 'Maax';
    font-size: 1.5vw;
    font-weight: 500;
    color: #838383;
}
.section1{
    margin: 4vw 0vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.s1a{
    text-align: center;
    width: 95vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.s1-text{
    margin: 5vw 0vw;
    width: 80%;
}
.s1-text1{
    font-size: 20px;
    font-weight: bold;
    margin: 1vw 0vw;
}
.s1-text2{
    color: #6B6A6A;
    /* text-align: justify; */
    font-size: 18px;
}
.s1-img img{
    width: 100%;
}
.s1-img-split{
    display: flex;
    justify-content: space-between;
}
.s1-img-split img{
    width: 49%;
}

@media (max-width:570px) {

    .s1-text1{
        font-size: 16px;
    }

    .s1-text2{
        font-size: 12px;
    }
}