.w-33{
    width: 33.333%;
}
.bg-custom{
    background:#b0b0b052;
}
.bg-none{
background:transparent;
}
.buttonSize {
    padding:10px;
    border-radius: 10px;
}
.border-grey{
    border: 1px solid #8e938c;
}
.text-list{
    color: #8e938c;
}
.button-border {
    border: 1px solid #264eca;
}