.main-content{
    padding: 20px;
    padding-bottom: 100px;
    background-image: url('../img/banners/desktop/Fondo-index-desktop-img.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    background-color: black;
}

.main-content h1, h2{
    font-size: 36px;
    color: #D6D6D6;
    text-align: center;
    margin-bottom: 0;
    text-decoration: underline;
}

.main-content p{
    font-size: 18px;
    color: #D6D6D6;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .main-content{
        background-image: url(../img/banners/mobile/Fondo-index-mobile-img.webp);
    }
}