body > header + .container {
  padding-top: 0px;
}
.home-about {
	z-index: 2;
	overflow: visible !important;
}
.home-about > .wpb_column {
	background: #fff;
	padding: 30px;
	margin-bottom: 60px;
	margin-top: -40px;	
}
.home-about > .wpb_column:first-child {
	position: relative;
	z-index: 2;
}
.home-about > .wpb_column .vc_column-inner{ 
	padding: 0;
}
.home-about > .wpb_column .vc_column-inner > div > :last-child {
	margin: 0;
}
.home-about .home_logo * {
	width: 100%;
}
.home-about .home_logo img {
	width: 100%;
	height: auto;
} 
.home-about h2 {
	margin-bottom: 25px;
}

.home_logos_grid,
.prof_grid {
	display: grid;
	grid-template-rows: auto;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
}
/* profession */
.prof_grid {
	grid-template-columns: repeat(3,1fr);
}
.prof_grid .prof-item {
  position: relative;
  border-bottom: 5px solid #333;
}
.prof_grid .prof-item .prof-content {
  text-align: center;
  padding: 100px 0px 15px;
  background: linear-gradient(to top, #333, transparent);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 0; 
  transition: .7s;  
  overflow: hidden;
}
.prof_grid .prof-item h4.prof-title {
  line-height: 1;
  font-size: 1.3rem;
  color: #fff; 
  padding: 0 10px;
  width: 100%;
}
.prof_grid .prof-item .prof-desc {
  color: #fff;
  opacity: 0;
  transition: .7s;
  position: absolute;
  bottom: -20px;
  height: 20px;
  overflow: hidden;
  padding: 0 10px;
  width: 100%;
}
.prof_grid .prof-item a {
	text-decoration: none !important;
}
.prof_grid .prof-item a img {
  transition: .7s;	
}
.prof_grid .prof-item a:hover img {
	filter: brightness(110%);
}
.prof_grid .prof-item a:hover .prof-content {
  padding: 80px 0px 55px;	
}
.prof_grid .prof-item a:hover .prof-desc {
	height: auto;
	opacity: 1;
	height: 60px;
	bottom: 0;
}

/* logos */
.home_group {
	padding-top: 15px;
}
.home_group h2 {
	margin-bottom: 40px;
}
.home_group .combar-button {
  text-align: center;
}
.home_group .combar-button button {
  background: linear-gradient(to top left, var(--light), var(--secondary));
  border: none;
  font-weight: 700;
  color: #fff;
  padding: 10px 20px;
  line-height: 1;
  transition: .3s;
}
.home_group .combar-button button:hover {
  background: linear-gradient(to top left, var(--secondary), var(--light));	
  box-shadow: 0 0 10px -5px #000;
}
.home_logos_grid {
	grid-template-columns: repeat(4,1fr);
	margin-bottom: 50px;
}
.combar-gallery.home_logos_grid > div {
  border: 1px solid #ccc;
  padding: 20px;
}
.home_logos_grid img {
	width: 100%;
	height: 70px;
	object-fit: contain;
	object-position: center;
	filter: grayscale(100%);
	opacity: .5;
	transition: .5s;
}
.home_logos_grid img:hover {
	filter: grayscale(0%);
	opacity: 1;
}


@media screen and (max-width: 990px) {
	.home-about > .wpb_column {
		padding: 15px;
	}
	.prof_grid {
	  grid-column-gap: 15px;
	  grid-row-gap: 15px;
	  grid-template-columns: repeat(2,1fr);
	}
}
@media screen and (min-width: 786px) and (max-width: 990px) {
	.prof_grid .prof-item h4.prof-title {
	  font-size: 1.15rem;
	}	
}
@media screen and (max-width: 786px) {
	.home-about {
	  padding: 0 20px !important;
	}
	.home-about > .wpb_column:first-child {
		display: none;
	}
	.home-about h1 {
	  font-size: 1.4rem;
	  line-height: 1.4;
	}
	.prof_grid {
		grid-template-columns: repeat(1,1fr);
	}
	.home_logos_grid {
	  grid-template-columns: repeat(2,1fr);
	}
}