header,
section {
    padding: 0 5%;
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    overflow-x: hidden;
}

section h3 {
    font-size: var(--bigFont2);
    color: var(--grayThree);
    line-height: var(--lineHeightH3);
}

section p {
    font-size: var(--pFont);
    line-height: var(--lineHeightP);
    margin-top: 15px;
}

/* @media (max-width: 1300px) {
    header,
    section {
        padding: 0 3%;
    }

    section p {
        margin-top: 12px;
    }
} */

/* @media (max-width: 1150px) {
    header,
    section {
        padding: 0 2%;
    }
} */

@media (max-width: 570px) {
    .section {
        padding: 50px 5px;
        height: fit-content;
    }
}