.titlemain{
    font-family: 'Nunito Sans', sans-serif; /* Font family */
  font-weight: bold; /* Bold font weight */
  font-size: 64px; /* Font size */
  line-height: normal; /* Line height set to auto */
  letter-spacing: 0; /* Letter spacing set to 0% */
  padding: 3rem;
  color: #F8F8F8;
}

.mainsec{
    padding: 4rem 8rem;
    background-color: #F2F2F2;
 }

 .linee{
    line-height: 3rem;
    border-radius: 0%;
 }

.linee1 {
    z-index: 2;
    color: #ffffff;
    background-color: #1D3C6A;
    border-color: #1D3C6A;
}
.linee1:hover {
    z-index: 2;
    color: #000000;
    background-color: #FFC107;
    border-color: #FFC107;
}
.linee1.active {
    z-index: 2;
    color: #000000;
    background-color: #FFC107;
    border-color: #FFC107;
}

.linee {
    font-family: 'Nunito Sans', sans-serif; /* Ensure Merriweather is loaded */
    font-weight: bold;
    font-size: 16px;

}
.rightside{
    z-index: 2;
    border: 2px solid;
    border-color: #FFC107;
    text-align: justify;

}
@media (max-width: 480px){
    .titlemain {

      font-size: 24px;
      padding: 0rem;
      padding-bottom: 1rem !important;
  }
  .mainsec{
    padding: 1rem 1rem;
    background-color: #F2F2F2;
 }
}
@media (min-width: 481px) and (max-width: 768px){
    .titlemain {

      font-size: 36px;

  }
  .mainsec{
    padding: 2rem 3rem;
    background-color: #F2F2F2;
 }
}
