.about {
    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;
    border-radius: 10px;
    box-shadow: 2px 3px 9px #a7a7a7;
}

.section1 img {
    height: 50svh;
}

.section2 {
    align-items: center;
    padding: 50px;
    background-color: #fbe1b7;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 2px 3px 9px #a7a7a7;
}

.about-col-2 ul {
    display: flex;
    gap: 15%;
}

.about-col-2 ul li {
    list-style: none;
    justify-content: 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%;
    }

    .about {
        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 ul {
        display: block;
    }

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

    .section2 ul li {
        list-style: initial;
    }

    .section3 img {
        height: auto;
    }

    .section3 {
        text-align: left;
    }
}
