.default-padding-per {
  padding: 50px 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner-container {
  padding: 0 20px;
  text-align: center;
}

h2.headings {
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0 auto 50px !important;
  padding-bottom: 20px;
  text-align: center;
  font-size: 2rem;
}

h2.headings::after {
  background: #f58026 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 5px;
  position: absolute;
  width: 20px;
  z-index: 1;
}

h2.headings::before {
  background: #f58026 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 40px;
  z-index: 1;
}

.bg-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.bg-img h1 {
  font-weight: 700;
}

.bg-img span {
  color: #f58026;
  display: block;
}

.bg-img .online-registration {
  display: none;
  background: #fff;
  position: absolute !important;
  top: 10px;
  right: 10px;
  width: 400px !important;
  float: right;
  border-radius: 0.5rem;
}

.bg-img .online-registration:hover {
  box-shadow: 2px 2px 10px rgb(156, 155, 155);
}

.online-registration h4 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  background: #002147;
  padding: 20px;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.online-registration .reg-form {
  padding: 10px 30px 20px;
}

.courses-offer-super30 div.card-holder {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.courses-offer-super30 p {
  color: gray !important;
}

.courses-offer-super30 h4,
h5 {
  text-shadow: none !important;
}

.courses-offer-super30 section.cards {
  background-color: #f9f9f9;
  box-shadow: 2px 2px 10px rgb(199, 199, 199);
  border-radius: 0.5rem;
  padding: 30px 20px !important;
}

.courses-offer-super30 section.cards h4 {
  font-weight: 700;
  background-color: #002147;
  color: #f86d03;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 1.4rem;
  text-shadow: none !important;
}

.courses-offer-super30 section.cards h5 {
  color: #f58026;
  font-weight: 600;
  margin-bottom: 5px;
  text-shadow: none !important;
}

.card-foundation {
  background-color: #f9f9f9;
  box-shadow: 2px 2px 10px rgb(199, 199, 199);
  border-radius: 0.5rem;
  padding: 30px 20px;
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 800px) {
  .courses-offer-super30 div.card-holder {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    justify-content: center;
    gap: 8rem;
  }

  h2.headings {
    font-size: 3rem;
  }
}

@media (min-width: 1000px) {
  .inner-container {
    padding: 0 120px !important;
  }
}

@media (min-width: 1200px) {
  .bg-img h1 {
    font-size: 4rem;
  }

  .bg-img .online-registration {
    display: block;
  }
}
