@import url('https://fonts.cdnfonts.com/css/gt-walsheim-trial');

body {
    background-color: #F5F7FA;
  }
  
  .new-btn1 {
    background: #0b1422;
    color: white;
    border-radius: 8px;
    width: 100%;
    border: none;
    margin-top: 16px;
    font-family: 'GT Walsheim Trial', sans-serif; 
    font-size: 14px;
    font-weight: 700;
    width: 328px;
    height: 40px;
    padding: 10px 20px 10px 20px;
}

.text-heading
{
    color: #101925;
    font-family: 'GT Walsheim Trial', sans-serif;
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 700;  
}

.sub-text-heading
{
    color: #101925;
    opacity: 0.8;
    font-family: 'GT Walsheim Trial', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;  
    text-align: center;
    margin-top: 8px;
}

.new-btn2 {
    background: #E9EDF1;
    color: #0B1422;
    border-radius: 8px;
    width: 100%;
    border: none;
    margin-top: 16px;
    font-family: 'GT Walsheim Trial', sans-serif; 
    font-size: 14px;
    font-weight: 700;
    width: 328px;
    height: 40px;
    padding: 10px 20px 10px 20px;
    margin-top: 8px;
}
  
