.component-section {
  position: relative;
}
.component-section.section--default {
  background-color: transparent;
}
.component-section.bg-light {
  backdrop-filter: blur(1rem);
  background-color: rgba(241, 244, 249, 0.4);
}
.component-section {
  width: 100%;
}
@media (max-width: 768px) {
  .component-section.pt-5 {
    padding-top: 2rem !important;
  }
  .component-section.pb-5 {
    padding-bottom: 2rem !important;
  }
}