
#sws-business-msc-container {
  min-height: 100px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: inherit;
  align-content: center;
  text-align: center;
}


.sws-business-item {
	border: 1px solid;
	margin: 20px;
	padding: 0px 0px 20px 0px;
	width: 43%;
	text-align: center;
	background: linear-gradient(90deg, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 35%, rgba(231,235,235,1) 100%);
	border: 4px solid #014E24;
    border-radius: 10px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);

}

@media screen and (max-width: 850px) {
  .sws-business-item {
    width: 70% !important;
  }
}

.sws-msc-item-title {
	font-size: 26px;
}


.address-information {
	font-size: 14px;
	padding: 20px;
	line-height: 1.3;
}

#sws-business-msc-container .sws-button {
	margin: 5px !important; 
	background: rgb(1,78,36);
	background: linear-gradient(90deg, rgba(1,78,36,1) 0%, rgba(2,154,71,1) 100%);
	padding: 5px 10px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	
}