@font-face {
  font-family: raleway;
  src: url("../fonts/raleway-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; 
}
@font-face {
  font-family: raleway;
  src: url("../fonts/raleway-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; 
}
@font-face {
  font-family: raleway;
  src: url("../fonts/raleway-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; 
}
html,body {
  font-family: raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 1px;
  color: #756c6d;
  background: #fff;
}
img {
  width: 100%;
}
.container {
  padding: 30px;
}
body > header {
  background-image: url(img1.jpg);
 	background-size: cover;
	background-repeat: no-repeat;
	background-position: 30% top; 
  height: 500px;
}
section > header {
  display: flex;
}
h1 {
  font-size: 48px;
  font-weight: 500;
  margin: 0;
  padding: 36px 15px;
  text-align: center;
}
.hl,.hr {
  flex: 1 1 auto;
  background-size: contain;
  background-repeat: no-repeat;
}
.hl {
  background-position: right center;
  background-image: url(img3.png)
}
.hr {
  background-position: left center;
  background-image: url(img4.png)
}
.c0 {
  display: flex;
  height: 450px;
  margin-bottom: 30px;
}
.c0-1 {
  background-image: url(img2-1.jpg);
 	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  flex: 0 0 40%;
}
.c0-2 {
  background-image: url(img2-2.jpg);
 	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top; 
  flex: 0 0 60%;
}
.c1,.c2 {
  font-size: 24px;
  line-height: 40px;
}
.c1 {
  text-align: center;
}
.c1 p {
  margin-bottom: 40px;
}
.c1 p:not(:last-child) {
  padding-left: 10%;
  padding-right: 10%;
}
.c2 {
  display: flex;
  justify-content: space-between;
}
.c2 img {
  padding: 0 30px 45px;
}
.c2-1,.c2-2 {
  flex: 0 0 45%;
  margin-bottom: 40px;
}
footer {
  background: #000;
  color: #fff;
  line-height: 1.3em;
}
footer .container {
  padding: 15px 30px;
}
footer p {
  margin-bottom: 5px;
}
footer p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .container  {
    width: 100%;
  }
  body > header {
    height: 400px;
  }
  .c0 {
    height: 350px;
  }
}
@media (max-width: 991px) {
  body > header {
    height: 300px;
  }
  .c0 {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 15px;
  }
  body > header {
    height: 250px;
  }
  .c0 {
    height: 200px;
  }
  .c1,.c2 {
    font-size: 18px;
    line-height: 32px;
  }
  .c1 p {
    margin-bottom: 32px;
  }
  .c2 {
    display: block;
  }
  .c2 img {
    padding: 0 15px 30px;
  }
  h1 {
    font-size: 28px;
    margin: 24px auto;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  footer {
    font-size: 13px;
  }
  footer .container {
    padding: 10px 15px;
  }
}
@media (max-width: 479px) {
  body > header {
    height: 200px;
  }
}