.about-us {
    display: flex;
    margin-top: 200px;
    margin-left: 80px;
    /* width: 600px */
        border: 1px solid white;
            background: white;
            border-radius: 1em;
            padding: 20px 40px 20px 0;
            width: 500px;
            /* box-shadow:  0 0 10px rgba(0,0,0,0.5); */
}

.about-us__text {
}

.about-us__title {
    font-size: 40px;
}

.about-us__main {
    line-height: 1.2em;
    letter-spacing: normal;

}

.justify-text {
    text-align: justify;
}

.justify-text:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.justify-text>* {
    display: inline;
}

.about-us__image {
    margin-top: 1em;
    /* margin-left: 10em; */
    width: 400px;
    height: 400px;
    position: absolute;
    right: 280px;
    z-index: -1;
}
.about-image-1 {
    display: block;
}
.about-image-2 {
    display: none;
}
.about-image-3 {
    display: none;
}

@media (min-width: 1750px){
    .about-us {
    display: flex;
    margin-top: 200px;
    margin-left: 80px;
    /* width: 600px */
    border: 1px solid white;
            background: white;
            border-radius: 1em;
            padding: 20px 40px 20px 0;
            width: 850px;
            /* box-shadow:  0 0 10px rgba(0,0,0,0.5); */
    }

    .about-us__text {
        font-size: 30px;
    }
    .about-image-1 {
        width: 600px;
        height: 400px;
    }
    .about-us__image {
        margin-top: 7em;
        /* margin-left: 10em; */
        width: 400px;
        height: 400px;
        position: absolute;
        right: 280px;
        z-index: -1;
    }
    .about-us__title {
        font-size: 60px;
    }
}

@media (max-width: 1290px) {
    /* .about-us__image {
        width: 300px;
        height: 300px;
        position: absolute;
        right: 280px;
        z-index: -1;
    } */
}

/* @media (max-width: 1200px) {
    .about-us__image {
        width: 250px;
        height: 250px;
        position: absolute;
        right: 280px;
        z-index: -1;
    }
} */

@media (max-width: 900px) {
    .about-us {
            display: flex;
            margin-top: 120px;
            margin-left: 60px;
            /* width: 600px */
            border: 1px solid white;
            background: white;
            border-radius: 1em;
            padding: 20px 40px 20px 20px;
            width: 410px;
            /* box-shadow:  0 0 10px rgba(0,0,0,0.5); */
        }
    
    .about-us__image {
        margin-top: 1em;
        /* margin-left: 10em; */
        width: 400px;
        height: 400px;
        position: absolute;
        right: 200px;
        z-index: -1;
    }
    
    .about-us__title {
        font-size: 30px;
    }

    .about-us__text {
        font-size: 15px;
    }

    .about-image-1 {
        display: none;
    }
    .about-image-2 {
        display: block;
    }


}

@media (max-width: 700px) {
    .about-us__image {
        margin-top: 2em;
        /* margin-left: 10em; */
        width: 400px;
        height: 400px;
        position: absolute;
        right: 100px;
        z-index: -1;
    }
    .about-image-3 {
            display: block;
        }

    .about-image-2 {
        display: none;
    }

}

@media (max-width: 570px) {
    .about-us {
        display: flex;
        margin-top: 200px;
        margin-left: 30px;
        /* width: 600px */
        border: 1px solid white;
        background: white;
        border-radius: 1em;
        padding: 0px 20px 0px 20px;
        width: 300px;
            /* box-shadow:  0 0 10px rgba(0,0,0,0.5); */
    }
    .about-us__image {
        margin-top: 2em;
        /* margin-left: 10em; */
        width: 400px;
        height: 400px;
        position: absolute;
        right: 0px;
        z-index: -1;
    }

    .about-image-3 {
        display: block;
        width: 330px;
    }

    .about-image-2 {
        display: none;
    }

    .about-us__title {
        font-size: 25px;
    }

    .about-us__text {
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .about-us {
        display: flex;
        margin-top: 150px;
        margin-left: 30px;
        /* width: 600px */
        border: 1px solid white;
        background: white;
        border-radius: 1em;
        padding: 0px 20px 0px 20px;
        width: 250px;
        /* box-shadow:  0 0 10px rgba(0,0,0,0.5); */
    }

    .about-us__image {
            margin-top: 1em;
            /* margin-left: 10em; */
            width: 380px;
            height: 380px;
            /* position: absolute;
            right: 280px; */
            z-index: -1;
        }


    .about-image-3 {
        display: block;
        width: 320px;
        margin-left: 40px;
    }

    .about-image-2 {
        display: none;
    }

    .about-us__title {
        font-size: 20px;
    }

    .about-us__text {
        font-size: 10px;
    }
}