#hero{
    background: transparent linear-gradient(249deg, #02D8FD 0%, #9B39B5 83%, #A232B2 100%) 0% 0% no-repeat padding-box;
    padding: 270px 0;
    position: relative;
}

#hero h1{
    color: var(--white);
    font-size: 62px;
    line-height: 62px;
    font-weight: 300;
}

#hero h1 strong{
    font-weight: 700;
}

#hero .content p:first-of-type{
    font-size: 25px;
    letter-spacing: 1.72px;
    color: var(--paleBlue);
    line-height: 35px;
    font-weight: 400;
    margin: 10px 0;
}

#hero .content p{
    color: var(--white);
    font-family: var(--museo);
    font-size: 18px;
    line-height: 29px;
    font-weight: 300;
	margin: 0px 0 40px;
}

#hero .quote{
    position: absolute;
    width: 360px;
    right: 100px;
    bottom: 150px;
    border: 2px solid var(--white);
    padding: 50px 20px 40px;
    border-radius: 5px;
    color: var(--white);
    font-family: var(--museo);
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
}

#hero .quote p{
    margin: 0;
}

#hero .quote img{
    position: absolute;
    top: -32px;
    height: 64px;
}

#hero .whiteWave{
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 110px;
    object-fit: cover;
}

@media(max-width:1200px){
    #hero{
        padding: 270px 0 500px;
    }
    
    #hero .quote{
        right: auto;
        left: 50%;
        transform: translatex(-50%);
        bottom: 150px;
    }
}

@media(max-width:576px){
    #hero .quote{
        width: 95%;
    }
}

@media(max-width:576px){
    #hero .btn-blue{
        margin-bottom: 20px;
    }
}

#s1{
    padding: 50px 0;
}

#s1 .wrap{
    text-align: center;
}

#s1 h3{
    color: var(--darkBlue);
    font-size: 23px;
    line-height: 28px;
}

#s1 p{
    font-size: 17px;
    font-weight: 300;
    min-height: 128px;
}

#s1 img{
    margin-bottom: 20px;
}

@media(max-width:1200px){
    #s1 p{
        min-height: 0;
    }
}