.acupuncture-hero {
    text-align: center;
    padding: 50px 0px 50px 0px;
    background-image: url("/img/promotion-hero-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 38rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: rgb(255, 110, 43) 2px solid;
}
.acupuncture-promotion {
    text-align: center;
    padding: 40px;
    border: 2px solid rgb(255, 110, 43);
}
.acupuncture-promotion__content {
    text-align: center;
    font-size: 3rem;
    color: rgb(255, 110, 43);
}