/*Cairo*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Lemonada:wght@300..700&display=swap');


*{
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;

}

/**/



.banner_ad .img2 {
    grid-column-start: 2;
    grid-row: span 1 / span 2;
    grid-row-start: 1;
}

.banner_ad .absolute {
    background-position: center;
    justify-content: center !important;
}

 .banner_ad .over .text {
    width: 100% !important;
  }
.copyright-text p {

    color: #1E2F45 !important;
}

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

.landing-page-first-banner .txt {
    margin-left: 0;
}
@media(max-width:768px){
.banner_ad .img1 {
    grid-column: 1/3;
    
}
.banner_ad .img2 {
    grid-column: 1/3;
    grid-row: 3/5;
}

section:nth-child(1 of .landing-page-first-banner) .item-text {
    max-width: 157px !important;
}

section:nth-child(1 of .landing-page-first-banner) .item-text h1 {
    font-size: 14px !important;
    font-weight: bolder !important;
}
    
}