.matches_section {
    background-image: url('/static/prediction/img/bg/versus_mobile.png');
    background-size: cover;
    background-position: center;
    height: 350px;
}



.country_flag {
    width: 50px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.img-thanks {
    max-width: 80%;
    height: auto;
}

@media (min-width: 768px) {
    .matches_section {
        background-image: url('/static/prediction/img/bg/versus_desktop.png');
    }
    .country_flag {
        width: 150px;
    }

    .matches_section{
        height: 850px;
    }
}