/* Location Teams subpage: team cards */

.location-team-section {
    background: rgba(34, 34, 34, 0.9);
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
    padding-top: 100px;
    padding-bottom: 100px;
}

.location-team-section .content-text .body-regular {
    color: #F6F3EC;
}

.team-card {
    border-radius: 20px;
    overflow: hidden;
}

.team-card-photo {
    display: block;
    width: 100%;
    aspect-ratio: 345 / 396;
    object-fit: cover;
    border-radius: 20px;
}

.team-card-info {
    padding: 20px;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.team-card-name {
    font-family: "Gunterz", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
}

.team-card-role {
    font-family: "Jakarta", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

@media (max-width: 991.98px) {
    .location-team-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
