/* Add custom CSS styles below */
.landing-page-first-banner .item-text h1 {
  font-size: 48px !important;
  text-shadow: 0px 4px 9px #946675;
}
section:nth-child(1 of .landing-page-first-banner) .txt {
  margin-left: 2rem;
}
section:nth-child(2 of .landing-page-first-banner) .txt {
  margin-left: 2rem;
}

.landing-page-first-banner .item-text {
  max-width: 36% !important;
  position: absolute;
  top: 5rem;
  right: 40%;
}

.landing-page-first-banner .item-text p {
  font-size: 55px !important;
  max-width: 100% !important;
}

.g_cat .grid >div {
    border: 2px solid;
    border-radius: 20px;
}
/*footer */

.copyright-text p {
  color: #fff !important;
}

.copyright-text a:hover {
  color: #fff !important;
}

.s-payments-list-item img {
  object-fit: cover;
  background: #ffffff !important;

  height: unset;
}

.s-payments-list-item:nth-of-type(3) img {
  padding: 12px 5px !important;
}
@media (max-width: 768px) {
  .landing-page-first-banner .item-text {
    max-width: 36% !important;
    position: absolute;
    top: 0;
    right: 8rem;
}
  .landing-page-first-banner .item-text {
    max-width: 200px !important;
  }
  section:nth-child(1 of .landing-page-first-banner) .txt {
    margin-right: 0;
  }
  section:nth-child(2 of .landing-page-first-banner) .txt {
    margin-left: 0;
    padding: 0;
  }
  .landing-page-first-banner .item-text h1 {
    font-size: 16px !important;
  }
}