/*
Theme Name: New Setkab
Theme URI: https://antigravity.id
Author: Indra Lesmana
Author URI: https://ilesmana.com
Description: New setkab wp themes
Version: 1.0
*/
.five_bottom {
    width: calc(50% - 6px) !important;
}
.five_bottom2 {
    width: calc(50% - 12px) !important;
}
@media screen and (max-width: 850px){
    .five_bottom {
        width: calc(100% - 24px) !important;
    }
    .five_bottom2 {
        width: calc(100% - 24px) !important;
    }
}