#block-webform-2{
padding-top: 60px;

  background-color: #f0eff4;
  background-image: url(/themes/gavias_winnex/images/bg-shape-04.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: -30px;
}

#block-webform-2 .block-content{
  background: url(/themes/gavias_winnex/images/image-5.png) right center no-repeat ;
  display: table;
  width: 1400px;
  max-width: 100%;
  	padding-top: 170px;
	padding-bottom: 170px;
	padding-left: 30px;
	margin-top: -200px;
}

#block-webform-2 form{
	display: block;
	width: 570px;
	max-width: 100%;
}
#block-webform-2 .block-title{
 margin-left: 30px;
 font-size: 30px;
 font-weight: 700;
 	display: block;
	width: 570px;
	max-width: 100%;
	margin-bottom: 55px;
	
}

header.header-default .header-main-inner .branding {
    width: 280px;
}
.site-branding-logo img {
    max-height: 85px !important;
}

header.header-default .header-main-inner .branding .site-branding-logo {
    width: 280px;
	padding-top: 12px;

}
/*.slotholder > div:first-child{
	opacity: 0.5 !important;
	display: none !important;
}*/

@media (max-width: 1300px) {
	#block-webform-2 form{
		width: 480px;
	}
	#block-webform-2 .block-content{
		background-size: 50% auto;
	}
}

@media (max-width: 1024px) {
	#block-webform-2 form{
		width: 400px;
	}
	#block-webform-2 .block-content{
		background-size: 45% auto;
	}
}
@media (max-width: 768px) {
	#block-webform-2 form{
		width: calc(100% - 30px);
	}
	#block-webform-2 .block-content{
		background: none;
		width: 100%;
		padding-bottom: 100px;
	}
}

