.tg-68ba49c3-section {
    padding: 60px 20px;
    background-color: #0D1B2A;
    font-family: inherit;
}
.tg-68ba49c3-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px auto;
}
.tg-68ba49c3-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}
.tg-68ba49c3-subtitle {
    font-size: 1.1rem;
    color: #cccccc;
    line-height: 1.6;
}
.tg-68ba49c3-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .tg-68ba49c3-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .tg-68ba49c3-grid {
        grid-template-columns: 1fr;
    }
}
.tg-68ba49c3-card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
}
.tg-68ba49c3-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}
.tg-68ba49c3-img-wrapper {
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 5;
}
.tg-68ba49c3-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.tg-68ba49c3-card:hover .tg-68ba49c3-img {
    transform: scale(1.08);
}
.tg-68ba49c3-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-grow: 1;
}
.tg-68ba49c3-name {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}
.tg-68ba49c3-role {
    font-size: 0.95rem;
    font-weight: 500;
    margin: 0;
}
