
  .container {
	max-width: 1320px;
}
  .banner-mobile {
	display: none;
}
  .commercial p {
	font-size: 22px;
}
#subfooter {
	float: left;
	width: 100%;
}
  #banner-business h1 {
	font-size: 40px;
}
  .disclaimer-text{
  float: left;
	width: 100%;
  }
  .partnership {
	float: left;
	width: 100%;
	background: #fff;
	padding-top: 70px;
	padding-bottom: 40px;
}
  .explore-commercial h2 {
	color: #000;
}
  .broadband-internet {
	float: left;
	width: 100%;
	padding-bottom: 70px;
}
  .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: none;
	border-radius: .25rem;
}
  .internet h4 {
	font-family: "Segoe UI",Arial,sans-serif;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1;
	color: #0066ad;
	margin-bottom: 10px;
}
  .internet p {
	font-size: 16px;
	margin-bottom: 0;
	min-height: 90px;
}
  .internet .img-fluid {
	margin-bottom: 10px;
}
  .bttn, .bttn:visited {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	outline: none;
	border-radius: 30px;
	padding: 12px 45px;
	cursor: pointer;
	transition: background-color 1s, color 1s;
}
  .bttn.bttn-greentext {
	color: #089381;
}
  .business-environments {
	background: url(https://www.focusbroadband.com/Images/ATMC-facebook/site/images/universal/bg-blue.jpg) no-repeat bottom center / cover;
	color: #fff;
	float: left;
	width: 100%;
	padding: 30px 0;
}
  .environments h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 0;
}
  .comfortable {
	float: left;
	width: 100%;
	padding: 60px 0;
}
  .comfortable .internet p {
	min-height: auto;
	max-width: 225px;
	margin-left: auto;
	margin-right: auto;
}
  .more-information {
	background: url(https://www.focusbroadband.com/Images/ATMC-facebook/site/images/universal/bg-blue.jpg) no-repeat bottom center / cover;
	color: #fff;
	float: left;
	width: 100%;
	padding: 60px 0;
}
  .information h2 {
	margin-bottom: 25px;
	color: #fff;
	font-size: 40px;
	font-weight: 500;
}
  .information p {
	margin-bottom: 22px;
	color: #fff;
}
  .information p a{
	color: #fff;
  }
  @media screen and (max-width: 1400px) {
  #banner-business {
    min-height: 288px;
  }
}
  
  @media (max-width: 1024px) {
	.internet {
	width: 50%;
	max-width: 50%;
	flex: 50%;
	margin-bottom: 30px;
}
	.broadband-internet .row {
	justify-content: center;
}
	.broadband-internet {
	padding-bottom: 30px;
}
	.environments h2 {
	font-size: 32px;
}
  }
  @media (max-width: 767px) {
	 .commercial p {
	font-size: 20px;
}
	.banner-desktop {
	display: none;
}
	.banner-mobile {
	display: block;
	padding: 15px 25px 0;
}
	.internet p {
	min-height: auto;
}
	.internet {
	width: 100%;
	max-width: 100%;
	flex: 100%;
	margin-bottom: 30px;
}
	.comfortable .internet p {
	max-width: inherit;
}
	.comfortable {
	padding: 40px 0 20px;
}
	.more-information {
	padding: 40px 0;
}
	.information h2 {
	margin-bottom: 15px;
	font-size: 30px;
}
	.information p {
	margin-bottom: 15px;
}
	.environments h2 {
	font-size: 28px;
}
	#banner-business h1 {
	font-size: 30px;
}
	.banner-pos-middle {
	max-width: inherit;
	  top: 40%;
}
	.explore-commercial h2 {
	font-size: 28px;
}
	.partnership {
    padding-top: 40px;
    padding-bottom: 30px;
}
  }
  
  
  
