body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    color: #373A3C;
}

@media all and (min-width: 960px) {
    section.banner {
        background-color: #B9F05E;
        padding-top: 14rem;
        padding-bottom: 14rem;
        padding-left: 16rem;
        padding-right: 16rem;
        color: white;
    }

    h1 {
        font-size: 4rem;
    }
    section.banner h1 {
        font-size: 6rem;
        font-family: 'Patua One', sans-serif;
        font-weight: normal;
        width: min-content;
    }

    section.banner h2 {
        font-size: 3rem;
	font-weight: normal;
        width: max-content;
        margin-bottom: 2rem;
    }
}

@media all and (max-width: 959px) {
    section.banner {
        background-color: #B9F05E;
        padding-top: 25%;
        padding-bottom: 30%;
        padding-left: 25%;
        padding-right: 25%;
        color: white;
    }

    h1 {
        font-size: 8vw;
    }
    section.banner h1 {
        font-size: 11vw;
        font-family: 'Patua One', sans-serif;
        font-weight: normal;
        width: min-content;
    }

    section.banner h2 {
        font-size: 5vw;
        font-weight: normal;
        margin-bottom: 2rem;
        width: max-content;
    }
}
h1, h2, h3 {
    margin: 0;
    padding: 0;
}


section.banner .button {
    background-color: white;
}

.button {
    all: initial;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 360px;
    max-height: 80px;
    border-radius: 4rem;
    box-shadow: 0px 0.5rem rgba(0, 0, 0, 0.25);
    display: inline-block;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 80%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media all and (max-width: 960px) {
    .button {
        font-size: 3vw;
        padding-bottom: 3vw;
        padding-top: 3vw;
    }
}

section {
    padding-inline-start: 25%;
    padding-inline-end: 25%;
    color: #373A3C;
    padding-block-start: 3rem;
    padding-block-end: 3rem;
}

div.content-block {
    padding-block-start: 3rem;
    padding-block-end: 3rem;
}

h1 {
    margin-block-end: 1rem;
    letter-spacing: -3%;
    margin-block-start: 2rem;
    margin-block-end: 2rem;
}

section.reviews {
    padding-inline-start: 4rem;
    padding-inline-end: 4rem;
    background-color: #F3F3F5;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.review-card {
    margin: 3rem;
    padding: 3rem;
    background-color: white;
    display: inline-block;
    max-width: 15rem;
    border-radius: 2rem;
    vertical-align: top;
}

.review-card h2 {
    text-justify: center;
}
