.acupuncture-hero {
    text-align: center;
    padding: 50px 0px 50px 0px;
    background-image: url("/img/service-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-price__first-price {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
}
.acupuncture-price__second-price {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
}
.acupuncture-price__first {
    color: rgb(255, 110, 43);
    display: flex;
    flex: 1 1 660px;
    flex-grow: 1;
    flex-wrap: wrap;
}
.acupuncture-price__second {
    color: rgb(255, 110, 43);
    display: flex;
    flex: 1 1 660px;
    flex-grow: 1;
    flex-wrap: wrap;
}
.acupuncture-price__first-title {
    text-align: center;
}
.acupuncture-price__second-title {
    text-align: center;
}
.acupuncture-price__first-content {
    background-color: white;
    border: 1px solid rgb(255, 110, 43);
    display: flex;
    flex: 1 1 300px;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.acupuncture-price__first-text {
    text-align: center;
}
.acupuncture-price__second-content {
    background-color: white;
    border: 1px solid rgb(255, 110, 43);
    display: flex;
    flex: 1 1 300px;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.acupuncture-price__first-content-second {
    display: flex;
    flex: 1 1 300px;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgb(255, 110, 43);
    background-color: white;
    color: rgb(255, 110, 43);
    justify-content: center;
    flex-wrap: wrap;
}
.acupuncture-price__second-content-second {
    display: flex;
    flex: 1 1 300px;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    background-color: white;
    border: 1px solid rgb(255, 110, 43);
    color: rgb(255, 110, 43);
    justify-content: center;
    flex-wrap: wrap;
}
.acupuncture-price__first-content-third {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 110, 43);
    color: rgb(255, 110, 43);
    display: flex;
    flex: 1 1 300px;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.acupuncture-price__second-content-third {
    background-color: white;
    color: rgb(255, 110, 43);
    border: 1px solid rgb(255, 110, 43);
    display: flex;
    flex: 1 1 300px;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.acupuncture-price__first-content-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.acupuncture-price__second-content-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.acupuncture-price__first-picture {
    display: flex;
    flex: 1 1 280px;
    flex-wrap: wrap;
}
.acupuncture-price__second-picture {
    display: flex;
    flex: 1 1 280px;
    flex-wrap: wrap;
}
.acupuncture-price__first-img {
    width: 100%;
    height: auto;
    display: flex;
}
.acupuncture-price__second-img {
    width: 100%;
    height: auto;
    display: flex;
}
.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;
}