.page-header.buyers-sellers.float_l {
  background-image: url("../images/buyers-sellers-header.jpg");
}
.page-header.float_l {
  background-repeat: no-repeat;
  background-position: center top;
}
.page-header.float_l h1 {
  float: left;
  font-family: antonio;
  font-size: 60px;
  margin: 293px 0 0 0;
  padding: 0;
  line-height: 70px;
  color: #fff;
  font-weight: normal;
}
.buyer-seller.float_l {
  background-color: #eaeaea;
  padding: 32px 0;
}
.buyer-seller-box.float_l {
  padding: 60px 0;
  background-image: url("../images/white80.png");
}
.buyer-seller-box .heading {
  font-size: 36px;
  font-family: antonio;
  line-height: 46px;
  margin: 0 0 25px 0;
  font-weight: bold;
  text-align: center;
}
.buyer-seller-box .simple-text {
  text-align: center;
  line-height: 26px;
  padding: 0 5%;
}
.buyer-seller-links.float_l {
  padding: 85px 10% 52px 10%;
}
.buyer-seller-link {
  float: left;
  width: 40%;
  margin: 0 5%;
}
.buyer-seller-link a,
.buyer-seller-link a img.thumb {
  display: block;
  float: left;
  width: 100%;
}
.buyer-seller-link a .text {
  color: #fff;
  font-size: 24px;
  font-family: antonio;
  line-height: 32px;
  padding: 18px 15px 10px 15px;
  background-color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.buyer-seller-link a:hover .text {
  color: #146192;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.buyer-seller-link a .text img {
  float: right;
  margin: 2px 6px 0 0;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
  .buyer-seller-box.float_l {
    background-image: url("../images/white80.png");
    padding: 30px 0;
  }
  .buyer-seller-links.float_l {
    padding: 30px 5% 0;
  }
}
@media screen and (max-width: 768px) {
  .buyer-seller-box.float_l {
    padding: 30px;
  }
  .buyer-seller-links.float_l {
    padding: 0;
  }
  .buyer-seller-link {
    margin: 30px 0 0;
    max-width: 350px;
    width: 100%;
  }
  .buyer-seller-box .heading {
    font-size: 38px;
    line-height: 48px;
    margin: 0 0 5px;
  }
  .page-header.float_l {
    background-size: cover;
  }
}
