@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

.section-collage {
    position: relative;
    width: 100%;
    min-height: 500px;
    background: url('/img/fulltechnexus/frontend/fondo6.png') no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 768px) {
    .section-collage {
        min-height: 300px;
        background-position: center center;
    }
}