.hero {
    text-align: center;

}

.h-text {
    position: relative;
    margin: 5vw;
}

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

.h-text3 {
    color: #838383;
    font-weight: 100;
    font-size: 1.2vw;
    margin: 1vw;
}

.section1 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.s1-text {
    font-weight: 100;
    font-size: 4vw;
    letter-spacing: 2.5vw;
    text-align: center;
    color: #BEBEBE;

}

.s1-box {
    background-color: #F4F4F4;
    width: 90vw;
    margin: 5vw;
}
.clients{
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.s1-image {
    display: flex;
    justify-content: center;
    
}
h2{
    text-decoration: underline;
}

.s1-image img {
    width: 30vw;
    min-width: 200px;
}
.s1-clients{
    margin: 20px;
}
.s1-clients p {
    font-size: 16px;
    line-height: 26px;
}

@media (max-width:570px) {
    .s1-box {
        flex-direction: column-reverse;
    }

    .s1-clients p {
        font-size: 12px;
        line-height: 22px;
    }
    h2{
        font-size: 16px;
    }
    .clients{
        flex-direction: column-reverse;
    }
}