@media only screen and (max-width: 1199px) {
    .winLossTable .infoCardMedia:first-child, .winLossTable .infoCardMedia:nth-child(2) {
        min-width: auto
    }
    .footerMenuRow .col-md-4:first-child {
        padding-right: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .teamInfoHeader p {
        font-size: 12px;
    }
    .teamInfoHeader h5{
        font-size: 16px;
    }
    .teamInfoHeader h1 {
        font-size: 28px;
    }
    
}

@media only screen and (max-width: 767px) {
    .footerSection {
        margin-top: 34px;
    }
    .subscriptionForm button {
        width: 100%;
    }
    .footerSection .collapse {
        display: none;
    }
    .footerSection .container{
        padding: 0;
    }
    .footerSection .collapse.show {
        display: block;
    }
    .allInfoModal .modal-header .teamInfoHeader {
        flex-direction: column;
    }
    .teamImgDisc{
        display: flex;
        order: -1;
        margin-bottom: 8px;
    }
    .teamInfoHeader>div {
        text-align: center;
    }
    .matchStatus {
        font-weight: 600;
    }
    .winLossTable th span{
        font-size: 12px;
    }
    .winLossTable tr:last-child td {
        padding: 10px;
    }
    .winLossTable .infoCardMedia {
        padding: 0 12px 0 14px;
    }

    .modalContentCol::before{
        display: none;
    }
    .modalContentCol table th, .modalContentCol table td {
        font-size: 10px;
    }
    .teamInfoHeader h5 {
        font-size: 14px;
    }
    .teamInfoHeader p {
        font-size: 11px;
    }
    .teamInfoHeader h1 {
        font-size: 24px;
    }
    .battingContentCol h5 {
        font-size: 12px;
    }
    .cardInfoRow{
        flex-wrap: wrap;
    }
    .winLossTable{
        margin-bottom: 16px !important;
    }
    .winLossTable .infoCardMedia:last-child{
        border-left: 0;
        padding-left: 0;
        
    }
    .winLossTable th {
        width: auto !important;
    }
    .table>:not(caption)>*>* {
        padding: 0.4rem 0.2rem;
    }
    .winLossTable .infoCardMedia:last-child {
        margin-top: 14px;
        padding-right: 0;
    }
    .allInfoModal .modal-content{
        padding: 14px 15px !important;
    }
    .allInfoModal .modal-header {
        padding: 0 0 14px;
    }
    .BrewHitTitle {
        border-bottom: 1px solid #E9E9E9 !important;
        padding-bottom: 8px !important;
        padding-top: 8px !important;
        border-top: 1px solid #E9E9E9 !important;
        
    }
    .footer-grid .accordion-header button{
        pointer-events: auto !important;
        border-bottom: 1px solid rgba(233, 233, 233, 0.1) !important;
    }

    .accordion-button:not(.collapsed) {
        background-color: auto !important;
    }
    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
    }
    .footerMenuRow .col-md-4:first-child {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .accordion-collapse ul{
        margin-bottom: 15px;
    }
    .winLossTable .infoCardMedia:nth-child(2){
        padding-right: 0;
    }
}



@media only screen and (max-width: 575px) {
    .infoLogo {
        margin-right: 9px;
    }
    .winLossTable .infoCardMedia:first-child, .winLossTable .infoCardMedia:nth-child(2) {
        min-width: 50%;
    }
    .infoLogo img {
        max-width: 32px;
    }

}