.colored-btn:hover {
    background-color: #0061AC!important;
  }
  
  .ty2-ny {
    height: 476px!important;
  }
  
  .cb .btn {
    padding-top: 0.6rem;
    height: 46px;
  }
  
  
  .cb h1 {
    font-size: 44.69px;
    font-weight: 400;
    line-height: 57.23px;
    padding: 23px 0;
  }
  
  .cb h6 p, h6{
    font-size: 18px;
    font-weight: 400;
    line-height: 29.7px;
  }
  h6.d-none.d-md-block {
    font-weight: 700;
  }
  
  @media (max-width: 767.98px) {
    .cb {
      margin: 2rem 0.5rem;
    }
  }
  
  @media (min-width: 768px) {
    .cb {
      margin: 2rem 5.5rem;
    }
    
    .cb .btn {
      width: 286px;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      padding: 0rem 2.5rem;
    }
  
    .cb .cbtxt{
      width: 45%;
    }
  }
  
  @media (max-width: 1499.98px) {
    .cb .btn {
      width: 100%;
    }
  }