section.inset {
  background: #E9EFE7 !important;
}

section.border-top.border-default {
  border-color: #E9EFE7 !important;
}

section [data-widget-element="widgetHeader"] > img {
  display: inline-block;
  margin: 0 auto 0 auto;
  max-height: 80px;
  width: auto;
  max-width: 100%;
  transform: translateY(30px);
}

@media(min-width:768px) and (max-width:992px){
	section [data-widget-element="widgetHeader"] > img {
	  max-height: 60px;
	  transform: translateY(20px);
	}
}

@media(max-width:767px){
	section.mobile-stack .btn-light {
	  background: transparent !important;
	  border-color: var(--dark) !important;  
  
	}
	section.mobile-stack .btn-light:hover,
	section.mobile-stack .btn-light:focus {
	  background: var(--dark) !important;
	  border-color: var(--dark) !important;  
	  color: var(--light) !important;  
	}
}