
body {
  font-size: 30px;
  font-family: 'verdana';
}
@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
  }
}
.header {
  height: 464px;
  background: url(../img/header.jpg);
  background-position: left center;
  position: relative;
}
.header .logo {
  display: block;
  width: 181px;
  height: 142px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90px;
}
.header h1 {
  font-size: 48px;
  color: #19171c;
  margin-top: 185px;
}
.header h1 span {
  font-family: 'verdana';
}
@media screen and (max-width: 767px) {
  .header {
    text-align: center;
    background: url(../img/header.jpg);
    background-position: left -275px center;
  }
  .header h1 {
    font-size: 30px;
    margin-top: 165px;
  }
  .header h1 span {
    display: block;
  }
}
.info-block {
  padding: 35px 15px;
  text-align: center;
}
.info-block h2 {
  margin: 0;
  font-size: 42px;
  color: #3a3737;
  font-family: 'verdana';
}
.info-block h2::after {
  content: '';
  display: block;
  height: 5px;
  width: 170px;
  background: #989820;
  margin: 10px auto 5px;
}
.info-block p {
  margin: 0;
  font-size: 24px;
  colro: #3a3737;
}
.info-block p span {
  font-family: 'verdana';
}
@media screen and (max-width: 767px) {
  .info-block h2 {
    font-size: 30px;
  }
  .info-block p {
    font-size: 20px;
  }
}

.center {
  margin-top: 10px;
  padding: 0px 15px 15px;
  background: #fff;
}
.center img {
  max-width: 100%;
}
.center h3 {
  margin: 0;
  font-size: 18px;
  color: #989820;
  text-transform: uppercase;
  font-family: 'verdana';
  margin-bottom: 10px;
}
.center p {
  margin: 0;
  font-size: 18px;
  font-family: 'verdana';
  line-height: 25px;
}
.center a {
  color: #989820;
 }
.center p span {
  font-size: 24px;
  line-height: 22px;
}
.center .col-sm-6 {
  margin-bottom: 20px;
}

.footer {
  margin-top: 20px;
  border-top: 5px solid #989820;
  padding: 35px 15px 15px;
  background: #fff;
}
.footer img {
  max-width: 100%;
}
.footer h3 {
  margin: 0;
  font-size: 18px;
  color: #989820;
  text-transform: uppercase;
  font-family: 'verdana';
  margin-bottom: 10px;
}

.footer p {
  margin: 0;
  font-size: 18px;
  font-family: 'verdana';
  line-height: 25px;
}

.footer a {
  color: #989820;
}
.footer p span {
  font-size: 24px;
  line-height: 22px;
}
.footer .col-sm-6 {
  margin-bottom: 20px;
}


@media screen and (max-width: 767px) {
 .container.footer h3 {
  margin-top: 20px;
  margin-bottom: 0px;
  }
  
  .header {
  height: 200px;
  background: url(../img/header.jpg);
  background-position: right center;
  position: relative;
}
}