@media screen and (max-width: 800px) {

    #main .fusion-fullwidth,
    #wrapper .fusion-footer .fusion-fullwidth{
        --awb-padding-top: 64px;
        --awb-padding-bottom: 32px;
    }

    .drop-container {gap:16px;}
    .drop-container .drop-column {width:200px; height:200px;}
    .drop-container .drop-column p {font-size:16px;}

    .header-text  {font-size: 16px !important}

    .posts-wrapper:not(.swiper) .posts-container {grid-template-columns: repeat(1, 1fr);grid-gap: 32px;}

    .column-reverse-mobile .fusion-builder-row {flex-direction: column-reverse;}

}
