#header_meta {
    display: none;
}

.service-link-box p:nth-child(2) a:nth-child(3) {
    font-weight: bold !important;
}

.therapies-box {
    border: 1px solid var(--primary) !important;
    border-radius: 10px;
    padding: 20px;
}

.therapies-box h3 {
    font-size: 22px;
    color: var(--primary);
}

.therapies-box a {
    border: 1px solid var(--primary) !important;
    padding: 10px 35px;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 20px !important;
    display: inline-block;
    transition: .4s;
}

.therapies-box a:hover {
    background: var(--primary) !important;
    color: #fff !important;
}