.mailings-agreement-left {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #565b65;
    padding-top: 13px;
    text-align: left;
    padding-left:4px;
    padding-right: 4px;
}
.m-dark {
    color: #999999;
}
.contact-head {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    box-shadow: 0px 2px 25px rgba(53, 53, 53, 0.15);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 20px;
    margin-bottom: 36px;
}
.contact-head .btn {
    width: 260px;
    height: 60px;
    line-height: 58px;
    padding: 0;
    font-size: 17px;
}
.contact-head .info {
    margin-right: 20px;
    margin-left: 20px;
}

.single-services-link.item-14341 {
    position: relative;
}
.single-services-link.item-14341:after {
    content: '';
    width: 98px;
    height: 98px;
    position: absolute;
    top: -9px;
    right: -16px;
    background: url(../../img/pages/awards/bas.png) no-repeat center;
    background-size: contain;
}

.terms-of-service {
    margin-top: 20px;
    text-align: center;
}
.terms-of-service a {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .terms-of-service {
        margin-bottom: 10px;
    }
    .contact-head {
        flex-wrap: wrap;
        text-align: center;
        margin-top: 30px;
    }
    .contact-head .btn {
        width: 100%;
    }
    .contact-head .info {
        margin: 15px 0;
    }
    .single-services-link.item-14341:after {
        top: -28px;
        right: -26px;
    }
}