
.row {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

.card {
    width: 80%;
    background-color: #343a40;
    border-radius: 6px;
    transition: 0.5s;
    border-color: #ffc107;
    gap: 20px;
}

@media (min-width: 952px) {
    .card {
        width: 30%;
    }
}


    .card img {
        max-width: 100%;
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        margin-top: 1rem;
        border-radius: 100% !important;
        overflow: hidden;
    }


.card-instractor {
    font-family: "Sriracha", arial, sans-serif;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    font-weight: bolder;
    text-shadow: #0a58ca 1px 0 10px;
}

.card-role {
    --bs-text-opacity: 1;
    color: #fff3cd;
}