/* Add custom CSS styles below */ 
.ads .img{
  max-height:600px !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;
}

.product_deadline .data {

    background: #fff !important;
}
/****/
@media(max-width:768px) {
.landing-page-first-banner .item-text {
    max-width: 300px !important;
}

  .landing-page-first-banner  .item-text h1 {
    font-size: 25px !important;
}
  .landing-page-first-banner  .item-text> img {
    width: 100px !important ;
}



  
}