ul.wp-block-list span.time-list {
    display: flex
;
    flex-direction: column;
}
@media only screen and (max-width:1180px) and (min-width:1024px) {
    #menu-main-menu li a {
        padding-right: 10px!important;
        padding-left: 10px!important;
    }
}
@media only screen and (min-width:1024px) {
    .badges-section .site-badges .badges-item {
        width: 22.5%!important;
    }
}
@media only screen and (max-width:1023px) {
    .badges-section .site-badges .badges-item {
        width: 29.5%!important;
    }
}
@media only screen and (max-width:767px) {
    .badges-section .site-badges .badges-item {
        width: 46.5%!important;
    }
}
@media only screen and (max-width:540px) {
    .badges-section .site-badges .badges-item {
        width: 100%!important;
    }
    .projects-section .proj-count-item {
    padding-left: 10px!important;
    padding-right: 10px!important;
    }
    .services-section .service-item .service-icon
     {
        border: 2px dotted #dd3333!important;
    }
    .services-section .service-item .service-icon .serv-icn-img {
        background-color: #dd3333!important;
    }
    .contact-page-wrap .contact-site-name { font-size: 26px!important; }
}
section.badges-section .badge-slide-control {
    display: none;
}
section.badges-section .badge-list {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}