/* Add custom CSS styles below */ 
.landing-page-first-banner .item-text h1 {

    font-size: 48px !important;
    text-shadow: 0px 4px 9px #c3a262;

}


section:nth-child(1 of .landing-page-first-banner) .txt {

    margin-right:  2rem;
}


section:nth-child(2 of .landing-page-first-banner) .txt {

    margin-left: 2rem ;
}
.landing-page-first-banner .item-text {
    max-width: 100% !important;
}

.landing-page-first-banner .item-text p {
  font-size: 40px !important ; 
}
/*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: 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;
}

}