

    body{
      font-family: 'HalisR-Regular', sans-serif;
    }
    section {
      width: 80%;
      margin: 10px auto;
    }
    .title {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
    }
    h1 {  
      color: #e00024;
      font-size: 42px;
      font-weight: 600;
      margin: 10px 0;
    }
    h2 {    
      font-size: 30px;
      color: #232326;
      margin: 10px 0;
    }
    h4{
      margin-top: 50px;
      font-size: 20px;
      color: #3c3c54;
      font-weight:600;
      margin-bottom: 18px;
    }
    p,li,a {
        
        font-size: 20px;
        color: #4c4c54;
        line-height: 30px;

      }
      .ml-20{
        margin-left: 20px;
      }
    h3,.h3 {
      
      font-size: 24px;
      color: #3c3c54;
      font-weight: bold !important;
      margin-bottom: 18px;
     
    }
    p {
      margin-top: 30px;
    }
    
    .pine_logo {
      text-align: end;
    }
    .pine_logo > img {
      width: 30%;
    }
    .mt-5 {
      margin-top: 5.5rem;
    }
    .mt-3 {
      margin-top: 3rem;
    }
    .lh-4{
        line-height:40px;
    }
    .btn-grp{
        display: flex;
        
    }
    .terms_sponsers{
      
      display: flex;
      flex-flow: column;
      align-items: end;
    }
 
    .btn-grp button{
        font-size: 20px;
        color:#fff;
        background-color: #e00024;
        padding:1.2rem 3rem;
        border-radius: 20px;
        margin-right: 2rem;
        border: none;
    }
    .heading{
      width: 100%;
  }

    @media screen and (max-width: 500px) {
        section{
            width:auto;
            padding: 0 10px;
        }
        h1{
            font-size:32px;
        }
        h2{
            font-size:28px;
        }
        h3{
            font-size:22px
        }
        p,li{
            font-size: 18px;
        }
        .pine_logo > img{
            width: 80%!important;
        }
        a{
            font-size: 16px;
        }
        .pine_logo{
        width:30%
        }
        .heading{
            width: 65%;
        }
    }