body {
    background-color: #FEF6F4;
    font-family: 'Work Sans', sans-serif;
    margin: 0;
}

footer {
    background-color: #24465E;
    height: 400px;
}

footer a {
    color: #FFFFFF;
}

footer .footer-contact {
    color: #FFFFFF;
    left: 250px;
    position: absolute;
    margin-top: 40px;
}

footer .footer-contact h1 {
    font-family: 'Poppins', sans-serif;
}

.error {
    color: red;
}

.header-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.header-content img {
    margin-right: 30px;
}

.header-content h1 {
    font-weight: 300;
    color: #163449;
}

.illustration {
    background-image: url('https://digra.samtrans.se//assets/b2c-design/content/illustration.png');
    background-size: cover;
    background-position: center;
    height: 650px;
    width: 100%;
}

.illustration img {
    position: absolute;
    height: 400px;
    left: 200px;
}

.digra-describe {
    margin: 0 100px;
}

.digra-describe-info {
    display: flex;
    justify-content: space-around;
}

.digra-describe-info h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #14496D;
    max-width: 300px;
    font-size: 40px;
}

.digra-describe-info p {
    max-width: 500px;
    color: #163449;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .8px;
    line-height: 27px;
}

.digra-describe-usps {
    font-weight: 300;
    color: #163449;
    display: flex;
    justify-content: space-around;
    margin: 100px 150px;
    text-align: center;
}

.digra-describe-usps .usp {
    width: 250px;
}

.digra-describe-usps .number {
    margin-top: 20px;
    font-size: 32px;
}

.digra-describe-usps p {
    font-size: 20px;
}

/* tablet */
@media (max-width: 1024px) {
    .digra-describe-usps {
        margin: 100px 0;
        justify-content: space-between;
    }

    footer .footer-contact {
        left: 140px;
    }

    .digra-describe-info p {
        max-width: 450px;
        font-size: 16px;
    }
}