#hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: linear-gradient(135deg, #b19f81df, #D2B48C, #A6845E);
}

#text-box {
    margin: 0 6% 25px;
}

#text-box h2 {
    font-family: "Montserrat", sans-serif;
    margin: 30px 0;
    font-size: 36px;
    font-weight: 800;
}

#text-box p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
}

#tb2-1 {
    margin-bottom: 20px;
}

#pj-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#pj-wrapper #h2-buffer {
    display: none;
}

#pj-wrapper a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.pj {
    display: flex;
    flex: row;
    align-items: center;
    gap: 15px;
    padding: 5px 10px 5px 15px;
    border: 1px solid #000;
    background-color: #A67C52;
    border-radius: 15px;
}

.pj:hover {
    background-color: #8C6239;
    color: #e3d6c0;
}

.pj:hover p {
    color: #ede1cd;
}

.pj i {
    height: 100%;
}

.pj-text h3 {
    font-family: "Montserrat", sans-serif;
    margin: 30px 0;
    font-size: 24px;
    margin: 12px 0;
}

.pj-text p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    margin: 10px 0;
}

@media only screen and (min-width: 1000px) {
    #hero-section {
        flex-direction: row;
        align-items: normal;
        justify-content: left;
        gap: 0;
        padding: 0 30px;
        background: 
            linear-gradient(90deg, #D2B48C, #bc9f7a, #A6845E, transparent 70%),
            url("../img/o-nama.webp");
        background-size: cover;
        background-position: right center;
    }

    #text-box {
        width: 50%;
        margin: 0;
    }

    #tb2-1 {
        margin-bottom: 20px;
    }

    .text-block:nth-child(1) h2 {
        margin: 30px 0;
    }

    .p-c-au {
        margin: 12px 0;
    }

    #tb1 p {
        margin-bottom: 0;
    }

    #tb2 {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    #tb2 #tb2-1 h2 {
        margin-top: 20px;
    }

    #pj-wrapper #h2-buffer {
        display: block;
        height: 51px;
        margin: 20px 0 30px;
    }

    .pj {
        padding: 0 10px;
        border: 1px solid #000;
        margin-bottom: 20px;
    }

    .pj:nth-last-child(1) {
        margin-bottom: 0;
    }
}