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

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

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


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

@media only screen and (min-width: 800px) and (max-width:999px){
    .whyus-content-section {
        width: 70%;
    }
}
@media only screen and (min-width: 1000px) and (max-width:1199px) {
    .whyus-content-section {
        width: 60%;
    }
}

@media only screen and (min-width: 1200px) {
    .whyus-content-section {
        width: 45%;
    }
}

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

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

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

@media only screen and (min-width: 0px) and (max-width: 525px) {
    .whyus-nousage-section{
        flex-direction: column;
        align-items: center;
    }
    .whyus-nousage-content {
        width: 100%;
        font-size: 20px;
        width: 100%;
        margin: 10px;
    }
    .whyus-nousage-img {
        width: 100%;
        flex-direction: column;
    }
}
@media only screen and (min-width: 526px) and (max-width: 800px) {
    .whyus-nousage-section{
        flex-direction: column;
        align-items: center;
    }
    .whyus-nousage-content {
        width: 100%;
        font-size: 22px;
        margin-top: 33px;
    }
    .whyus-nousage-img {
        width: 100%;
        flex-direction: column;
    }
}
@media only screen and (min-width: 801px) and (max-width: 1200px) {
    .whyus-nousage-content {
        width: 75%;
        height: 600px;
        font-size: 20px;
    }
    .whyus-nousage-img {
        width: 100%;
    }
    .whyus-img{
        width: 50%;
        height:600px;
    }
}
@media only screen and (min-width: 1201px){
    .whyus-nousage-content {
        width: 60%;
        height: 600px;
        font-size: 22px;
    }
    .whyus-nousage-img {
        width: 100%;
    }
    .whyus-img{
        width: 50%;
        height:600px;
    }
}


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

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

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

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

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

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

.whyus-content-section {
    font-size: 24px;
    font-family: 'Quicksand', sans-serif;
    text-align: justify;
}
.word{
    font-size: 38px;
}
.header{
    font-size: 30px;
}

.whyus-nousage-section {
    display: flex;
    margin: 2em 0px;
    width: 100%;
    font-family: 'Quicksand', sans-serif;
}
.whyus-nousage-img {
    display: flex;
    height: 100%;
    opacity: 0.8;
}
.whyus-nousage-content {
    color: #181A1E;
    text-align: left;
}

.whyus-nousage-content li {
    padding: 5px 0px;
}
.check-tick {
    color: #d13526;
    margin-right: 10px;
    padding: 1px 3px 1px;
    border: 2px solid #d13526;
    border-radius: 3px;
    opacity: 1;
}

.check-tick1 {
    background: #ff6606;
    padding: 4px;
    margin-right: 10px;
    border-radius: 3px;
}