JSFiddle - React, Tailwind, and code Playground

by luka kupunia

CSS

@media (max-width: 1365px) {

    .w-squad .custom-button,
    .w-squad a {
        width: calc(50% - 40px);
        margin: 38px 0 !important;
        height: 79px;
        margin-left: 40px !important;
    }

    .w-squad a {
        display: flex;
        align-items: center;
    }

    .a_a {
        display: flex;
        align-items: center;
    }

    .will-show .swiper-slide {
        height: auto !important;
    }

    .will-show {
        justify-content: center !important;
    }

    .will-show .Player {
        width: 33.3%;
        padding-left: 40px !important;
        padding-right: 40px !important;
        margin-bottom: 80px !important;
    }
}

@media (max-width: 1023px) {
    body {
        background: red;
    }
}