body{
    background-color: #EBE8E4;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    justify-content: center;
}

/* #practices{
    width:100%;
    height: 100%;
    padding-top:140px;
} */

#practices{
    height: auto;
    width:100%;
    padding:0 0 15px 0;
    margin:140px auto 0 auto;
}

.post-head .title{
    font-weight:300;
    font-size:4rem;
    color:black;
}

.post-head hr{
    /* border-top:0.6px solid; */
    border-color:grey;
    padding-bottom: 50px;
    width:40%;
}
@media(max-width:500px){
    .post-head hr{
        width:80%;
}
}
.card-row {
    display:flex;
    margin:auto;
    justify-content:center;
    width:100%;
}

.card-col{
    display: flex;
    justify-content:center;
}

.card-row .card{
    display:flex;
    justify-content: center;
    align-items:center;
    border-radius: 10px !important;
    border:0;
    height:auto;
    width: 18rem;
    box-shadow: rgba(255, 255, 255, 0.3) 0 5vw 6vw -8vw, rgba(255, 255, 255, 0) 0 4.5vw 5vw -6vw, rgba(50, 50, 80, 0.5) 0px 4vw 8vw -2vw, rgba(0, 0, 0, 0.8) 0px 4vw 5vw -3vw;

}



.card-img-top{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}


.card-body .card-title{
    font-size: 1.3rem;
}
.card-text{
    max-height:5.5rem !important;
    font-size:1rem;
}
