.elmt-questions {
    height: 300px;
    background-color: #35373f;   
    background-image: url(/images/background-questions.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}

.elmt-questions h2 {
    padding-top: 90px;
    color: #fff;
    font-size: 2em;
    font-weight: 300;
}

.elmt-questions a {
    margin-top: 30px;
    padding: 14px 50px;
    color: #fff;
    background-color: #0075cf;
    display: inline-block;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875em;
    text-decoration: none;
    transition: all 0.5s;
    border: 1px solid #0075cf;
}

.elmt-questions a:hover {
    background-color: #35373f;
    border: 1px solid #4a4b53;
}