
 .acupuncture-hero {
    text-align: center;
    padding: 50px 0px 50px 0px;
    background-image: url("/img/aboutus-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: white 2px solid;
}
.acupuncture-indroduction {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.acupuncture-indroduction__indroduction-aboutus {
    display: flex;
    padding: 10px 20px 10px 20px;
    flex-direction: column;
    flex: 1 1 330px;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgb(255, 110, 43);
}
.acupuncture-indroduction__aboutus {
    font-size: 30px;
    text-align: center;
    color: white;
}
.acupuncture-indroduction__aboutus-content {
    font-size: 20px;
    text-align: center;
    color: white;
}
.acupuncture-indroduction__overlay {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.acupuncture-indroduction__img {
    width: 100%;
    height: auto;
    display: flex;
}