/* Add custom CSS styles below */ 

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

body * {
  font-family: "Cairo", sans-serif;
}
.banner_ad .img3 {
    display: none;
}
.banner_ad .img2 {
    grid-row: span 2;
}
.banner_ad .item-text {
    font-size: 17px;
}

    @media (max-width:768px){
h1.animate__animated.animate__fadeInUp{
    font-size: 15px !important;
}
.landing-page-first-banner .container > div {
    max-width: 50%;
    width: 50% !important;
}
.banner_ad .item-text {
    font-size: 13px;
}
}