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

.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;
}

.section2 {
    align-items: center;
    padding: 50px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.707), rgba(255, 255, 255, 0.707)), url(OIP\ \(2\).jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    margin-top: 20px;
    box-shadow: 2px 3px 9px #a7a7a7;
    border-radius: 10px;
}

.section2 p {
    color: #402e32;
    font-weight: 700;
    text-align: center;
}

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

.section3 img {
    height: 70svh;
}

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

    .bacnet {
        margin-right: 0;
    }

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

    img {
        width: 100%;
    }

    .section1,
    .section2,
    .section3 {
        display: block;
        box-shadow: none;
    }

    .section1 img {
        height: auto;
    }

    .section2,
    .section3 {
        margin-top: 0;
    }

    .section3 img {
        height: auto;
    }

    .section3 {
        text-align: left;
    }
}