
.outfit-regular {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.outfit-semi {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.outfit-bold {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.butn {

   
  border: 1px solid white;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: none;
  border-radius: 5px;
}

.butnp {

   
  border: 1px solid #6341df;
  color: #6341df;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: none;
  border-radius: 5px;
}

h1 {
    font-size: 4.0rem;
  }

h2 {

    font-size: 4.0rem;
  }


h3 {
    font-size: 1.8rem;
  }

  .myorange {
    background-color: orange;
    color: white;
  }

  .mypurple {
    background-color: #6341df;
    color: white;
    
  }

  .purpleme {
    color: #6341df;
  }


  .biggerh2 {
     font-size: 2.0rem;
  }

  .biggerh4 {
    font-size: 2.2rem;
  }

  .pblg {

    padding-bottom: 25px;
  }


  @media (max-width: 767.98px) { 

    .pbsm {

    padding-bottom: 15px;
    
  }
   }

   .heade {

    font-size: 20px;
   }

   
@media (max-width: 575.98px) { 

  h1 {
      font-size: 2.5rem;
    }
 

  h2 {
      font-size: 2.0rem;
    }

     .biggerh2 {
     font-size: 1.0rem;
  }

  .mobilef {

    font-size: 30px;
  }
 

   h4 {

    font-size: 22px;
  }

  .biggerh4 {
    font-size: 22px;
  }

  .pbsm {

    padding-bottom: 10px;
    
  }


  }

