body img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section__inner {
  align-items: center;
}

.forward__btn {
  margin-left: auto;
  display: block;
  max-width: 180px;
}

.hero-section {
  background-color: #3d405b;
  background-image: unset;
}

.forward-section {
  background-image: unset;
  background: linear-gradient(
    to bottom,
    rgb(61, 64, 91) 30%,
    rgb(11, 13, 36) 100%
  );
}

.section-overlay {
  background: linear-gradient(
    to bottom,
    rgb(61, 64, 91) 30%,
    rgb(11, 13, 36) 100%
  );
}

.j-center {
  justify-content: center;
}

.pricing-block {
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  border-radius: 45px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.pricing-block a {
  max-width: 60%;
  width: 100%;
  margin: auto auto 0;
}

.pricing-block li {
  color: #333;
}

.pricing-block .text-muted {
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .hero-top {
    margin-top: 100px;
  }

  .hero__image {
    display: none;
  }
}

.cookies-section {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
  width: 100%;
  background: #fff;
}

.cookies-container {
  padding: 16px 38px 16px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  @media screen and (min-width: 1440px) {
    padding: 20px 34px;
    flex-direction: row;
    justify-content: space-between;
  }
}

.cookies-text {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #191919;
  font-family: "Raleway", sans-serif;
  margin-bottom: 24px;
  @media screen and (min-width: 1440px) {
    width: 595px;
    margin-bottom: 0;
  }
}

.cookies-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  @media screen and (min-width: 1440px) {
    flex-direction: row;
    gap: 26px;
  }
}

.cookies-button {
  width: 200px;
  height: 50px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 300ms ease;
}

.cookies-button:hover {
  opacity: 0.8;
}

.cookies-accept-js {
  background-color: #191919;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-family: "Raleway", sans-serif;
}

.cookies-decline-js {
  border: 1px solid #191919;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #191919;
  font-family: "Raleway", sans-serif;
}
