.principles-cover {
    min-height: calc(100vh - 7.5rem);
}

.principles-cover .img {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.principles-cover .text {
    padding: 4rem 3rem;
}

.principles-cover h1 {
    color: white;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.2;
    max-width: 30rem;
}

.principles-cover .align-end {
    margin-top: 3rem;
}

.principles-cover .download {
    width: 2.5rem;
    height: 2.5rem;
    vertical-align: middle;
}

.principles-cover .download img {
    width: 2.5rem;
    height: 2.5rem;
}

a.back {
    position: absolute;
    color: white;
    margin: 0;
    cursor: pointer;
}

.principles-cover .grid > div {
    margin: 2.5rem 0;
}