section {
    padding-left: 70px;
    padding-right: 70px;
}

.text-style {
    text-align: center;
}

.acupressure {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
}

.acupressure .text-style {
    text-align: center;
}

.acupressure-columns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.acup-img {
    max-width: 500px;
    width: 100%;
}

.acup-img img {
    width: 100%;
    height: auto;
}

.acupressure-columns .text {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 100%;
    text-align: left;
    gap: 15px;
}

.text .text-style {
    text-align: left;
}

.text li {
    color: #e29500;
    /* color: #c7880a; */
}

/* services section  */

.acup-services {
    display: flex;
    text-align: center;
    flex-direction: column;
    gap: 25px;
}

.service-cards {
    display: flex;
    gap: 30px;
    overflow-x: auto;
}

.service-cards::-webkit-scrollbar {
    display: none;
}

.ser-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    animation: smooth-slider 20s linear infinite;
}

@keyframes smooth-slider {

    form{transform: translateX(0);}
    to{transform: translateX(-100%);}
    
}

.s-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.s-card img {
    border-radius: 14px;
}

/* why choose section  */

.why {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
}

.why .text-style{
    text-align: center;
}

.why h1 {
    color: #e29500;
}

.card {
    padding: 30px;
    box-shadow: none;
}

.btn img {
    width: 100px;
    height: auto;
}

.btn h6 {
    font-size: 1.2rem;
}