/* @media only screen and (min-width: 900px) {
    .aboutus-gallery-section { 
        width: 390px;
        height: auto;
    }
} */
@media only screen and (max-width: 379px) {
    .aboutus-gallery-section { 
        width: 250px;
        height: auto;
    }
}

@media only screen and (min-width: 380px) {
    .aboutus-gallery-section { 
        width: 320px;
        height: auto;
    }
}

@media only screen and (min-width: 440px) {
    .aboutus-gallery-section { 
        width: 390px;
        height: auto;
    }
}


@media only screen and (max-width: 799px) {
    .aboutus-desc-section {
        flex-direction: column;
        align-items: center;
    }
    .aboutus-content-section {
        width: 100%;
        padding: 10px;
    }
}

@media only screen and (min-width: 800px) {
    .aboutus-gallery-section { 
        width: 390px;
        height: auto;
    }
    .aboutus-content-section {
        width: 45%;
        margin-left: 2em;
    }
}

@media only screen and (min-width: 1200px) {
    .aboutus-gallery-section { 
        width: 370px;
        height: 920px;
    }
}

@media only screen and (min-width: 1400px) {
    .aboutus-gallery-section { 
        width: 350px;
        height: 820px;
    }
}

@media only screen and (min-width: 1600px) {
    .aboutus-gallery-section { 
        width: 300px;
        height: 700px;
    }
}

.aboutus-section {
    width: 100%;
    /* position: relative; */
    margin: 5em 0px;
    font-family: 'Quite Magical';
}

.aboutus-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.aboutus-header-section {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.aboutus-header-title {
    font-size: 38px;
    background-color: #ff6606;
    color: #fff;
    padding: 1em 0px;
}

.aboutus-header-info {
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Quicksand', sans-serif;
}

.aboutus-desc-section {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 5em auto;
}

.aboutus-content-section {
    font-size: 24px;
    font-family: 'Quicksand', sans-serif;
    text-align: left;
}