
body{
  margin: auto;
}
.scheme_heading{
margin: 5% 5% 10% 5%; 
}

.scheme_heading h2{
  font-family: 'Gentium Basic', serif;
  font-size: 35px;
  font-weight: 800;
  color: #3051a0;
  text-align: center;
  padding-bottom: 5px;
}
.scheme_heading p{
  font-family: 'Eczar', serif;
  font-weight: 500;
  font-size: 21px;
  color: #525960;
  text-align: justify;
}

.scheme_heading ol{
font-family: 'Eczar', serif;
font-weight: 500;
font-size: 21px;
color: #525960!important;
text-align: justify;
line-height: 3.5rem;
}

.quantity h3{
  font-family: 'Eczar', serif;
  font-weight: 700;
  font-size: 31px;
  color: #008000;
  text-align: center;
}
  
.quantity h4{
  font-family: 'Eczar', serif;
  font-weight: 700;
  font-size: 29px;
  color: #3051a0;
  text-align: justify;
  margin-bottom: 1%;
 }
 
.quantity form{
  font-family: 'Eczar', serif;
  font-weight: 500;
  color: #3051a0;
  font-size: 20px;
  text-align: left;
  margin-left: 2.5%;
  
}

.quantity p{
  font-family: 'Eczar', serif;
font-weight: 500;
font-size: 23px;
color: #3b64c4;
text-align: justify;
}

select{
    width: 200px; 
    color: #008000!important; 
    padding-left: 30px; 
    border: 2px solid #008000;
    border-radius: 11px;
    padding-top: 6px;
    padding-bottom: 5px;
}

.terms h3{
    font-family: 'Gentium Basic', serif;
  font-size: 25px;
  font-weight: 800;
  color: #3051a0;
  text-align: justify;
  padding-bottom: 5px;
}

.terms ol{
font-family: 'Eczar', serif;
font-weight: 500;
font-size: 20px;
color: #525960!important;
text-align: justify;
line-height: 4.5rem;
}


@media screen and (min-width:414px) and (max-width:736px){
    .scheme_heading h2{
        font-size: 26px;
        padding-top: 15%;
    }
    .scheme_heading p{
        font-size: 17px;
    }
    .scheme_heading ol{
        font-size: 17px;
    }
    .quantity h3{
        font-size: 25px;
    }
    .quantity h4{
        font-size: 24px;
        padding-top: 4%;
        margin-bottom: 5%;
    }
     .terms h3{
        font-size: 22px;
    }
     .terms ol{
        font-size: 18px;
        text-align: left;
    }
    
}
@media screen and (min-width:576px) and (max-width:767px){
   .scheme_heading h2{
        font-size: 26px;
        padding-top: 15%;
    } 
    .scheme_heading p{
        font-size: 17px;
    }
    .scheme_heading ol{
        font-size: 17px;
    }
    .quantity h3{
        font-size: 25px;
    }
    .quantity h4{
        font-size: 24px;
        padding-top: 4%;
        padding-bottom: 5%;
    }
     .terms h3{
        font-size: 22px;
    }
     .terms ol{
        font-size: 18px;
        text-align: left;
    }
}
@media screen and (min-width:1024px) and (max-width: 1224px){
    .scheme_heading h2{
        font-size: 33px;
        padding-top: 9%;
    } 
}
@media screen and (min-width:768px) and (max-width:1023px){
   .scheme_heading h2{
        font-size: 33px;
        padding-top: 9%;
    } 
}
@media screen and (min-width:320px) and (max-width:575px){
    .scheme_heading h2{
        font-size: 26px;
        padding-top: 15%;
    } 
    .scheme_heading p{
        font-size: 17px;
    }
    .scheme_heading ol{
        font-size: 17px;
    }
    .quantity h3{
        font-size: 25px;
    }
    .quantity h4{
        font-size: 24px;
        padding-top: 4%;
        padding-bottom: 5%;
    }
    .terms h3{
        font-size: 22px;
    }
     .terms ol{
        font-size: 18px;
        text-align: left;
    }
}