.insTeamImage {
    border-radius: 100%;
    border: 2px solid #D0D0D0;
    height: 40px ! important;
    width: 40px;
}     
.size-22 {
        font-size: 22px;
        font-weight: 600;
        font-family: "Inter", sans-serif;
        color: #000000;
}
.size-22b {
        font-size: 22px;
        font-weight: 700;
        font-family: "Inter", sans-serif;
        color: #000000;
}
.size-12 {
        font-size: 12px;
        font-weight: 700;
        font-family: "Inter", sans-serif;
        color: #000000;
}
@media (min-width:500px) {
    .size-12m {
            font-size: 12px;
            font-family: "Inter", sans-serif;
            color: #282828;
    }
    .size-14b {
            font-size: 14px;
            font-weight: 600;
            font-family: "Inter", sans-serif;
            color: #000000;
    }
    
}
@media (max-width:499px) {
    .size-12m {
            font-size: 18px;
            font-family: "Inter", sans-serif;
            color: #282828;
    }
    .size-14b {
            font-size: 18px;
            font-weight: 600;
            font-family: "Inter", sans-serif;
            color: #000000;
    }
}
.bb {border-bottom: 1pt solid black;}