@media (min-width: 768px) {
  main .input-wrapper {
    width: 27rem;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
  }
}

@media (min-width: 992px) {
  main .input-wrapper {
    margin: initial;
  }
}

.main {
  min-height: 60vh;
}

@media (min-width: 768px) {
  .main-heading h1 {
    font-size: 6rem;
    padding-top: 3rem;
  }
}

.background-mask {
  /*width: 100%;*/
  /*background-color: rgba(0,67,73,0.7);*/
}

@media (min-width: 768px) {
  .sol {
    right: 2rem;
    padding-top: 9rem;
    width: auto;
  }
}

.payment-box {
  height: 350px;
  border: 2px solid var(--primary-color);
  border-radius: 5px;
  box-shadow: 0px 0px .5px rgba(0,67,73,0.7);
  padding: 2rem 1.5rem;
  max-width: 300px;
}

.payment-box .header {
  font-size: 16pt;
}

@media (min-width: 576px) {
  .payment-box .header {
    font-size: 18pt;
  }
}

.v-img-wrapper {
  width: 100%;
  height: 54%;
}

.v-img-wrapper img {
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .h-img-wrapper {
    height: 300px;
    width: 100%;
  }
}

.h-img-wrapper img {
  width: 100%;
  height: 100%;
  border: 2px solid var(--bs-gray-400);
  box-shadow: 1px 6px 11px var(--bs-gray-300);
  object-fit: cover;
}

@media (min-width: 992px) {
  #link-btn {
    width: 50%;
  }
}

.testimonial-img-profile-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.testimonial-img-profile-wrapper {
  width: 270px;
  height: 300px;
}

@media (min-width: 992px) {
  .testimonial-img-profile-wrapper {
    height: 220px;
    width: 180px;
  }
}

@media (min-width: 1300px) {
  .h-img-wrapper {
    width: 65%;
  }
}

.h-img-wrapper {
  height: 10%;
}

@media (min-width: 992px) {
  .spoil-text {
    /*width: 50%;*/
    padding-top: 15%;
  }
}

@media (min-width: 1200px) {
  .sol {
    width: 30%;
    padding-top: 0;
    right: 0;
  }
}

