.fcontent-section {
    width: 80vw;
    margin-left: 10vw;
    margin-right: 10vw;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fcontent-section-reverse {
    width: 80vw;
    margin-left: 10vw;
    margin-right: 10vw;
    display: flex;
    flex-direction: row-reverse;
}

.fcontent-img {
    width: 30vw;
    height: auto;
    border-radius: 5px;
}

.fcontent-section > .paragraph {
    width: auto;
    padding-left: 25px;
}

.fcontent-section-reverse > .paragraph {
    width: auto;
    padding-right: 25px;
    text-align: left;
}

.button-normal-black3 {
    margin-bottom: 20px;
    width: 18vw;
}
.button-normal-black2 {
    width: 18vw;
}

/* TRES GRAND MOBILE 1050x1370 */
@media screen and (max-width: 1050px ) and (max-height: 1370px ) {
    .fcontent-section {
        width: 80vw;
        margin-left: 10vw;
        margin-right: 10vw;
        display: flex;
        flex-direction: column;
    }
    .fcontent-section-reverse {
        width: 80vw;
        margin-left: 10vw;
        margin-right: 10vw;
        display: flex;
        flex-direction: column;
    }
    .fcontent-img {
        width: 80vw;
        height: auto;
        border-radius: 5px;
        margin-bottom: 5vh;
    }
    .fcontent-section > .paragraph {
        width: auto;
        padding-left: 0px;
        text-align: left;
    }

    .fcontent-section-reverse > .paragraph {
        width: auto;
        padding-right: 0px;
        text-align: left;
    }
    .button-normal-black3 {
        margin-bottom: 20px;
        width: 50vw;
    }
    .button-normal-black2 {
        width: 50vw;
    }
}