.vcard {
    display: flex;
    flex-flow: column nowrap;
}

.vcard .button20__button {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .vcard .button20__button {
        width: unset;
    }
}

.vcard .vcard-data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vcard .academic-title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
}

.vcard .fullname {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 37px;
    margin: 5px 0 1rem;
}

.vcard .job-title {
    display: block;
    font-weight: 700;
    line-height: 1.6rem;
    margin-bottom: 20px;
}

.vcard .contact-info {
    line-height: 1.5rem;
}


.vcard .contact-info-line {
    display: block;
    width: 100%;
}

.vcard .icon-phone {
    color: var(--text-color-accent);
    font-size: 30px;
}

.vcard .social-media {
    margin: 10px 0;
    max-width: 1110px;
    text-align: left;
}

.vcard .social-media i::before {
    color: var(--icon-color);
    cursor: pointer;
    font-size: 30px;
}

.vcard .image-container {
    display: block;
    margin-bottom: 24px;
}

.vcard .image-container img {
    display: block;
    height: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .vcard {
        flex-direction: row;
        padding-top: 85px;
    }

    .vcard .vcard-data {
        margin-top: 4rem;
    }

    .vcard .vcard-content {
        display: flex;
        font-size: 1rem;
        line-height: 0;
    }

    .vcard .fullname {
        font-size: 2.25rem;
        line-height: 3rem;
        margin-bottom: 0.5rem;
    }

    .vcard .job-title {
        font-size: 1.125rem;
        margin-bottom: 65px;
    }

    .vcard .contact-info-line {
        margin-bottom: 0;
    }

    .vcard .action-button button.call {
        display: none;
    }

    .vcard .social-media {
        margin: 20px 0;
    }

    .vcard .image-container img {
        margin-right: 20px;
        width: 330px;
    }

    .vcard .image-container {
        display: flex;
        flex-direction: column;
        justify-content: end;
        margin-bottom: 0;
        margin-top: 4rem;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .vcard .vcard-data {
        padding: 0 0 0 20px;
        width: 50%;
    }

    .vcard .academic-title {
        font-size: 32px;
    }

    .vcard .job-title {
        margin-bottom: 160px;
    }

    .vcard .contact-info-line {
        margin-bottom: 0;
    }

    .vcard .image-container img {
        width: 454px;
    }
}

@media (min-width: 1200px) {
    .vcard .academic-title {
        font-size: 1rem;
    }

    .vcard .fullname {
        font-size: 3rem;
        line-height: 2.5rem;
    }

    .vcard .job-title {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 65px;
    }

    .vcard .contact-info {
        font-size: 1.5rem;
        line-height: 1.875rem;
    }

    .vcard .contact-info-line {
        margin-bottom: 15px;
    }

    .vcard .v-card-info {
        display: block;
        font-size: 1.5rem;
        line-height: 1.875rem;
    }

    .vcard .social-media {
        margin: 0 0 1rem;
        max-width: 1110px;
        width: 100%;
    }

    .vcard .image-container {
        margin: 0 auto;
        max-width: 1110px;
    }

    .vcard .image-container img {
        width: 400px;
    }
}

.profile-prefooter {
    display: flex;
    flex-flow: column nowrap;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.profile-prefooter div {
    margin-bottom: 45px;
}

.profile-prefooter div > h4 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.625rem;
    margin: 0 0 10px;
}

.profile-prefooter div > span {
    display: block;
    line-height: 1.5rem;
}

.profile-prefooter .social-media {
    display: flex;
}

.profile-prefooter .social-media i {
    font-size: 28px;
    margin: 0 10px;
    color: var(--icon-color);
}

@media (min-width: 768px) {
    .profile-prefooter {
        flex-direction: row;
        justify-content: space-between;
    }

    .profile-prefooter div {
        margin-bottom: 24px;
    }

    .profile-prefooter .social-media i {
        margin-top: 40px;
    }
}
