.bg-\[var\(--s-color\)\] {
    background-color: var(--weekly-color) !important;
}
.copyright-text p{
color: #fff !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin: 20px 0 !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder >.container{
  padding: 0 !important;
  max-width: 100%;
      }
.banner--fixed img {
border-radius: 0;
}
.banner_ad .img2 .text > p {
    font-size: 28px !important;
}
.banner_ad .img2 .text{
max-width: 100%;
}

.banner_ad .img2 {
    grid-column-start: 2;
    grid-row: span 1 / span 1;
    grid-row-start: 1;
    grid-row-end: 3;
}
.banner_ad .img3{
    display: none;
    }
@media (max-width: 767px){
.banner_ad .img2 {
    grid-column-start: 1;
    grid-row: span 1 / span 1;
    grid-row-start: 3;
    grid-row-end: 5;
}
.banner_ad .img2 .text > p {
    font-size: 22px !important;
}
}