footer.py-small {
  padding-top: 5rem;
  padding-bottom: 5.55rem;
}

.footer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-header p {
  text-align: right;
}

.footer-sections {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 350px;
}

@media(max-width: 991px) {

  .footer-header,
  .footer-sections {
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .footer-header>*,
  .footer-sections>* {
    width: 100%;
  }

  .footer-section {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-header p {
    text-align: center;
  }
}

/* //////////////////////// */
/* //////////////////////// */
/* //////////////////////// */
/* //////////////////////// */
/* //////////////////////// */

/* XL MAX */
@media(max-width: 1400px) {}

/* LG MAX */
@media(max-width: 1199px) {}

/* MD MAX */
@media(max-width: 991px) {
  .footer-section {
    padding-bottom: 20px;
  }
}

/* SM MAX */
@media(max-width: 767px) {
  .footer-section {
    padding-bottom: 25px;
  }
}

/* XS MAX */
@media(max-width: 575px) {}

/* //////////////////////// */
/* //////////////////////// */
/* //////////////////////// */
/* //////////////////////// */
/* //////////////////////// */

/* XS MIN */
@media(min-width: 576px) {}

/* SM MIN */
@media(min-width: 768px) {}

/* MD MIN */
@media(min-width: 992px) {}

/* LG MIN */
@media(min-width: 1200px) {}

/* XL MIN */
@media(min-width: 1250px) {}

@media(min-width: 1280px) {}