.match-card {
    /*border-radius: 5px;*/
    /*background-color: #0b0b0b;*/
    /*padding: 10px;*/
    /*height: 30px;*/
    margin-top: 10px;
}
.t1-t2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    background-color: #747474;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 65px;
    align-items: center;
}
.t-1-name,
.t-2-name {
    color: whitesmoke;
    /*font-size: 1rem;*/
}
.t1-t2-info {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    background-color: #2374cc;
    color: whitesmoke;
}
.t-1, .t-2 {
    font-weight: 600;
}

@media (min-width: 300px) and (max-width: 400px){
    .bg-ali.login-container{
        top: 80px !important;
    }
    .footer-section {
        margin: 70px 0 !important;
    }
    .t-1, .t-2 {
       max-width: 30%;
    }
    .t-1 > .t-1-name,
    .t-2 > .t-2-name {
        font-size: 8px;
    }
    .goals {
        font-size: 6px;
    }

}