@media (min-width: 769px) and (max-width: 1279px) {
    .text_wrapper{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    #section-wrapper .h2_wrapper{
        width: 769px;
        display: flex;
        flex-wrap: wrap;
        /* border: 1px solid var(--body-clr); */
        margin-bottom: 3rem;
        margin-left: auto;
        margin-right: auto;
        /* border-top: none; */
    }
    #section-wrapper .h2_wrapper li{
        width: 25%;
    }
    .section{
        padding: 1rem 0 5rem;
    }
}