.contact-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    color: #292C31;
    font-family: "Helvetica", Sans-serif;
    margin: 50px auto;
}

.contact-section-heading {
    color: #003865;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

.contact-section .contact-partner-card {
    display: flex;
    flex-direction: column;
    min-width: 253px;
    min-height: 520px;
    width: fit-content;
    padding: 30px 20px 30px;
    box-shadow: 0 8px 31px 1px rgba(132, 146, 178, 0.35);
    border-radius: 20px;
}

.contact-partner-card .contact-name {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.contact-partner-card .contact-position {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.25em;
    text-align: center;
    margin-top: 10px;
}

.contact-partner-card .avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    max-width: 140px;
    width: fit-content;
    margin: 35px auto 0;
}

.contact-partner-card .avatar img {
    width: 140px;
}

.contact-partner-card .link {
    width: 100%;
    font-size: 14px;
    background-color: #F9FAFA;
    padding: 6px;
    border-radius: 5px;
    text-align: center;
}

.contact-partner-card a.link {
    display: flex;
    color: #292C31;
    text-decoration: none;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    padding-left: 22%;
}

.contact-partner-card .contact-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}


.call .link img,
.contact-partner-card .contact-links img {
    width: 17px;
}

.contact-partner-card a.link.linkedin {
    color: #0073b1;
}

.contact-partner-card .link.linkedin img {
    margin-top: -3px;
}

.contact-partner-card .presence {
    display: flex;
    width: 100%;
    height: 35px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 135px;
    margin: 10px auto;
}