.bacnet {
    margin-top: 0;
    height: fit-content;
    margin-right: 25px;
    display: block;
}

img {
    border-radius: 1vw;
}

.section1 {
    background-color: #feeed8;
    display: flex;
    column-gap: 20px;
    align-items: center;
    padding: 50px;
    box-shadow: 2px 3px 9px #a7a7a7;
    border-radius: 10px;
}

.section1 img {
    height: 70svh;
}

.section2t {
    margin-top: 20px;
    background-color: #feeed8;
    display: block;
    column-gap: 20px;
    align-items: center;
    border-radius: 10px;
    padding: 50px;
    box-shadow: 2px 3px 9px #a7a7a7;
    margin-bottom: 20px;
}

.col32 {
    display: flex;
    flex-shrink: 1;
    flex-grow: 1;
    align-items: start;
    gap: 1rem;
}

.col32>p {
    width: 50%;
}

.col32 .p2 {
    display: block;
}

.section2t img {
    height: auto;
    width: 100%;
}

@media (max-width: 1000px) {
    body {
        width: 100%;
        text-align: justify;
    }

    .bacnet {
        margin-right: 0;
        text-align: justify;
    }

    h2 {
        margin: auto;
        margin-bottom: 50px;
    }

    img {
        width: 100%;
    }

    .section1,
    .section2t {
        display: block;
        box-shadow: none;
        text-align: justify;
    }

    .col32 {
        display: block;
        text-align: justify;
    }

    .col32>p {
        width: auto;
        text-align: justify;
    }

    .section1 img {
        height: auto;
    }

    .section2t {
        margin-top: 0;
    }

    .section2t img {
        height: auto;
    }

    .section2t {
        text-align: left;
    }
}