html, body{
    display: flex;
    flex-direction: column;
    width: 100%;   
}

*, :before, :after {
    box-sizing: border-box;
}
.container{
    max-width: 1300px;
    margin: 0 auto;
}
.section{
    margin-top: 110px;
}

.footer{
    display: grid;
    grid-template-columns: 217px auto;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    padding: 24px 60px;
}
.p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body{
    max-width: 100vw;
    min-height: 100%;
    margin: 0;
    font-size: 100%;
    position: relative;
}

.logo__img{
    padding: 10px;
}