*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body
{
    font-family: 'segoe ui light';
    font-family: "Alegreya";
}
.section1
{
    height: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.section1 img
{
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: center center;
}
.section1 .text
{
    text-align: center;
    position: absolute;
    font-size: 22px;
    line-height: 1.38em;
}
.section1 .text h3
{
    font-size: 30px;
    margin: 25px 0;
}
.section1 p
{
    color: white;
}
.section2
{
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 40px;
    font-size: 19px;
    padding: 40px;
}
.section2 .contaner
{
    max-width: 450px;
    height: 550px;
    overflow: hidden;
}
.section2 img
{
    height: 100%;
}
.section2 .text
{
    max-width: 600px;
}
.section2 .text .supText
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.section2 .text .supText .supTextItem
{
    max-width: 270px;
    margin-bottom: 30px;
}
.section2 .text h3
{
    font-size: 40px;
}
.section2 .text h6
{
    font-size: 20px;
}
.section3
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background-color: #f8f8f8;
    padding: 50px 0;
}
.section3 .item
{
    width: 50px;
    text-align: center;
}
.section3 img {
    width: 40px;
}
.section3 h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0;
}

.section3 p {
    margin-top: 5px;
    font-size: 16px;
    color: #666;
}
.section4
{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.section4 .image
{
    max-width: 400px;
}
.caption
{
    width: 500px;
    font-size: 20px;
}
p{
    font-family: "Alegreya Sans";
    color: #686868;
}
h3
{
    font-family: "Alegreya";
}
.section4 .caption .logo,.section3 .caption .logo
{
    display: flex;
    align-items: center;
    margin: 20px;
}
.section4 .caption .logo img
{
    width: 55px;
    padding: 10px;
    background-color: #c1ab84;
    border-radius: 50px;
    margin-right: 20px;
}
.section5
{
    text-align: center;
    font-size: 110%;
    background-color: #f8f8f8;
    padding: 100px 0;
}
.section5 .supText
{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.section5 .supTextItem
{
    width: 400px;
    text-align: left;
    margin: 30px;
}
@media screen and (max-width: 820px)
{
    .section4 .image
    {
        width: 300px;
    }
}