/* Location */
address {
    margin-bottom: 0 !important;
}

.opening-time,
.additional-text {
    font-weight: 700;
    color: #afafaf;
    font-size: 1.125rem;
}

.tel-service {
    font-weight: 700;
    color: #FDB927;
    font-size: 1.125rem;
}

.block-address {
    display: flex;
    flex-direction: column;
}

/* extend-a-helping-hand-at-christmas */
#christmas-block .bg-christmas {
    background-image: url(/wp-content/uploads/2023/12/Christmas-Collection-BG-scaled.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 350px;
}

#christmas-block .bg-text {
    display: flex;
    align-items: center;
    justify-content: center;   
    height: 100%;
}


@media (max-width: 576px) {
    .page-id-320723 .block-text h2 {
        width: 100% !important;
    }
}
