.text_grey{
    color:#535050;
}
.bg_grey{
    background-color: #F2F2ED;
}
.text_dark_grey{
    color: #535050;
}
.text_orange{
    color: #FB6603;
}
.bg_orange{
    background-color: #FB6603;
}


.text-center{
    text-align: center;
}

.mt-5{
    margin-top: 5px;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.mt-100{
    margin-top: 100px;
}

.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}



.font50{
    font-size: 50px;
}
.font10 {
    font-size: 10px;
}
.font12 {
    font-size: 12px;
}
.font14 {
    font-size: 14px;
}