.header-content {
  text-align: center;
  background-image: url("../images/texture_bg.jpg");
  background-position: center center;
  background-size: cover; }
  .header-content h1 {
    color: #fff;
    margin-top: 70px;
    font-size: 40px; }
  .header-content h4 {
    font-size: 20px;
    padding: 0 10%;
    color: #fff;
    line-height: 30px;
    margin-bottom: 70px; }

.vendor-menu {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative; }
  .vendor-menu ul {
    padding: 0;
    margin: 0; }
  .vendor-menu li {
    display: inline-block;
    margin: 20px 0;
    color: #999; }
    .vendor-menu li a {
      text-decoration: none;
      color: #C01324;
      font-size: 18px;
      cursor: pointer;
      padding: 0 20px;
      transition: color 0.3s; }
      .vendor-menu li a:hover {
        color: #3993C0; }

.odd-item {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  background-color: #fafafa; }
  .odd-item .logo-vendor {
    max-width: 400px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left; }

.even-item {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: justify;
  font-size: 16px;
  line-height: 24px; }
  .even-item .logo-vendor {
    max-width: 400px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    float: right; }
