.main-head {
    background: url("../yoga-img/naturopathy.png") no-repeat center;
    background-size: cover;
}

.natur-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.natur-img img {
    border-radius: 17px;
}

.natur-text {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    height: 100%;
    gap: 25px;
    line-height: 1.7;
}

/* benefit section  */

.benefit-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
    text-align: center;
}

.team-card {
    width: 220px;
    height: 230px;
    text-align: center;
}

.team-card h5 {
    color: #e29500;
}

.ans-key{
    background: #f0e1c5;
    padding: 20px;
}

.key-benefits {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.key-benefits li {
    color: #e29500;
    font-size: 1rem;
}

.key-benefits p {
    margin-left: 20px;
}

/* tharepies section  */

.tharepie-htext {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
}

.card img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card p {
    padding: 0 9px;
}

.tharepie-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

/* yoga tharepie section  */

.text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-direction: column;
}