.financing .container-fluid {
  padding: 0px;
}

.financing .banner-heading {
  bottom: 0px;
  left: 0px;
  top: 0px;
  color: white;
  font-family: Inter;
  height: fit-content;
  margin: auto;
  max-width: 476px;
}

.financing .banner-heading.banner-heading-mobile {
  background-color: #1D4288;
  color: white;
  padding: 20px 16px;
  width: 100%;
  max-width: unset;
}

.financing .banner-heading h1 {
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 0px;
}

.financing .banner-heading p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 12px;
}

.financing .banner-heading button,
.financing .footer-article .right-section button {
  height: 48px;
  width: 161px;
  background-color: #3EB049;
  color: white;
  text-transform: uppercase;
  border: none;
  font-family: BebasNeue;
  font-size: 22px;
}

.financing .shop-section {
  padding: 40px 20px;
  background-color: #efefef;
}

.financing .shop-section .separate,
.financing .footer-article .separate {
  width: 200px;
  height: 4px;
  background: #3eb049;
  margin-bottom: 24px;
}

.financing .shop-section .shop-section-content-wrapper {
  padding-bottom: 0px;
  max-width: 984px;
  margin-left: 0px;
}

.financing .shop-section .shop-section-content-wrapper button {
  height: 48px;
  width: 161px;
  background-color: #3EB049;
  color: white;
  text-transform: uppercase;
  border: none;
  font-family: BebasNeue;
  font-size: 22px;
}

.financing .shop-section .shop-section-content-wrapper p {
  margin-bottom: 30px;
}

.financing .shop-section .shop-section__category .shop-section__category__card .shop-section__category__card__button {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #1D4288;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 0px;
  display: inline-block;
  width: fit-content;
  margin-left: auto;
  color: #1D4288;
}

.financing .shop-section h3,
.financing .footer-article h3 {
  color: #1D4288;
  font-weight: bold;
  font-size: 40px;
  font-family: Inter;
  margin-bottom: 40px;
}

.financing .footer-article .right-section strong {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 30px;
  color: #1D4288;
  display: block;
}

.financing .footer-article .right-section b {
  color: #1A1A1A;
  font-family: Inter;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
  display: block;
}

.financing .footer-article .right-section span {
  color: #1D4288;
  font-weight: bold;
  font-size: 16px;
  font-weight: bold;
  font-family: Inter;
  cursor: pointer;
}

.footer-article .left-section img {
  object-fit: contain;
  width: 100%;
}

.financing .footer-article .right-section button {
  float: left;
}

.financing .footer-article .left-section {
  width: 100%;
}

.financing .footer-article .right-section {
  padding: 40px 20px;
}

.financing .right-section .contact-infor {
  color: #1D4288;
}

.financing .right-section .contact-infor h4 {
  font-family: BebasNeue;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.financing .right-section .contact-infor p,
.financing .right-section .contact-infor span {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

@media (min-width: 576px) {
  .financing .container-fluid {
    padding: 0px 5%;
  }
}

@media (min-width: 768px) {
  .financing .footer-article .right-section {
    padding: 80px 40px
  }

  .footer-article.footer-article-switch .left-section {
    order: 2;
  }

  .footer-article .left-section {
    flex: 0 0 50%;
  }

  .footer-article.footer-article-switch .right-section {
    order: 1;
  }
}

@media (min-width: 992px) {
  .financing .banner-heading {
    bottom: 0px;
    left: 60px;
  }

  .financing .banner-heading p {
    margin-bottom: 24px;
  }

  .financing .shop-section {
    padding: 100px 80px;
  }
}

@media (min-width: 1200px) {
  .financing .banner-heading {
    bottom: 0px;
    left: 120px;
    max-width: 611px;
  }

  .financing .banner-heading h1 {
    font-weight: bold;
    font-size: 85px;
    line-height: 80px;
  }

  .financing .banner-heading p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 24px;
  }
}

@media (min-width: 1400px) {
  .financing .banner-heading {
    bottom: 100px;
    left: 160px;
  }
}

@media (min-width: 1600px) {
  .financing .banner-heading {
    bottom: 120px;
    left: 180px;
  }
}