.tl-cert-button {
    display: inline-block;
    padding: 17px 20px;
    font-family: 'Cuprum', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    color: #393939;
    background: #74AF79;
}

.tl-cert-button:hover {
    background: #FFF;
    color: #393939 !important;
}

@media screen and (max-width: 1169px) {
    .tl-cert-button {
        position: absolute;
        top: 50px;
    }
}

@media screen and (max-width: 779px) {
    .tl-cert-button {
        padding: 8px;
    }
    .heading__container {
        padding-top: 40px;
    }
}

@media screen and (max-width: 390px) {
    .tl-cert-button {
        left: 120px;
    }
}