body {
	margin: 0;
	text-align: center;
	font-family: Barlow;
	color: #353030;
}

.b2b-wrapper {
	margin: -30px auto;
	max-width: 1350px;
	width: 100%;
	background-image: url('img/header.jpg');
	height: 393px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

}

.b2b-top {
	padding-top: 100px;
	width: 60%;
	text-align: center;
	margin: 0 auto;
}

.btn {
margin-top: 30px;
color: #fff;
padding: 10px 30px;
background-color: #ff6622;
cursor: pointer;
border:none;
}

.btn:hover{
background-color: #353030;
transition : 500ms;

}

.b2b-first-boxes {
	margin-top: 150px;
	display:inline-flex;
	flex-direction: row;
	width: 80%;
	max-width: 1350px;
}

.box-row .description {
	width: 80%;
	margin: 15px auto;
}
.box-row {
	width: 33.3%;
}

.box-row .description-header {
	font-size: 18px;
	font-weight: 600;
} 

.b2b-second-boxes {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: white;
	margin: 40px auto -100px auto;
}

.b2b-second-boxes-width {
	display: flex;
	flex-direction: column;
	width: 40%;
	background-color: white;
	margin: 50px auto;
}

.box-column {
	display: flex;
	flex-direction: row;
	vertical-align: middle;
	align-items: center;
}

.box-column-description-header {
	text-align: left;
}

.box-column-description {
	margin-top: -10px;
}

@media only screen and (max-width: 600px) {
.b2b-first-boxes {
	margin: 150px auto 0px auto;
	display:flex;
	flex-direction: column;
	width: 80%;
	max-width: 1350px;
}

.box-row {
	width: 100%;
}
  
.b2b-top {
	padding-top: 30px;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

.b2b-second-boxes-width {
	display: flex;
	flex-direction: column;
	width: 80%;
	background-color: white;
	margin: 50px auto;
}

.box-column {
	margin-top: 20px;
}

.b2b-second-boxes-width {
	margin-top: 30px;
}

.b2b-second-boxes {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: white;
	margin: 40px auto -70px auto;
}

}
