body{
  font-family: "Archivo Narrow", sans-serif;
}
h1{
    font-size: 80px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1;
}
h2{
    font-size: 30px;
    margin: 0;
}
h3{
    font-size: 40px;
    text-align: center;
    margin-block-end: 1em;
    line-height: 3.32rem;
    margin-bottom: 40px;
    margin: 0;
    margin-top: 0;
}
h4{
    font-size: 20px;
    margin-top: 33px;
    margin-bottom: 0;
}
p{
    font-size: 18px;
}
.column_container{
    /**background-color: rgba(255,0,0,.25);*/
    margin: auto;
    width: 960px;
}
header{
    /**background-color: rgba(255,0,0,.25);*/
    background-image: url(../images/header.jpg);
    background-size: cover;
    background-position: center;
    color: white;
} 
header .column_container{
    padding: 166px 0 184px 0;
    text-align: center;
}
.section1{
    margin:0;
    font-size: 18px;
    background-color:rgb(162,176,179);
    padding-top: 40px;
    padding-bottom: 72px;
    color: white;
}
.section1 .column_container{
    margin:auto;
}
.section1 p{
    margin-top: 32px;
    line-height: 1.4;
    margin-left: 0.5px;
    margin-bottom: -16px;
    color:white;
}
.section1 img{
    float:right;
    margin:0;
    margin-top: 33px;
    margin-bottom: 20px;
    margin-right: 1px;
    margin-left: 40px;
}
.section2{
    padding-top: 40px;
    padding-bottom: 72px;
    background-color: aliceblue;
    color:rgb(48,61,63);
}
ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin:0;
}
li{ 
    width: 50%;
    display: flex;
    margin-bottom: -29px;
    list-style-type: none;
}
li p{
    width: 90%;
    margin: 0;
    margin-top: 7px;
    line-height: 1.4;
    font-size: 18px;
}
li div{
    padding-right: 30px;
    display: block;
}
.section2 img{
    margin-top: 33px;
    margin-bottom: 20px;
    margin-right: 12px;
    height: 150px;
}
.section3{
    background-color:rgb(182,197,214);
    padding-top: 40px;
    padding-bottom: 76px;
    color:rgb(48,61,63);
}
.section3 div{
    margin: auto;
    width: 73%;
}
.section3 p{
    font-size: 26px;
    text-align: center;
    line-height: 1.39;
    margin-top: 33px;
}
footer{
   padding:23px 0;
   background-color:rgb(219,201,191);
   color: white;
   height:100px;
}
