@font-face {
    font-family: Lato;
    font-weight: 700;
    src: url(../fonts/Lato/Lato-Bold.woff)
}

html, body{
    min-height: 100vh;
}

body{
    font-size: 16px;
    min-width: 320px;
    position: relative;
    font-family: "Lato", sans-serif;
    line-height: 1.55;
    color: #434546;
    overflow-x: hidden;
    margin: 0;
}

button{
    background: transparent;
    font-family: "DigitalSansEF", sans-serif;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

h1{
    padding: 0;
    margin: 0;
}

.description{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 20px 0;
}

.description__title{
    align-items: center;
    margin: 0 0 22px;
}

.description__title h1{
    font-size: 28px;
}

.description_indent{
    max-width: 893px;
    width: 100%;
    margin: 0 0 30px;
    overflow: hidden;    
}

.description_indent__images{
    overflow: hidden;
}

.description_indent__border{
    max-width: 366px;
    width: 100%;
    height: 2px;
    background: #96C3D8;
    margin: 0 0 26px;
}

.description_indent__border_footer{
    max-width: 893px;
    width: 100%;
    height: 4px;
    background: #96C3D8;
    margin: 36px 0 0;
}

.description_text{
    max-width: 810px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin: 0 0 24px;
}

.footer {
    padding: 20px;
    text-align: center;
    color: #96C3D8;
}

@media screen and (max-width: 560px){
    .description{
        padding: 60px 20px 0;
    }

    .description__title{
        font-size: 20px;
        margin: 0 0 18px;
    }

    .description_text{
        font-size: 16px;
    }  
}