.section-banner-footer-background {
  border-radius: 40px 40px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.section-banner-footer-background::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #062249;
  border-radius: 40px 40px 0 0;
  opacity: 0.74;
}

/* .section-banner-footer-background::before,
.section-banner-footer-background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  border-radius: 40px 40px 0 0;
  z-index: 1;
} */

/* .section-banner-footer-background::after {
  background-image: url("http://localhost/projekty/gloo/marketadd/wp-content/uploads/2024/04/Rectangle-1742.png");
  opacity: 82%;
}

.section-banner-footer-background::before {
  background-image: url("http://localhost/projekty/gloo/marketadd/wp-content/uploads/2024/04/Rectangle-1744.png");
  opacity: 56%;
} */

.section-banner-footer-content {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 9999;
}

.section-banner-footer-text-top {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 45px;
  line-height: 40px;
  text-align: center;
}

.section-banner-footer-text-center {
  padding-bottom: 17px;
  width: 100%;
}

.section-banner-footer-text-center h2 {
  font-weight: 400;
  line-height: 55px;
  color: #fff;
  text-align: center;
}

.section-banner-footer-text-center span {
  background-color: #28a2f0;
  padding: 0 20px;
}

.section-banner-footer-text-bottom {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .section-banner-footer-text-center h2 {
    line-height: 130%;
  }

  .section-banner-footer-text-top,
  .section-banner-footer-text-bottom {
    font-size: 26px;
    line-height: 130%;
  }
}

@media only screen and (max-width: 991px) {
  .section-banner-footer-text-top,
  .section-banner-footer-text-bottom {
    font-size: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .section-banner-footer-text-center span {
    background-color: transparent;
    padding: 0 0px;
  }
  .section-banner-footer-text-center h2 {
    background: #28a2f0;
    font-size: 20px;
    margin: 0px 30px;
    padding: 5px 5px;
  }
}
