/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {


}


/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    #berlo_table > div > .wp-block-columns:first-child div {
        font-weight: 500;
        min-height: 130px !important;
        text-align: left;
        padding: 30px 20px;
        border-top: none;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    #berlo_table > div > .wp-block-columns:first-child div {
        font-weight: 500;
        min-height: 130px !important;
        text-align: left;
        padding: 30px 20px;
        border-top: none;
    }

    #berlo_table > div > .wp-block-columns div {
        min-height: 250px !important;
        text-align: left;
        padding: 30px 20px;
        border-top: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .pcbox-pros {
        margin-bottom: 20px;
    }

    #berlo_table .wp-block-column span {
        display: block !important;
        font-weight: 500 !important;
    }

    #berlo_table > div > .wp-block-columns:first-child {
        display: none !important;
    }

    #berlo_table h6 {
        display: block;
    }

    #berlo_table h3 {
        padding: 30px 0px !important;
    }


    #berlo_table .wp-block-column {
        border: 0px !important;
        min-height: auto !important;
        font-size: 0.9em;
        line-height: 1.3em;
        font-weight: 350;
        padding: 20px;
    }

    #berlo_table {
        padding: 15px;
        border: 0px !important;
        margin-top: -50px;
    }

    #berlo_table .wp-block-column {
        min-height: auto !important;
    }

    #berlo_table .wp-block-columns:last-child .wp-block-column {
        border-bottom: 0px !important;
    }

    #berlo_table .wp-block-columns div {
        min-height: auto !important;
        text-align: left;
        padding: 0px 0px;
        border-top: none;
    }

    #emotions_section .wp-block-column {
        min-height: 280px !important;
    }

    #emotions_section .wp-block-column div {
        line-height: 30px;
    }
}

@media only screen and (max-width: 480px) {
    #emotions_section .wp-block-column div {
        line-height: 20px;
    }
}



#berlo_table .wp-block-columns {
    gap: 0;
    width: 100%;
    margin-bottom: 0;
}

#berlo_table .wp-block-column {
    border: 1px solid #cccccc;
    min-height: 200px;
    padding: 20px;
}

#berlo_table .wp-block-column p {
    font-size: 0.85em;
    line-height: 1.3em;
    font-weight: 350 !important;
    margin-bottom: 0 !important;
}

#berlo_table  .wp-block-columns:first-child {

}

#berlo_table .wp-block-columns:first-child div {
    font-weight: 500;
    min-height: auto;
    text-align: left;
    padding: 30px 20px;
    border-top: none;
}

#berlo_table h3 {
    font-size: 28px;
    margin-top: 0px;
}

#berlo_table {
    border: 1px solid #e6e6e6;
}

#berlo_table .wp-block-column {
    border-right: 1px solid #cccccc;
    border-left: none;
    border-top: none;
}

#berlo_table .wp-block-columns .wp-block-column:last-child {
    border-right: none;
    border-left: none;

}

#berlo_table .wp-block-columns:last-child .wp-block-column {
    border-bottom: none;
}

#berlo_table_heading {
    margin-top: -50px;
}


/* ######################################### */
#communication_channels ul {
    list-style: none;
    list-style-image: url(../../images/ch6-tick-icon.png);
    padding-left: 40px;
}

#communication_channels ul li {
    font-family: Rubik, Arial, Verdana, Tahoma;
    font-size: 24px;
    color: #173355 !important;
}

#communication_channels h3 {
    font-family: Bungee, Arial, Verdana, Tahoma;
    text-transform: uppercase;
    font-size: 32px;
    text-decoration: underline
}