* {
    padding-bottom: 30px;

}

body,
main {
    margin: 0;
    padding: none;
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

img {
    width: 100%;
}

.two-columns-right {
    width: 70%;
    display: grid;
    grid-template-columns: 40% 60%;
    justify-items: center;
}

.two-columns-left {
    width: 70%;
    display: grid;
    grid-template-columns: 60% 40%;
    justify-items: center;
}

p {
    font-size: 23px;
    word-spacing: 8px;
    text-align: justify;
}

.p-right {
    padding-left: 100px;

}

.p-left {
    padding-right: 100px;

}

.two-columns-column,
#kapcsolat {
    width: 70%;
    display: flex;
    flex-direction: column;

}

#kapcsolat h2,
#kapcsolat p {
    padding-bottom: 0px;

}

#kapcsolat {
    padding-bottom: 0px;
    border-top: 1px solid black;
}


@media screen and (max-width: 1024px) {

    .two-columns-left,
    .two-columns-right, .two-columns-column, #kapcsolat {
        width: 90%;
        display: flex;
        flex-direction: column;
    }

    .p-left,
    .p-right {
        padding: 0px;
    }

    p {
        font-size: 18px;
        word-spacing: 4px;
        text-align: justify;
    }

    h1{
        width: 90%;
        align-self: center;
        text-align: center;
    }

}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    p{
        font-size: 30px;
    }

}