.company {
	width:100%;
	float:left;
	padding:55px 0 70px;
}
.company-box {
	width:33.3%;
	float:left;
	padding:0 25px 20px;
}
.company .company-box:nth-child(1) {
	padding:0 25px 20px 0;
}
.company .company-box:nth-child(3) {
	padding:0 0 20px 25px;
}

.company-box h3{
	font-size:30px;
	line-height:30px;
	font-weight:400;
	width:100%;
	text-align:center;
	padding-bottom:20px;
	border-bottom:1px solid #f49228;
	margin-bottom:20px;
	text-transform:uppercase;
}
.company-box h4{
	font-size:24px;
	line-height:24px;
	font-weight:600;
	margin-bottom:40px;
	text-transform:uppercase;
	color:#405064
}
.company-box p {
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 25px;
  text-align: justify;
}

.certificati {
	width:100%;
	float:left;
	padding:60px 0;
	background-color:#ebebeb;
}
.certificati h2 {
	width:100%;
	text-align:center;
	font-size:30px;
	text-transform:uppercase;
	font-weight:300;
	padding-bottom:15px;
	border-bottom:1px solid #405064;
	margin:0
}
.box-icon {
	width:100px;
	height:100px;
	margin:0 auto;
	border-radius:50%;
	border:1px solid #405064;
	margin-bottom:25px;
	background-image:url(../img/icon-certificati@2x.png);
	background-size:45px auto;
	background-position:center;
	background-repeat:no-repeat
}
.certificazioni {
	width:50%;
	float:left;
	padding:60px 60px 0;
}
.certificati .center .certificazioni:nth-child(3) {
	padding:60px 60px 0 0;
}
.certificati .center .certificazioni:nth-child(4) {
	padding:60px 0 0 60px;
}

.certificazioni h3 {
	font-size:24px;
	line-height:24px;
	font-weight:600;
	margin-bottom:30px;
}
.certificazioni p {
	font-size:18px;
	line-height:20px;
	font-weight:300;
	text-align:justify
}
.certificazioni ul {
	margin:20px 0 0;
}
.certificazioni ul li {
	float:none;
	width:100%;
	display:block
}

a.dwl {
	margin-top:45px;
	font-size:18px;
	font-weight:300;
	float:left;
	position:relative;
}
span.arrow {
  display: inline-block;
  height: 14px;
  margin: 0 0 0 8px;
  position: relative;
  width: 20px;
 
}
a.dwl:hover span.arrow {
	animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite;
}
span.arrow::after {
  background-color: #f49228;
  bottom: 5px;
  content: "";
  height: 1.5px;
  position: absolute;
  right: 0;
  transform: rotate(-45deg);
  width: 12px;
}
span.arrow::before {
  background-color: #f49228;
  bottom: 5px;
  content: "";
  height: 1.5px;
  left: 0;
  position: absolute;
  transform: rotate(46deg);
  width: 12px;
}

@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-5px);}
 60% {-webkit-transform: translateY(-2.5px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-5px);}
 60% {-moz-transform: translateY(-2.5px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-5px);}
 60% {-o-transform: translateY(-2.5px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-5px);}
 60% {transform: translateY(-2.5px);}
}


@media only screen and (max-width: 992px) {
.company-box {
	width:50%;
}
.company .company-box:nth-child(3) {
	padding:0 25px 20px 0;
}
.company .company-box:nth-child(2) {
	padding:0 0 20px 25px;
}
.certificati .center .certificazioni:nth-child(3) {
	padding:60px 30px 0 0;
}
.certificati .center .certificazioni:nth-child(4) {
	padding:60px 0 0 30px;
}
}

@media only screen and (max-width: 768px) {
.company {
  padding: 0 0 20px;
}
.company-box {
	width:100%;
	padding:0 0 20px !important
}

.certificazioni {
	width:100%;
	padding:40px 0 0;
}
.company .company-box:nth-child(3) {
	padding:0;
}
.certificati .center .certificazioni:nth-child(3) {
	padding:40px 0 0 0;
}
.certificati .center .certificazioni:nth-child(4) {
	padding:40px 0 0 0;
}
a.dwl {
  margin-top: 15px;
}
}