.casino-comparison-table {
    margin: 50px auto;
}

.casino-comparison-table>h2 {
    color: #1B1A25;
    margin-bottom: 30px;
    font-size: 29px;
    font-weight: 700;
    line-height: 35px;
}

.casino-comparison-table>p {
    color: #4A4B54;
    margin: 0;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.casino-comparison-table>p:last-child {
    margin-bottom: 0;
}

.casino-comparison-table>.lg-screen {
    margin-top: 30px;
}

.casino-comparison-table>.lg-screen>.comparison-table-holder {
    position: relative;
    display: flex;
}

.casino-comparison-table>.lg-screen>.comparison-table-holder:last-child {
    flex-wrap: wrap;
}

.casino-comparison-table>.lg-screen>.comparison-table-holder:last-child .column {
    width: 50%;
}

.casino-comparison-table>.sm-screen {
    display: none;
}

.casino-comparison-table>.lg-screen .title {
    width: 50%;
}

.casino-comparison-table .title {
    background-color: #E8E8E8;
    color: #1B1A25;
    padding: 11.5px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
}

.casino-comparison-table .column {
    color: #4A4B54;
    padding: 13px 23px;
    box-shadow: inset 0px -1px 0px 0px #E4E4E4;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.casino-comparison-table .icon-wrap {
    margin-right: 12px;
}

.casino-comparison-table>.lg-screen .vs {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 12px;
    line-height: 19px;
    transform: translate(-50%, -50%);
}

.casino-comparison-table .vs {
    width: 34px;
    height: 34px;
    background-color: #37269F;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
    .casino-comparison-table>h2 {
        margin-bottom: 30px !important;
        font-size: 29px;
        font-weight: 700;
        line-height: 35px;
    }
}

@media only screen and (max-width: 600px) {
    .casino-comparison-table>p {
        font-size: 17px;
        line-height: 29px;
    }

    .casino-comparison-table>.lg-screen {
        display: none;
    }

    .casino-comparison-table>.sm-screen {
        margin-top: 30px;
        display: block;
    }

    .casino-comparison-table>.sm-screen .vs {
        margin: 12px auto;
        position: relative;
        transform: unset;
        font-size: 15px;
        line-height: 24px;
    }

    .casino-comparison-table>.sm-screen .column {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
    }
}
