@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: #545454;
    text-align: center;
    font-size: 1.5rem;
}

p {
    max-width: 75%;
    margin: 0 auto;
    color: #353535;
}

h1 {
    text-decoration: none;
    font-weight: 375;
    font-size: 7rem;
}

h3 {
    font-weight: 300;
    font-size: 3rem;
}

h2 {
    font-weight: 390;
    font-size: 4rem;
}

.two-images img {
    padding-left: 3rem;
}

.email {
    font-weight: 400;
}

.paragraph {
    font-size: 2rem;
}

.text {
    background-color: #a4e0c3;
    min-height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title {
    background-color: #a4e0c3;
    height: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title h2 {
    color: #545454;
    font-weight: 600;
}

.top {
    line-height: 1%;
}

.spacer {
    height: 3rem;
}

.left-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 65%;
    margin: 0 auto;
}

.left-right .left {
    margin-right: 3rem;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a4e0c3;
    max-width: 40%;
}

.left-right .right {
    margin-left: 3rem;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a4e0c3;
    max-width: 40%;
}

.left-right .image {
    background-color: transparent;
    max-width: 45%;
    height: auto;
    flex-shrink: 1;
    align-self: center;
}

.left-right .left img,
.left-right .right img {
    width: 100%;
    max-width: 400px;
    height: auto;
    align-self: center;
}

.reflection {
    padding-top: 0.5rem;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: #a4e0c3;
}

.reflection h2 {
    color: #545454;
    font-weight: 600;
}

.green {
    color: #a4e0c3;
}

.white {
    color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 900px) {
    h1 {
        font-size: 4.5rem;
    }

    h2 {
        font-size: 2.8rem;
    }

    h3 {
        font-size: 2rem;
    }

    .paragraph {
        font-size: 1.5rem;
    }

    .left-right {
        max-width: 90%;
    }
}

@media (max-width: 600px) {
    body {
        font-size: 1.1rem;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    .paragraph {
        font-size: 1.1rem;
    }

    p {
        max-width: 90%;
    }

    .spacer {
        height: 1.5rem;
    }

    .two-images img {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        width: 48%;
    }

    .left-right {
        flex-direction: column;
        max-width: 90%;
        gap: 1rem;
    }

    .left-right .left,
    .left-right .right {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .left-right .image {
        width: 100%;
    }

    .title {
        height: auto;
        padding: 1rem;
    }

    .reflection {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}