.teamSilo {
    padding: 50px 0 0;
}
.teamSilo .header {
    margin-bottom: 50px;
}
.teamSilo .header h2 {
    color: #862A75;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
}
.teamSilo .header p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.4px;
}
.teamSilo img {
    width: 100%;
    max-width: 306px;
    height: auto;
    aspect-ratio: 416/550;
    object-fit: cover;
}
.teamSilo a {
    text-decoration: none;
}
.teamSilo .name {
    color: #0F3F49;
    font-family: "Playfair Display";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0;
}
.teamSilo .job {
    color: #9B2E76;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width: 991px) {
    .teamSilo .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .teamSilo .inner .wrap .name {
        text-align: center;
    }
    .teamSilo .inner .wrap .job {
        text-align: center;
    }
}
