.hero {
    margin: 5vw;
}

.av {
    background: linear-gradient(90deg, rgba(222, 90, 149, 0.55) 0%, rgba(99, 74, 156, 0.55) 51.56%, rgba(43, 190, 215, 0.55) 100%);
    backdrop-filter: blur(14.5px);
}

/* .about {
    background: linear-gradient(90deg, rgba(6, 6, 6, 0.55) 0%, rgba(60, 60, 60, 0.55) 100%);
} */

.h-text1 {
    font-size: calc(20px + 3vw);
    letter-spacing: 0.095em;
    color: #B3B3B3;
    text-align: center;
    margin: 2vw;
}

.h-text2 {
    letter-spacing: 0.095em;
    text-align: center;
    color: #FFFFFF;
    margin: 3vw 7vw;
}

.s1a {
    margin: 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s1b {
    margin: 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s1-img {
    width: 25vw;
    min-width: 220px;
}

.s1-text {
    width: 35vw;
    color: white;
    margin: 5vw;
    text-align: justify;
}

@media (max-width:800px) {

    .h-text2{
        text-align: justify;
        margin: 10vw 7vw;
    }
    .s1a {
        flex-direction: column;
    }
    .s1-img{
        margin: 5vw;
    }
    .s1-text {
        width: 80vw;
    }

    .s1b {
        flex-direction: column-reverse;
    }
}