.top-menu__cont__right__item__img {
    max-width: 726px;
    width: 100%;
    margin: 0 auto 30px;
}

@media screen and (min-width: 1024px) {
    .top-menu__cont__right__item__img {
        width: 100%;
        margin: 0;
    }
}
@media screen and (min-width: 768px) {
    .top-menu__cont__right {
        max-width: 100%;
        flex: 1;
    }
}

#wgc-1782964321460 {
  display: flex !important;
}

#wgc-1782964321460 .webgene-item .container div a img {
  max-height:120px !important;
}

@media (max-width: 767px) {
  #wgc-1782964321460 {
    display: flex;
    flex-wrap: wrap;
  }
  #wgc-1782964321460 .webgene-item {
    flex: 0 0 50%;
    justify-content: center;
  }
 #wgc-1782964321460 .webgene-item:nth-child(3),
  #wgc-1782964321460 .webgene-item:nth-child(4) {
    display: none;
  }
  #wgc-1782964321460 .webgene-item .container div a {
  	display: flex;
     justify-content: center;
	}
  #wgc-1782964321460 .webgene-item .container div a img {
  	max-height:150px !important;
	}
}