.firstRow {
    margin-top: 30vh;
}

.rowContent {
    width: 60%;
    margin: 0 auto;
    font-family: 'Montserrat';
    color: #381710;
}

.rowContent h1, .rowContent h2 {
    text-align: center;
    margin: 0;
}

.rowContent h1, .rowContent h2 {
    text-align: center;
    margin: 0;
    margin-bottom: 3vh;
}

.rowContent h1 {
    font-weight: 700;
    font-family: 'Minion Pro';
    font-style: italic;
    font-size: 3em;
    line-height: 100%;
}

.rowContent h2 {
    font-weight: 600;
    font-family: 'Minion Pro';
    font-style: italic;
    font-size: 2em;
}

.rowContent h3, .rowContent p {
    margin: 0;
    margin-bottom: 2vh;
}

@media only screen and (max-width: 1600px) {
    .rowContent {
        width: 70%;
    }
    .rowContent h1 {
        font-size: 2.8em;
    }
    .rowContent h2 {
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 1000px) {
    .firstRow {
        margin-top: 20vh;
    }
    .rowContent {
        width: 90%;
    }
    .rowContent h1 {
        font-size: 2.5em;
    }
    .rowContent h2 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 600px) {
    .firstRow {
        margin-top: 15vh;
    }
    .rowContent h1 {
        font-size: 1.7em;
    }
    .rowContent h2 {
        font-size: 1.2em;
    }
    .rowContent h3, .rowContent p {
        font-size: 0.9em;
    }
}