div.page-live-tv h1 {
    margin: 50px 0;
}

div.page-live-tv p.light {
    margin: 40px 0 30px 0;
}

div.page-live-tv div.boxes {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0 ;
}

div.page-live-tv div.boxes div {
    border: 1px solid #DDDDDD;
    height: 176px;
    width: calc(31.95% - 90px);
    padding: 0 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.page-live-tv div.boxes div img {
    max-height: 50px;
    max-width: 95px;
}

div.page-live-tv div.boxes div label {
    margin-top: 16px;
}

div.page-live-tv div.boxes div label {
    text-align: center;
}

@media (max-width: 860px) {
    div.page-live-tv div.boxes {
        flex-direction: column;
        margin-bottom: 0;
        margin-top: 0;
    }

    div.page-live-tv div.boxes div {
        width: calc(100% - 90px);
        height: auto;
        min-height: 178px;
        margin-bottom: 20px;
        justify-content: center;
    }

    div.page-live-tv div.boxes div label {
        margin-top: 10px;
        max-width: 263px;
    }
}

@media (max-width: 764px) {
    div.page-live-tv h1 {
        margin: 20px 0;
    }
}

@media (max-width: 374px) {
    div.page-live-tv h1 {
        font-size: 26px;
    }
}

div.page-live-tv div.partners {
    display: flex;
    flex-direction: row;
    height: 50px;
    margin-top: 50px;
}

div.page-live-tv div.partners div:first-child {
    width: 75%;
    padding: 0 20px 0 0;
    border-right: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
}

div.page-live-tv div.partners div:last-child {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 30%;
}

div.page-live-tv div.partners div:last-child img {
    max-height: 45px;
}

@media (max-width: 1048px) {
    div.page-live-tv div.partners div:last-child img {
        max-height: 40px;
    }
}
@media (max-width: 956px) {
    div.page-live-tv div.partners {
        flex-direction: column;
        height: auto;
        width: 100%;
        margin-top: 0px;
    }

    div.page-live-tv div.partners div {
        width: 100%;
        flex-direction: column;
    }

    div.page-live-tv div.partners div:first-child {
        border-right: 0;
        width: 100%;
    }

    div.page-live-tv div.partners div:first-child p {
        margin-top: 20px;
    }

    div.page-live-tv div.partners div:last-child {
        width: 100%;
    }
}
