.earth-charter-cover {
    min-height: calc(100vh - 7.5rem);
    grid-template-columns: auto 32rem;
   /* background-color: #796FCC;*/
}

.earth-charter-cover .img {
    background-position: center;
    background-size: cover;
}

.earth-charter-cover .text-block {
    padding: 5rem;
    background-color: #005CC8;
    grid-template-rows: auto 2.5rem;
}

.earth-charter-cover h1 {
    color: white;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.earth-charter-cover p {
    color: white;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.45;
}

.earth-charter-cover a.button {
    margin-top: 2.75rem;
    background-color: white;
    color: #005CC8;
    max-width: unset;
}

.earth-charter-cover .download img {
    height: 2.5rem;
    width: auto;
}