.wrapper {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background-color: rgb(31, 31, 31);
    padding: 2em;
    color: white;
}

.wrapper a {
    color: white;
}

section {
    margin: 8em auto 2em auto;
    color: white;
    padding: 2em;
    font-family: "Montserrat", sans-serif;
}

section h2 {
    font-size: 3rem;
    font-weight: bolder !important;
    margin-bottom: 1em !important;
}

.wrapper p {
    font-size: 1.2rem;
    margin: 0.5em;
}

.size-images {
    padding-bottom: 3em;
}

@media screen and (max-width: 1230px) {
    .wrapper {
        width: 100%;
    }
    section {
        margin: 3em auto;
        padding: 1em;
        font-family: "Montserrat", sans-serif;
    }

    section h2 {
        font-size: 2rem;
    }

    .wrapper p {
        font-size: 1rem;
    }

}