.palyazatok-sec{
    padding: 4rem 0;
    font-size: 1.2rem;
}

.palyazatok-img{
    margin-bottom: 6rem;
}

.section-header h1{
    font-size: 3rem;
}

.palyazat-content{
    margin-top: 6rem;
}

#dimop-wrapper{
    display: none;
}

@media(max-width: 960px){
    
    .palyazatok-sec{
        font-size: 1.1rem;
    }
    
    .palyazatok-img{
        margin-bottom: 4rem;
    }
    
    .section-header h1{
        font-size: 2rem;
    }
    
    .section-header{
        padding-bottom: 0;
        margin-bottom: 4rem;
    }
    
    .palyazat-content{
        margin-top: 4rem;
    }
}