.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;
  }


@media(max-width:768px){
.banner_ad .img1 {
    grid-column: 1/3;
    
}
.banner_ad .img2 {
    grid-column: 1/3;
    grid-row: 3/5;
}

    
}

.ads .img{
  max-height:600px !important;
  }

.ad-star-btn {
  background-color:var(--color-primary);
}
/**/

.banner_ad .over .text {
    width: 100% !important;
    background: #0000004D;
    margin: 0px  0 !important;
    padding: 20px 0;
}
.banner_ad .img2 .text {
  
    max-width: 100%;
  
}
.img3 .text {
    display: none !important;
}

section:nth-child(2 of .landing-page-first-banner) 
.item-text img{

    width: 8rem !important;

}

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}
@media(max-width:768px){
.landing-banner .justify-center {
    justify-content: center !important;
    padding: 0;
}

.landing-banner .font-bold {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    width: 100%;
    text-align: center !important;
    width: 100% !important;
}
.landing-banner .item-text {
    background-color: rgb(255 255 255 / 71%);
    align-items: center !important;
    position: absolute;
    bottom: 0;
    padding: 23px;
}
}