@media only screen and (max-width: 2150px) {
    .title-text {
        font-size: 5.5rem;
    }

    .desc-text {
        font-size: 1.95rem;
    }

    #main-page-box-list {
        justify-content: space-around;
    }
}

@media only screen and (max-width: 1860px) {
    .title-text {
        font-size: 5rem;
    }

    .desc-text {
        font-size: 1.75rem;
    }

    #main-page-box-list {
        justify-content: space-around;
    }
}

@media only screen and (max-width: 1750px) {
    .title-text {
        font-size: 4.45rem;
        text-align: center;
    }

    .desc-text {
        font-size: 1.55rem;
        line-height: 2rem;
    }

    #main-page-box-list {
        justify-content: space-around;
    }
}

@media only screen and (max-width: 1750px) {

    .desc-text {
        width: fit-content;
    }
    
    #main-page-box {
        flex-direction: column;
    }

    #main-page-box-list {
        padding-top: 2rem;
        justify-content: space-between;
        height: 25vh;
        text-align: justify;
        text-justify: inter-word;
        font-size: 1.8rem;
    }

    #main-page-box-list > li {
        width: 100%;
    }


    #main-page-gallery {
        height: 600px;
    }
    
    #main-page {
        height: 150vh;
    }

    .main-page-box-list-icon {
        width: 40px;
    }
}