
@media screen and (min-width:768px){
  .ic-logo-divider-mobile {
   display:none; 
  }
}

@media screen and (max-width:768px){
  .ic-logo-divider-mobile {
   padding-top:10px;
   padding-bottom:60px;
  }
}


.grid-container {
  display: grid;
  grid-template-columns: 50% 50%;
  /*grid-template-rows: 200px 200px;*/
  /*grid-template-columns: repeat(auto-fit, 250px)*/
  justify-content: center;
  justify-items: center;
 overflow: hidden;
}

  
.ic-logo-divider-mobile {
  text-align:center;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
}

}

@media screen and (max-width:767px) {
.ic-logo-divider-mobile {
  margin-top:20px;
  }
} 
/
.ic-logo-divider-mobile--mt {
  margin-top:112px;
}*/
/*
@media screen and (max-width:767px) {
.ic-logo-divider-mobile--mt {
  margin-top:20px;
  }
}
*/
/*
.ic-logo-divider-mobile--mb {
  margin-bottom:100px;
}
*/

.ic-logo-image-mobile {
 display:inline-block;
  justify-content: center;
  justify-items: center;
}
 /*
@media screen and (max-width:991px) {
.ic-logo-image-mobile {
  margin:14px;
  justify-content: center;
  justify-items: center;
  }
}*/

/*
@media screen and (max-width:767px) {
.ic-logo-image-mobile {
  margin:5px;
  max-width:50%;
  vertical-align: middle;
  justify-content: center;
  justify-items: center;
  }
}*/

.ic-logo-image-mobile img {
  vertical-align: middle;
  justify-content: center;
  justify-items: center;
  width: 200px; 
  height: auto;
}

/*
@media screen and (max-width:767px) {
.ic-logo-image-mobile img {
  width:125%;
  }
}
*/