html {
    min-height: 100%;
    height: auto;
    display: flex;
    font-size: 1.111vw;
}

body {
    background: #363E51;
    color: #fff;
    margin: 0;
    min-height: 100%;
    flex:  1 1 auto;
    background-image: url(/images/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 4rem 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.terms {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 3.5rem;
}
h1 {
    width: 40.9375rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 5.74925rem; /* 114.985% */
    letter-spacing: -0.15rem;
    margin: 0 0 4rem;
}

a {
    display: inline-flex;
    padding: 1.5rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 1rem;
    background: linear-gradient(90deg, #C59E69 0%, #FFFEE8 52.01%, #C59E69 100%);
    width: 20rem;
    color: #363E51;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: auto;
}

.logos-row {
    display: flex;
    gap: 2rem;
    padding-top: 2rem;
}
.logos-row img {
    height: 4rem;
}
@media (max-width: 800px) {
     html {
        font-size: 2.5vw;
        overflow-x: hidden;
    }
    body {
    padding: 3rem 2rem;
}

.terms {
    font-size: 1.5rem;
}

h1 {color: #FFF;font-family: Montserrat;font-size: 3.5rem;font-style: normal;font-weight: 700;line-height: 1.1; /* 125% */letter-spacing: -0.06rem;width: auto;}
}