*{
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
}

.whiteColor{
    color: beige !important;
}

.centerItem{
    text-align: center;
}

.custRow{
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    width: 100% !important;
    /* grid-template-columns: auto auto auto auto; */
}
.spac{
    width: 25% !important;
}


/* media screen  */
@media only screen and (max-width: 640px){
    .custRow{
        display: block !important;
        width: 80% !important;
        margin: auto ;
    }
    .spac{
        width: 100% !important;
        margin: auto ;
    }

}
