.footer-col-item.site-logo.relative img {
    background-color: #ffffff;
    padding: 30px 15px;
}

.col-3.contact-site-info-item.contact-site-email.relative {
    display: none;
}
.entry-content p span.cta-shortcode-address br {
    display: none;
}
.bodysense-img {
    text-align: center;
}

.bodysense-wrapper {
    margin-top: 50px;
}

.bodysense-item {
    margin-bottom: 30px;
}

.bodysense-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.bodysense-link {
    text-align: center;
    margin-top: 20px;
}

.bodysense-link a {
    text-decoration: underline;
}
ul.wp-block-list span.time-list {
    display: flex
;
    flex-direction: column;
}
@media only screen and (min-width:1024px){
    .bodysense-list {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    
    .bodysense-item {
        width: calc(100% / 3 - 30px);
    }
    #footer-count2 {
        width: 26% !important;
    }
    #footer-count3 {
        width: 17% !important;
    }
}