.footer-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

.social-links a, .footer-links a {
  margin-right: 10px;
  color: #333;
  text-decoration: none;
}

@media (max-width: 768px) {
  .contact-section-footer {
      flex: 1 1 100%;
  }
}

.flag-menu a img {
  max-width: 20px;
}

.et-menu li.flag-menu ul.sub-menu li a {
  width: 20px;
  padding: 0;
}


.flag-menu ul.sub-menu {
  width: 50px !important;
}

footer .et_pb_section {
  padding: 0;
}

footer .et_pb_section .et_pb_row {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

footer .et_pb_section .et_pb_row .et_pb_column {
  padding: 0;
  width: 100%;
}

footer .et_pb_section .et_pb_row .et_pb_column p:empty {
  display: none;
}

footer.custom-footer {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  align-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.contact-section-footer { grid-area: 1 / 1 / 2 / 2; }
.donation-section-footer { grid-area: 1 / 2 / 2 / 3; }
.footer-bottom { grid-area: 2 / 1 / 3 / 3; }

.sib-container--large.sib-container--vertical {
  background: transparent !important;
}

.sib-form-block p {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  color: white !important;
}

#sib-form > :first-child p {
  font-size: 30px !important;
  color: white !important;
  margin: 0;
  font-weight: bold;
  padding-left: 60px;
  position: relative;
}

#sib-form > :first-child p:before {
  content: '';
  position: absolute;
  width: 50px;
  top: 20px;
  left: 0;
  height: 2px;
  background: white;
}

#sib-form input.input {
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
}

.contact-button,
.donation-button {
  color: #FFFFFF !important;
  border-width: 0px !important;
  border-radius: 3px;
  font-size: 18px !important;
  font-weight: 300 !important;
  text-transform: none !important;
  background-color: #D13A66 !important;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  margin-top: 10px;
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
  text-decoration: none !important;
}

.contact-button {
  background-color: white !important;
  color: #177c8a !important;
}

#sib-form a {
  color: #FFFFFF !important;
}

.contact-section-footer {
  background-color: #177B87;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-self: stretch;
  padding: 40px;
}
.donation-section-footer {
  background-color: #F5EADE;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-self: stretch;
  padding: 40px;
}

.donation-image {
  height: 100%;
  width: auto;
}

.donation-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 540px;
}

.contact-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 540px;
}

.donation-content p,
.contact-content p {
  font-size: 18px !important;
  color: #003B48 !important;
  margin: 0;
  position: relative;
}

.contact-content p {
  color: white !important;
}

.donation-content h3,
.contact-content h3 {
  font-size: 30px !important;
  color: #003B48 !important;
  margin: 0;
  font-weight: bold;
  padding-left: 60px;
  position: relative;
}

.contact-content h3 {
  color: white !important;
}

.donation-content h3:before,
.contact-content h3:before {
  content: '';
  position: absolute;
  width: 50px;
  top: 20px;
  left: 0;
  height: 2px;
  background: #C34167;
}

.contact-content h3:before {
  background: white !important;
}

.donation-image-container,
.contact-image-container {
  width: 50%;
}

.donation-button,
.contact-button {
  align-self: flex-start;
}

.footer-bottom {
  background-color: #003B48;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  margin: 0;
  color: white;
}

.footer-bottom a {
  color: white;
}

.footer-bottom .social-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  margin: 0;
}

.footer-bottom .social-links h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: white;
}

.footer-bottom .social-links-icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.footer-bottom .social-links svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.footer-bottom .logo-footer img {
  max-height: 80px;
  width: auto;
}

@media (max-width: 768px) {
  footer.custom-footer {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto auto;
      width: 100%;
      overflow-x: hidden;
  }

  .contact-section-footer {
      grid-area: 1 / 1 / 2 / 2;
      padding: 20px;
  }

  .sib-form {
      max-width: 100% !important;
  }

  #sib-container {
      max-width: 100% !important;
      padding: 10px;
  }

  .donation-section-footer {
      grid-area: 2 / 1 / 3 / 2;
      padding: 20px 40px;
      flex-direction: column;
  }

  .donation-content {
      width: 100%;
  }

  .donation-image-container {
      margin-top: 20px;
      width: 80%;
      max-height: 200px;
      align-self: center;
      text-align: center;
  }

  .donation-image-container img {
      margin-left: auto;
  }

  .footer-bottom {
      grid-area: 3 / 1 / 4 / 2;
      padding: 20px;
      flex-wrap: wrap;
      gap: 20px;
  }

  .footer-bottom > * {
      width: 100%;
      text-align: center;
  }

  .footer-links {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
  }

  .footer-bottom .social-links {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      padding: 0 0 40px;
  }
}