/***** default *****/

header[class='entry-header'] {
  display: none !important;
}

h1[class='entry-title'] {
  display: none;
}

.policy{
  border-radius: 50%;
  background-color: #fff7e7;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;  
}

.mb-5 {
  margin-bottom: 0.5em !important;
}

.mt-5 {
  margin-top: 0.5em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.default-15 {
  font-size: 15px !important;
}

.provide.odd {
  background-color: #afcaaf;
  border-radius: 20px
}

/***** tablet *****/
@media only screen and (min-width: 560px) {
  
  .tablet-35 {
    font-size: 35px !important;
  }
  
  .tablet-24 {
    font-size: 24px !important;
  }
  
  .tablet-16 {
    font-size: 16px !important;
  }
  
  .tablet-hide-image {
    display: none !important;
  }
  
}

/***** mobile *****/
@media only screen and (max-width: 559px) { 
  .mobile-40 {
    font-size: 40px !important;
  }
  
  .mobile-35 {
    font-size: 35px !important;
  }
  
  .mobile-20 {
    font-size: 20px !important;
  }
  
  .mobile-18 {
    font-size: 18px !important;
  }
  
  .mobile-16 {
    font-size: 16px !important;
  }
  
  .mobile-14 {
    font-size: 14px !important;
  }
  
  .mobile-13half {
    font-size: 13.5px !important;
  }
  
  figure.mobile-hide-image {
    display: none !important;
  }
  
}
