body {
    margin: 0;
    font-family: "Public Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: #eceeee;
    background-color: #fff;
    background-image: url("../images/bg_image.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Public Sans", sans-serif;
}
p {
  font-family: "Public Sans", sans-serif;
}
.container{
    max-width: 1300px;
}
/*== Header ==*/
.landing-header {
  line-height: 1;
  padding: 30px 0;
}
.landing-header h4{
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}
.landing-header p{
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}

/*== Main Containr ==*/
.content{
    margin: 0 0;
    padding: 116px 0 100px 0;
}
.main-image{
    width: 100%;
}
.content p{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: right;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 400;
}
/*== Footer ==*/
.landing-footer {
  margin: 0 0 0 0;
  padding: 0 0 0 0;  
}
.footer-top{
  margin: 0 0 0 0;
  padding: 25px 0;  
  color: #eceeee;
}
.footer-content{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.footer-content img.image1{
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    width: 215px;
}
.footer-content img.image2{
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    width: 165px;
}
.footer-content img.image3{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 230px;
}
.footer-content p{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 23px;
    line-height: 42px;
    font-weight: 300;
    color: #eceeee;
    text-decoration: underline;
    display: block;
    clear: both;
}
.footer-content a{
    font-size: 23px;
    font-weight: 300;
    color: #eceeee;
    text-decoration: underline;
}
.footer-content a:hover{
    text-decoration: none;
}


/*== Responsive ==*/
@media only screen and (min-width: 992px) and (max-width: 1239px) {
    
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    
}
@media only screen and (max-width: 767px) {
    .landing-header{
        text-align: center;
    }
    .footer-content{
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    text-align: center;
}
}