@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

#new-sherpa-banner {
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
}

#new-sherpa-banner a{
    background: #fff;
    color: #333;
    display: flex;
    font-size: 16px;
    padding: 6px 20px 6px 40px;
    align-items: center;
    transition: all .25s;
}

#new-sherpa-banner a:hover{
    transform: scale(1.025);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50); 
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
}

#new-sherpa-banner div{
    padding: 10px 0;
}

#new-sherpa-banner p {
    margin-bottom: 24px;
    line-height: 24px;
    font-weight: 400;
}

#new-sherpa-banner p.banner-title {
    color: #00857D;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 16px;
    font-weight: 700;
}

#new-sherpa-banner p.survey-cta {
    color: #00857D;
    font-weight: 500;
    margin: 0;
    text-decoration: underline;
}

#new-sherpa-banner img{
    width: 340px;
    margin-left: 37px;
}

@media screen and (max-width: 800px){
    #new-sherpa-banner p {
        margin-bottom: 16px;
    }

    #new-sherpa-banner img{
        width: 250px;
    }

    #new-sherpa-banner p.banner-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 650px){
    #new-sherpa-banner a{
        flex-direction: column;
    }

    #new-sherpa-banner img{
        width: 340px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 650px){
    #new-sherpa-banner a{
        padding: 6px 20px 6px 20px;
    }

    #new-sherpa-banner img{
        display: none;
    }
}
