﻿
/* |<------------------------->| */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 1499px) {


}

/* |<------------------>|        */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 1199px) {

    /*.widget_cards[data-amount="four"] .card {
        flex: 1 0 46%;
    }*/
}

/* |<----------->|               */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width : 991px) {
    
    /*.widget_cards[data-amount="three"] .card {
        flex: 1 0 96%;
    }*/

    .widget_text_block .widget_text_block_container .text_block_text > div {
        min-height: 0;
        padding: 15px;
    }

    /*.widget_team_cards .team_cards,
    .widget_team_cards .team_cards .team_card {
        flex-direction: column;
    }

    .widget_team_cards .team_cards .team_card img,
    .widget_team_cards .team_cards .team_card .team_card_image {
        width: unset;
    }*/
}

/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {
    /*.widget_cards[data-amount="two"] .card,
    .widget_cards[data-amount="four"] .card {
        flex: 1 0 96%;
    }*/

    .widget_text_block[data-style="left"] .widget_text_block_container {
        flex-direction: column;
    }

    .widget_text_block[data-style="right"] .widget_text_block_container {
        flex-direction: column-reverse;
    }

    .widget_text_block .widget_text_block_container .text_block_image {
        margin: 0;
    }
}