h2 {
    font-weight: 900;
}

.third-color {
    color: var(--third-text-color) !important;
}

.btn-primary {
    background: var(--button-primary-background-color);
}

.btn-primary:hover, .btn-primary:visited, .btn-primary:focus, .btn-primary:active {
    background: #fff;
    border-color: var(--primary-color) ;
    color: var(--primary-text-color);
	transform: translatey(-10%);
}

.link {
    font-family: Lato;
    font-weight: 900;
    font-size: 13.5px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-info-company {
     color: var(--footer-info-conpany) !important; 
}

.color-label-email {
    color:  var(--footer-info-conpany); 
}

@media only screen and (max-width: 768px) {
    .background {
        margin-top: -200px;
        margin-bottom: -265px;
    }

    .shield-img {
        width: 50% !important;
    }
}