.menet-container {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1244px;
    text-align: center;
    margin-left: 10px;
}
.header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
p {
    margin-top: 5px;
    font-size: 20px;
    text-align: left;
}
.kulso {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
 #logo-right {
    position: absolute;
    width: 15%;
    top: 85px;
}

#logo-left {
    left: 0;
}
#logo-right {
    right: 0;
}

@media only screen and (max-width: 1145px) {

     #logo-right {
        width: 13%;
        top: 165px;
    }
}

@media only screen and (max-width: 780px) {

     #logo-right {
        display: none;
    }
    .menet-container h1{
        font-size: 30px;
    }
    .menet-container p {
        font-size: 15px;
    }
    .menet-container h2 {
        font-size: 20px;
    }
}