@media (max-width: 768px) {
    .resident-benefits-row img {
        max-width: 80px !important;
        margin-bottom: 10px !important;
    }
    .resident-benefits-row :is(h4, p) {
        line-height: 1.5em;
    }
}

body a {
    color: #314536;
    text-decoration: underline;
}

body .link-alt a {
    color: #f1bd35;
}





.vc_row.top-level.wb-full-height-elm {
    min-height: calc(100svh - 370px);
    display: flex;
    align-items: center;
    padding-block: 100px !important;
}



.text-center {
    text-align: center;
}

.aspect-1 .flickity-slider img {
    aspect-ratio: 1;
    object-fit: cover;
}






@media (max-width: 999px) { 
    .tablet-col-2 .row_col_wrap_12 > div, 
    .tablet-col-2 > .row_col_wrap_12_inner > div  {
        width: 50% !important;
    }
}

@media (max-width: 768px) { 
    .mobile-col-2 .row_col_wrap_12 > div,
    .mobile-col-2 > row_col_wrap_12_inner > div  {
        width: 50% !important;
    }
}




@media (max-width: 768px) {
    .wb-row.mobile-col-2 h4 {
        font-size: 1.2em !important;
    }
    
    .wb-row.mobile-col-2 p {
        font-size: .8em;
        line-height: 1.5em;
    }
    
    .wb-row.mobile-col-2 .nectar-button.large {
        padding-inline: 0 !important;
    }
}







@media (max-width: 768px) {
    .resident-benefits-row img {
        max-width: 80px !important;
        margin-bottom: 10px !important;
    }
    .resident-benefits-row :is(h4, p) {
        line-height: 1.5em;
    }
}


