#contact{
    background: transparent linear-gradient(249deg, #02D8FD 0%, #9B39B5 83%, #A232B2 100%) 0% 0% no-repeat padding-box;
    padding: 270px 0 100px;
    position: relative;
}

#contact h1{
    color: var(--white);
    font-size: 62px;
    line-height: 62px;
    font-weight: 300;
}

#contact h1 strong{
    font-weight: 700;
}

#contact .content p:first-of-type{
    font-size: 25px;
    letter-spacing: 1.72px;
    color: var(--paleBlue);
    line-height: 35px;
    font-weight: 400;
    margin: 10px 0;
}

#contact .content p{
    color: var(--white);
    font-family: var(--museo);
    font-size: 18px;
    line-height: 29px;
    font-weight: 300;
}

#contact .inner{
    background: var(--white);
    padding: 40px;
    border-radius: 5px;
}

#contact h2{
    font-size: 30px;
    color: #003347;
    text-align: center;
}

#contact input{
    border: 1px solid #333997;
}

#contact button{
    margin: 0 auto;
    display: block;
}