.our_teas_heading {
    width: 320px;
    margin-top: 120px;
    margin-bottom: -60px;
}

.base_illustration {
    margin: 140px auto;
    width: 500px;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.base_illustration img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    opacity: 1;
}

.gold_heading {
    margin-bottom: 20px;
}

.image_flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.about_image_top_left,
.about_image_top_right,
.about_image_bottom {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
}

.about_image_top_left img,
.about_image_top_right img,
.about_image_bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    opacity: 1;
}

@media (max-width: 990px) {
    .about,
    .about:first-of-type {
        margin-top: 140px;
    }

    .image_flex {
        margin-top: 80px;
    }

    .our_teas_heading {
        width: 300px;
        margin-bottom: -40px;
    }
}

@media (max-width: 600px) {
    .base_illustration {
        width: 100%;
    }

    .about,
    .about:first-of-type,
    .image_flex {
        margin-top: 100px;
    }
}