
#have-any-questions .wrap{
    background-color: #EAF3F3;
    max-width: 1280px;
    color: #007579;
}

#have-any-questions .content{
    position: relative;
    padding: 30px;
}

#have-any-questions .content .button{
    transform: translateY(-50%);
    position: absolute;
    font-size: 18px;
    right: 30px;
    top: 50%;
}

#have-any-questions .content h3{
    font-weight: 400;
    font-size: 36px;
}

#have-any-questions .content h3:after{
    display: none;
}

#have-any-questions .content p{
    line-height: 32px;
    font-size: 24px;
    margin: 0;
}

@media screen and (max-width: 680px) {
    #have-any-questions .content .button{
        transform: translateY(0);
        width: calc(100% - 80px);
        position: relative;
        text-align: center;
        max-width: 300px;
        margin-top: 20px;        
        right: auto;
        top: auto;
    }
}