.footer-four {
  background-image: url("../images/assets/ils_14.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover; /* or contain */
}

.row-footer {
  display: flex;
  justify-content: center;
}

.footer-pink-separator {
  height: 150px;
  background: #f5ede8;
}

.pt-100 {
  padding-top: 100px;
}

@media (max-width: 768px) {
  .footer-four {
    text-align: left !important;
  }

  .footer-intro,
  .footer-nav {
    text-align: left !important;
  }

  .social-icon {
    justify-content: flex-start !important;
  }

  .footer-nav ul {
    padding-left: 0;
  }

  .row-footer {
    margin-bottom:25px;
    display: block;
  }

  .footer-four {
    background-size: contain;
  }

  .pt-100 {
    padding-top: 50px;
  }
}
