.hero {
    text-align: center;

}

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

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

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

.h-text2 {
    padding: 5px;
    font-family: 'Maax';
    font-size: 1.5vw;
    font-weight: 500;
    color: #838383;
}

.section1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 5vw 0vw;
}

.s1a {
    width: 80vw;
   
}

.s1-img {
    display: flex;
    justify-content: space-between;
}

.section1 img {
    width: 40%;
    min-width: 145px;
}

.s1-text {
    margin: 5vw 0vw;
}

.s1a .s1-text1 {
    /* font-size: 1.5vw; */
    font-weight: bold;
    margin: 1vw 0vw;
}

.s1a .s1-text2 {
    color: #6B6A6A;
    text-align: justify;
    /* font-size: 1.2vw; */
}
@media (max-width:570px) {
    .s1-text{
        margin: 35px 0px;
    }
}