.footer-section-inner .container:not(.home-footer-carousel) {
  padding-top: 80px;
}

.footer-section-inner .content-container > .content .item {
  width: calc(50% - 30px);
}

.footer-section-inner .bg-container {
  display: none;
}

.footer-section-inner .content-container > .content .item-left .sub-text {
  bottom: 3%;
  left: 7%;
}

.footer-section-inner .content-container > .content .item-right > div {
  gap: 40px;
}

.footer-section-inner .content-container > .content .item-right a {
  font-size: var(--text-md-font-size);
  font-weight: var(--text-nav-font-weight);
  line-height: var(--text-nav-line-height);
  letter-spacing: var(--text-nav-letter-spacing);
}

.footer-section-inner .content-container > .content .row-2 {
  margin-top: 80px;
}

.footer-section-inner .content-container > .content .row-2 > div:last-child {
  gap: 20px;
}

.text-teal {
  color: #58605D;
}

@media screen and (max-width: 1439px) {
  .footer-section-inner .container:not(.home-footer-carousel) {
    max-width: 1080px;
  }

  .footer-section-inner .container:not(.home-footer-carousel) .content h4 {
    font-size: var(--text-xl2-font-size);
    padding-top: 0px;
  }

  .footer-section-inner .container:not(.home-footer-carousel) .content .sub-text {
    left: -10%;
    bottom: -1%;
  }
}

@media screen and (max-width: 1023px) {
  .footer-section-inner .container:not(.home-footer-carousel) {
    max-width: 750px;
  }

  .footer-section-inner .container:not(.home-footer-carousel) .content .row-2 {
    margin-top: 50px;
  }

  .footer-section-inner .container:not(.home-footer-carousel) .content .row-2 > div:first-child {
    justify-content: center;
  }

  .footer-section-inner .container:not(.home-footer-carousel) .content .row-2 > div:last-child {
    justify-content: space-between;
  }

  .footer-section-inner .container:not(.home-footer-carousel) .content h4 {
    text-align: center;
  }

  .footer-section-inner .container:not(.home-footer-carousel) .content .sub-text {
    position: unset;
    text-align: center;
    margin-top: 20px;
  }

  .footer-section-inner .container:not(.home-footer-carousel) .content .flex-row {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .footer-section-inner .container:not(.home-footer-carousel) .content .flex-row .item {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer-section-inner .container:not(.home-footer-carousel) {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-section-inner .container:not(.home-footer-carousel) .content .row-2 {
    margin-top: 30px;
    font-size: 14px;
  }

  .footer-section-inner .container:not(.home-footer-carousel) .content .row-2 > div:first-child {
    text-align: center;
  }

  .footer-section-inner .container:not(.home-footer-carousel) .content .row-2 > div:last-child a:last-child {
    text-align: right;
  }

  .footer-section-inner .container:not(.home-footer-carousel) .content h4 {
    font-size: 35px;
    padding-top: 0px;
  }
}