.text-grey{
    color: white;
}
.text-grey:hover{
    color: grey;
}
.border-radius{
    border-radius: 0;
}
@media screen and (min-width: 1200px) and (max-width:1400px){
    .fz-14-mobile{
        font-size: 14px;
    }
}