.plan._custom_10 {
  display: none!important;
}
.plan{
text-align: center!important;
}
div.section.pt-0 {
  padding-bottom: 50px;
}

section.section.aos-init.aos-animate {
  padding-top: 50px;
    padding-bottom: 50px;
}

section.section {
    padding-top: 50px;
    padding-bottom: 50px;

}
h1.title.mb-3 {
  line-height: 75px; /* Default */
}

@media (max-width: 1000px) and (min-width: 900px) {
  h1.title.mb-3 {
    line-height: 50px;
  }
}

@media (max-width: 899px) {
  h1.title.mb-3 {
    line-height: 40px;
  }
}

.custom-hide {
  display: none!important;
}

.wrapper {
padding-top: 70px!important; 
}