.bg-color{
    background-color: #289ce2;
    background-image: linear-gradient(160deg, #289ce2 0%, #50e48c 100%);
}
.bg-color1{
    background-color: #eabd52;
    background-image: linear-gradient(62deg, #eabd52 0%, #deb348 100%);
}
.text-blue{
    color: #62e83c;
    font-size: 18px;
}
.text-red{
    color: red;
    font-size: 18px;
}
.bold{
    font-weight: 400;
}
.min-vw-25{
    min-width:50px
}
