.food-lover-section {
    .title {
        font-size: 3.25em;
    }
}

@media (max-width: 600px) {
    .food-lover-section {
        .text-container {
            .title {
                font-size: 36px;
            }
        }
    }
}