.main-head {
    background: url("../yoga-img/haed.jpg") no-repeat center;
    background-size: cover;
}

.overlay {
    text-align: center;
    padding: 0 9px;
}

.overlay h1 {
    color: #fff;
}

.overlay h4 {
    color: aqua;
}

.medi-contant {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.medi-contant img {
    max-width: 700px;
    width: 100%;
    border: 1px solid #e29500;
    box-shadow: 0 0 15px 4px #3c0447;
    border-radius: 20px;
    margin: 25px 0;
}

/* meditation type  */

.meditation-type {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.maditation-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.maditation-cards .card {
    display: flex;
    justify-content: start;

}

/* who can  */

.who-contant {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.who-contant img {
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.who-contant .text {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* meditation programs */

.our-head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
    text-align: center;
    margin-bottom: 30px;
}

.meditation-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.meditation-cards .text-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
    padding: 0 9px;
    border: 1px solid #e29500;
    box-shadow: 0 0 10px 4px #3c0447;
    border-radius: 12px;
    max-width: 400px;
    width: 100%;
    height: 240px;
}



@media (max-width: 671px) {

    .who-contant{
        flex-wrap: wrap;
    }

    /* .who-contant img {
        width: 200px;
    }

    .who-contant .text {
        display: flex;
        flex-direction: column;
        gap: 0;
        font-size: .8rem;
    } */
    
}