section {
    width: 90%;
    margin: 0 auto;
}
.mainContentSection {
    display: none; /* REMOVER */
}
.mainContent {
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
}

.mainText h2{
    font-family: "Josefin Sans" , sans-serif;
}

h3{
    font-family: "DM Sans" , sans-serif;
    color: #303030;
    font-size: 30px;
    font-weight: 400;
}

.mainText h3{
    color: #303030;
    font-size: 40px;
    font-weight: 600;
}

.mainText h2{
    font-family: "Josefin Sans" , sans-serif;
    margin-top: 20px;
    font-size: 54px;
}

.green-text {
    font-family: "Josefin Sans" , sans-serif;
    margin-top: 20px;
    font-size: 54px;
    color: var(--green);
}
.endMainContent {
    margin-top: 7rem;
}


.mainContent img {
    object-fit: cover;
}

@media (max-width: 700px) {
    .mainContent img {
        width: 240px;
        height: 220px;
        margin: 50px auto;
        display: flex;
        object-fit: cover;
    }

    .mainContent {
        display: block;
    }
}