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

  /*Square pictures*/
.image-title .title-heade {
  color: #83A25C;
    background-color: unset;
    
}

@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: 16px !important;
}

}
/*footer */



.copyright-text p {

    color: #fff !important;
}

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

/**