/* Add custom CSS styles below */ 
.navbar-brand img {
    max-width: 170px;
    height: 5rem;
    width: 128px !important;
}
@font-face {
  font-family: 'GE-SS-Three-Light';
  src: url('https://wpazzrk.github.io/again/alfont_com_AlFont_com_GE-SS-Three-Light_19.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

 section:nth-child(1 of .landing-page-first-banner) .item-text h1,
 section:nth-child(1 of .landing-page-first-banner) .item-text p{

   font-family: 'GE-SS-Three-Light', sans-serif;
}



.ads .img{
  max-height:600px !important;
  }
.ads .over p {
    width: 62%;
    text-align: center;
}


.ads .imgs {
   
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    width: 70%;
    margin: auto;
}
/*footer */

.copyright-text p {

    color: #000 !important;
}

.copyright-text a:hover {
    color: #000 !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: 180px !important;
}

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

/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}


  .ads .imgs {
   
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    width: 100%;
    margin: auto;
}
/* end cat*/

  
}