body {
  /*overflow: hidden;*/
  text-align: center;
    margin: 0;
    color: #313c44;
}
/*section:last-child {
    bottom: 30px;
    position: absolute;
    width: 100%;
}*/
section:last-child {
    padding-bottom: 10px;
}
.text {
    padding: 0 10px;
}
.text img {
        width: 13vw;
    min-width: 100px;
    max-width: 200px;
    padding-top: 90px;
}
h1 {
    font-family: filson-soft, sans-serif;
font-style: normal;
    font-size: 4vw;
    line-height: 4.4vw;
    margin-bottom: 0;
    font-weight: 400;
    padding-top: 30px;
}
p {
font-family: filson-soft, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 16px;
    font-size: 1.5vw;
    line-height: 2.3vw;
    text-align: center;
}
@media screen and (min-width: 1200px) {
    h1 {
    font-size: 48px;
    line-height: 54px;
    }
    {
    font-size: 20px;
    line-height: 30px;
    }
}

@media screen and (max-width: 600px) {
h1 {
    font-size: 24px;
    line-height: 27px;
    }
    p {
    font-size: 16px;
    line-height: 19px;
    }
}

a {
    color: #313c44;
}
a:hover {
    text-decoration: none;
}