.tournament-card{
    background-color: #454687;
}

.tournament-card .tournament-card-img{
    border: none;
    margin-right: 0;
    padding-right: 40px;
}

.tournament-card .tournament-card-img img{
    max-width: 162px;
}

@media screen and (max-width: 1199px) {

    .tournament-card .tournament-card-img{
        padding-right: 0;
        padding-bottom: 0;
        margin-bottom: 25px;
    }
}

.tournament-card-img img{
    filter: invert(1);
}

@media screen and (max-width: 1199px){
    .reverse-tab{
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .reverse-tab .title-area{
        margin-top: 43px !important;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 320px){
    .tournament-card .tournament-card-img img{
        max-width: 65px !important;
        height: 65px;
    }
}