 .acupuncture-hero {
    text-align: center;
    padding: 50px 0px 50px 0px;
    background-image: url("/img/contactus-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-hero__button {
    display: flex;
    align-self: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    border-radius: 20px;
    background-color: rgb(255, 110, 43);
}
.acupuncture-hero__button-link {
    display: flex;
    border-style: none;
    padding: 10px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
}