.contact-link-section {
    margin: 0;
    padding: 0 0 80px;
}

.contact-link-section .wrapper {
    margin: 0 auto;
    max-width: 617px;
    text-align: center;
}

.contact-link-section .wrapper p {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #1B1B1B;
    margin-bottom: 25px;
}

.contact-link-section .wrapper .highlighted-block {
    max-width: 550px;
    margin: 0 auto;
    background: #EAEFFE;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #1B1B1B;
    width: 100%;
}

.contact-link-section .wrapper .highlighted-block a {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration-line: underline;
    color: #2A63F5;
    text-underline-offset: 3px;
    transition: all 0.3s ease-in-out;
}

.contact-link-section .wrapper .highlighted-block a:hover {
    color: #1B1B1B;
}

@media (max-width: 991px) {

    .contact-link-section .container {
        padding: 0;
    }

    .contact-link-section {
        padding-bottom: 60px;
    }

}