.header{
    color:#4633c3;
    font-size:15px;
    font-weight:bold
    
    
}
.flex{
    display: flex;
    justify-content:space-between
}
.mar{
    padding: 10px 0;
    margin-top: 20px;
}


.box-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.box{
    width: 300px;
    height: 200px;
    padding: 10px;
    margin: 20px 0;
}
.box_img{
    display: flex;
    justify-content: center;

}
.box_text{
    text-align: center;
    padding: 10px 0;
}

