.spk-oferta__bg {
  background-color: var(--spk-black);
  /* background: red; */
  background-image: url(/assets/img/body-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: calc(100vh - 80px); */

  /* display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap; */
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 0.7 !important;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  opacity: 1 !important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  background-position-x: 6px;
  width: 2.6rem !important;
  height: 2.6rem !important;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  background-size: 80%;
  /* opacity: 1 !important; */
}
.carousel-control-prev-icon {
  background-position-x: 1px;
}
.carousel-item img {
  height: 500px;
  width: auto;
}
.spk-oferta__desc h2,
.spk-oferta__price--title h2 {
  color: var(--spk-orange);
  font-size: 2.5rem;
}
.spk-oferta__desc {
  padding-top: 40px;
  padding-bottom: 40px;
  color: var(--spk-white);
  font-size: 1.25rem;
}
.spk-oferta__desc > div {
  /* max-width: 1200px;
  margin-left: auto;
  margin-right: auto; */
}
.spk-oferta__desc--body > div {
  padding: 20px;
}
.spk-oferta__price {
  color: white;
  /* margin-left: auto; */
  /* margin-right: auto; */
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--spk-black);
}
.spk-oferta__price--title {
  text-align: center;
}
.spk-oferta__price--title > div {
  color: var(--spk-white);
  font-size: 2.5rem;
}
.spk-oferta__price--table {
  display: flex;
  /* align-content: center;
  flex-wrap: wrap; */
  justify-content: center;
  flex-direction: column;
}
/* .spk-oferta__price table, */
/* .spk-oferta__price table tr, */
.spk-oferta__price table th,
.spk-oferta__price table td {
  border-right: 5px solid var(--spk-orange);
  border-bottom: 5px solid var(--spk-orange);
  padding: 10px;
  font-size: 2rem;
  /* border-collapse: collapse; */
}
.spk-oferta__price table th:last-of-type,
.spk-oferta__price table td:last-of-type {
  border-right: none;
}
.spk-oferta__price table tr:last-of-type td {
  border-bottom: none;
}
