/*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-product-card-vertical {
    flex-direction: column;
    border: 2px solid #697324;
}

@media(max-width:768px) {
section:nth-child(2 of .landing-page-first-banner) .item-text h1 {
    color: #fff !important;
    text-align: center !important;
  
}

section:nth-child(2 of .landing-page-first-banner) .item-text {
    justify-content: center !important;
    align-items: center !important;
} 
}