/* ===

Theme Name: Hey Victor
Author: Koval Web
Author URI: https://kovalweb.com/
Description: Website development by Koval Web
Tags: html5, css3, sass, js, gulp, bootstrap grid
Version: 1.0

=== */
.links-wrapper {
    position: relative;
    min-height: 100vh;
    padding-bottom: 2rem;
}

.links {
    position: relative;
    width: 100%;
    max-width: 26.75rem;
    margin: 0 auto;
    z-index: 2;
}

.links-header {
    padding: 1rem;
}

.links-body {
    padding: 1.75rem 2rem 0;
}

.links-img {
    position: relative;
    width: 9.375rem;
    height: 9.375rem;
    border-radius: 50%;
    margin: 0 auto 1rem;
    overflow: hidden;
}

.links-heading {
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.links-desc {
    font-size: 1.125rem;
    line-height: 1;
    margin-bottom: 1.75rem;
}

.links-footer {
    margin-top: 3.75rem;
}

.links-footer .btn-link {
    font-weight: normal;
}

.links-form {
    padding: 3.25rem 2.5rem;
    margin-bottom: 1rem;
}

.links-form-heading {
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .links-wrapper {
        padding-bottom: 3.5rem;
    }
}

@media (max-width: 399px) {
    .links-form {
        padding: 3rem 2rem;
    }

    .links-form-heading {
        font-size: 2rem;
        line-height: 1.1;
    }
}