.floating-cta a.form-popup-text > span > span {
    color: #dd3333;
    font-weight: bold;
}
.services-box-section .serv-box-item {
    padding: 20px 15px;
    margin: 15px 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius: 5px;
}
.services-box-section .serv-box-item .serv-box-icon {
    margin-bottom: 10px;
}
.services-box-section .serv-box-item .serv-box-icon img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(49%) saturate(503%) hue-rotate(200deg) brightness(96%) contrast(95%);
}
.services-box-section .serv-box-item .serv-box-name {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}

span.site-phone-number a,
.th-item.medium.th-number span a,
.th-item.medium.th-number span:before,
.site-footer .column-main-element .site-number a,
.contact-page-info .site-number a,
.mid-head-item .dsply-item span.time-list {
    color: #dd3333 !important;
    font-weight: bold;
}

@media only screen and (min-width: 600px) {
    .services-box-section .serv-box-item {
        width: 49%;
    }
    .services-box-section .serv-box-item:not(:nth-child(4n + 1)),
    .services-box-section .serv-box-item:not(:nth-child(3n + 1)) {
        margin-left: 0;
    }
    .services-box-section .serv-box-item:not(:nth-child(2n + 1)) {
        margin-left: 2%;
    }
}
@media only screen and (min-width: 768px) {
    .services-box-section .serv-box-item {
        width: 32%;
    }
    .services-box-section .serv-box-item:not(:nth-child(4n + 1)),
    .services-box-section .serv-box-item:not(:nth-child(2n + 1)) {
        margin-left: 0;
    }
    .services-box-section .serv-box-item:not(:nth-child(3n + 1)) {
        margin-left: 2%;
    }
}
@media only screen and (min-width: 1024px) {
    .services-box-section .serv-box-item {
        width: 23.5%;
    }
    .services-box-section .serv-box-item:not(:nth-child(3n + 1)),
    .services-box-section .serv-box-item:not(:nth-child(2n + 1)) {
        margin-left: 0;
    }
    .services-box-section .serv-box-item:not(:nth-child(4n + 1)) {
        margin-left: 2%;
    }
    .latest-news-section .header-wrap {
        margin-right: 100px;
    }
    .floating-cta a.form-popup-text {
        font-size: 25px !important;
    }
}