body{
     background: #F6FCFB;
}
h1{
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
    margin: 10px;
}
h2{
     font-size: 26px !important;
     line-height: 1.5;
     font-weight: 700;
     margin: 10px;
}
h3{
     font-size: 22px;
     font-weight: 700;
     margin: 10px;
     margin-top: 2.2pc;
}
a{
     color: #1255cc;
     text-decoration: none;
}
.wms-card{
     border-radius: 24px;
     padding: 20px;
     margin-bottom: 20px;
     background: #FFFFFF;
     box-shadow: 0px 0px 24px rgba(167, 167, 167, 0.12);
     border-radius: 24px;
     padding:10px;
     margin-bottom:12px;
}