.footer-section {
  padding: 20px 80px;
  background-color: #1490df;
  background-image: url(../images/note-white.png);
  background-size: 850px auto; /* example width */
  background-repeat: no-repeat;
  background-position: left 0 top 10rem;
}

.footer-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 5rem;
  gap: 3rem;
  color: #ffffff;
}

.footer-wrapper img {
  width: 450px;
}

.email-corp {
  font-size: 1.3rem;
}

.contact-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 1.2rem;
}

.social-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 1.2rem;
}

.social-wrapper img {
  width: 30px;
}

.lts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.lts img {
  width: 250px;
}

.c {
  white-space: pre;
}

.c span {
  font-weight: 600;
  display: inline-block; /* allows margin to apply while still inline with text */
  margin-bottom: 0.5rem; /* adjust value as needed */
}

.copyright {
  text-align: center;
}
.copyright a {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
}

.copyright a:hover {
  color: #f0cb51;
}


@media (max-width: 768px) {
    .footer-section{
        height: 100%;
    }

    .footer-wrapper{
        justify-content: center;
        padding: 30px 0;
    }

    .footer-section{
       background-image: none;
    }
    

    .contact-wrapper, .lts{
        flex-direction: column;
    }
}
