
/*--Activites Page Start here--*/
.activites_header h2{
    text-align: center;
    color: #b3901d;
    padding: 20px;
    font-weight: normal;
}
.activites_slider{
    width: 90%;
    margin: auto;
}
.activites{
    display: flex;
    justify-content: space-between;
    padding: 10px;

}
.activites_box{
    width: 24%;
    height: auto;
    
}
.activites_box img{
    width: 100%;
    height: auto;
}
.activites_box h3{
    text-align: center;
    font-size: 18px;
}
.activites_box p{
    color: #333;
    text-align: justify;
    font-size: 15px;
    padding: 10px;
}
