
.text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
}

.responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: space-evenly;
}

.team-head-text {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}

.team-head-text {
    line-height: 50px;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
}



.card_sp_prg {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
    background: rgba(211,0,30,0.2);
    color: white;
    align-items: center;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
    transition-duration: 1.1s;
}
.card_sp_prg:hover{
    background: rgba(211,0,30,1);
    transition-duration: 1.5s;
}



.card_sp {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
    background: rgba(211,0,30,0.2);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
    transition-duration: 1.1s;
}

.card_sp:hover{
    background: rgba(211,0,30,1);
    transition-duration: 1.5s;
}

.card_sp:hover .team-image-wrapper{
    transform: scale(1.3);
    transition-duration: 1.5s;
}


.card-container {
    width: 280px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 25px;
    margin-left: 10px;
}

.name {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 22px;
    font-weight: 800;
}

.position {

    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.feature-text {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    color: rgb(167, 167, 167);
    line-height: 30px;
    font-size: 22px;
}


.team-image-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    clip-path: circle(50% at 50% 50%);
    width: 170px;
    height: 170px;

    transition-duration: 1.1s;
}

.team-member-image {
    border-radius: 50%;
    border: 1.8px solid white;
    max-width: 100%;
}

@media (max-width: 500px) {
    .card-container {
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 25px;
        margin-left: 0px;
    }
}