.meus-favoritos-container {
    margin: 50px 0px 50px 50px;
}

.meus-favoritos-container .page-title {
    margin: 0 0 32px 0;
    font-size: 40px;
    font-weight: 900;
    font-family: Roboto;
    color: var(--tertiary-color);
}

.meus-favoritos-container .section-title {
    margin: 80px 0 0 0;
    font-size: 24px;
    font-weight: 700;
    font-family: Roboto;
    color: var(--tertiary-color);
}

.meus-favoritos-container .section-title:first-of-type {
    margin: 0;
}

.meus-favoritos-container .section-description {
    margin: 12px 0;
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto;
    color: var(--primary-font-color);
}

.meus-favoritos-container .favorite-carousel-wrapper {
    width: 75%;
    margin-top: 30px;
}

.meus-favoritos-container .related-carousel-wrapper {
    width: 75%;
    margin-top: 30px;
}

@media screen and (max-width: 1600px) {
    .meus-favoritos-container .favorite-carousel-wrapper {
        width: 95%;
    }

    .meus-favoritos-container .related-carousel-wrapper {
        width: 95%;
    }

}

@media screen and (max-width: 1300px) {
    .meus-favoritos-container .favorite-carousel-wrapper {
        width: 100%;
    }
}