@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

body {
  font-family: 'Tajawal', sans-serif;
}

@media(max-width:768px){
body.trans_header .store-header {
    position: relative;
    width: 100%;
    z-index: 2;
}
  .s-block--square-links .auto-fit-grid {
    grid-template-columns: repeat(1,1fr);
}
}
.s-block--square-links p{
    background: #569038;
    padding: 0.8rem;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
}

.s-block--about p {
    font-size: 1.6rem;
    line-height: 1.5;
}

footer img[alt='روح الشرقية']{
  filter:brightness(0) invert(1)
}