h2 {
		line-height: 1.35;
     	font-size: 28px;
} 
p {
    	line-height: 1.35;
     	font-size: 16px;
}
.static-page {
      padding: 0 0 32px 0;
}
.static-page__body {
    	padding: 0;
}

.header-primary{
      margin-bottom: 0px;
}

.suppliers_main{
  position: relative; width: 100%;
}
.suppliers_img{
  display: block; margin-left: auto; margin-right: auto;
}
.suppliers_img_text{
  position: absolute; top: 10%; left: 5%; text-align: center;
}
.suppliers_table{
  margin: auto; width: 70%;
}

@media (max-width: 1199px) {
  .suppliers_img{
  	padding-top: 45px;
  }
  .suppliers_img_text{
    position: initial;
  }
  .suppliers_title{
  	width: 100%;		
    top: 0px;
    position: absolute;
  }
  .suppliers_description{
  	position: initial;
  }
  .suppliers_table{
    margin: auto; width: 100%;
  }
}
@media (max-width: 410px) {
  .suppliers_title{
    font-size: 20px;
  }
}
