.first-health-block {
    max-width: 250px;
    width: 90%;
    margin: 20px auto;
    img.first-health-logo {
        max-width: 150px;
        margin: auto;
        display: block;
    }
    .first-health-text {
        font-size: 10px;
        line-height: 15px;
        padding: 0px;
        text-align: center;
        &:before{
            content:'';
            background: #fff;
            display: block;
            margin: auto;
            height: 1px;
            width: 150px;
            margin-bottom: 10px;
        }
        &:after{
            content:'';
            background: #fff;
            display: block;
            margin: auto;
            height: 1px;
            width: 150px;
            margin-top: 10px;
        }
    }
}
.location-page {
    position: relative;
}
.location-page .first-health-block {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 200px;
    max-width: 55%;
}
.location-page figure.wp-block-image.size-large {
    max-width: 40%;
}
@media only screen and (max-width: 500px){
    .location-page .first-health-block {
        position: absolute;
        top: -40px;
    }
    .location-page img.first-health-logo {
        max-width: 80%;
    }
    .location-page .first-health-text {
        font-size: 2.6vw;
        line-height: 3.9vw;
    }
}