.contact-card-wrapper-201d6228 {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #fff;
}

.contact-card-image-201d6228 {
    flex: 0 0 40%;
    max-width: 300px;
}

.contact-card-image-201d6228 img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

.contact-card-content-201d6228 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cc-name {
    margin: 0;
    font-size: 1.5em;
    font-weight: bold;
}

.cc-role {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 10px;
}

.cc-email {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.cc-email svg {
    height: 1.2em;
    width: 1.2em;
    fill: currentColor;
}
