h1{
    text-align: center;
    margin-bottom: 10vh !important;
    margin-top: 5vh;
}

.suppng{
    height: 4vh;
    margin-bottom: -5px;
}
.supin{
    display: flex;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}


.supinimg{
   padding-left: 3vw;
    margin-top: auto;
    margin-bottom: auto;
}

.supinimg img{
    max-height: 70vh;
    max-width: 100%;
    border-radius: 2%;
  
}
.supmellenyimg img{
    max-height: 40vh;
    margin-top: 25%;
    max-width: 100%;
    border-radius: 2%;
  
}
.supcontainer{
    width:90%;
    text-align:left;
    font-size: 3.2vh;
    line-height: 35px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    flex-grow: 3;
}
.supberles{
margin-top: 10vh;
    display: flex;
    justify-content: space-around;
    
}
.supnapiberles{

    max-width:28%;
    justify-content: space-around;
    background-color: rgb(24, 5, 77);
    color: white;
}
.supnapiberles img{
        max-height: 40vh;
        overflow: hidden;
        max-width: 100%;
        
}

.supberles p{

    text-align: center;
    font-size: 3.4vh !important;
    line-height: 8vh;
}
p.descr{
    font-size: 2.8vh;
}
.tuti-tippek{
    margin-top: 10vh;
    text-decoration: underline;
}

@media only screen and (max-width: 1127px){
.supmellenyimg img{

    margin-top: 35%;
   
}
}

@media only screen and (max-width: 967px){
/* p {

    font-size: 4.2vw; 
} */
h1{
    font-size: 4.8vh;
}}
@media screen and (max-width:880px) {
    .supin,.supberles{
        flex-direction: column;
    }
.supnapiberles{
max-width: 90%;
margin-left: auto;
margin-right: auto;
margin-bottom: 10vh;
}

.supinimg{
    margin-left: auto;
margin-right: auto;
}
.supinimg img{
    max-height: 50vh;
    max-width: 100%;
    border-radius: 2%;
   
}
.supmellenyimg img{
    max-height: 60vh;
    margin-top: 0;
    max-width: 90%;
    border-radius: 2%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  
}

}