@media screen and (max-width: 1728px) {
    .text-bg {
        display: none;
    }
}

@media screen and (max-width: 1440px) {
    .home-top .text {
        padding: 40px;
        font-size: 1.5rem;
    }
    .text-bg {
        display: block;
    }
    
}

@media screen and (max-width: 1240px) {
    .section-title {
        min-width: 500px;
    }
    h1 {
        font-size: 2.4rem;
    }
    .product-img {
        height: 70%;
    }
}

@media screen and (max-width: 1080px) {
    html, body {
        font-size: 16px;
    }
    .grid.bottom-left {
        margin: 20px 20px 0 20px;
    }
    .collection-wrapper {
        width: calc(100% - 40px);
    }
    .footer {
        padding: 40px 20px 80px;
    }
    .footer-remark {
        margin-left: 0;
    }
    .footer-bottom {
        padding-left: 0;
    }
    .section-title {
        padding: 0 0 30px 30px;
    }
    .home-top .text {
        padding: 30px;
        font-size: 1.4rem;
    }
    .expand-btn {
        bottom: 30px;
        left: 30px;
    }
    .expand-section {
        width: calc(100% - 60px);
        padding: 30px 0;
    }
    .expand-section .left {
        padding-right: 40px;
    }
    .product-img {
        bottom: 15px;
    }
}

@media screen and (max-width: 900px) {
    .text-bg {
        display: none;
    }
    .home-top .text {
        position: relative;
        width: calc(100% - 40px);
        left: auto;
        top: auto;
        margin: auto;
        margin-top: 20px;
    }
    .grid.top-left {
        width: 100%;
    }
    .grid.top-right, .grid.bottom-left, .grid.bottom-right {
        width: calc((100% - 80px) / 3);
    }
    .grid.top-right {
        margin: 20px 0 0 20px;
    }
    .home-top {
        margin-bottom: 40px;
    }
    .collection {
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    header {
        padding: 25px 20px;
    }
    .footer-bottom .logo-wrap, .footer-bottom .text {
        display: block;
    }
    .footer-bottom .logo-wrap {
        margin: 0 0 20px 0;
    }
    .expand-section .left, .expand-section .right {
        width: 100%;
        display: block;
        padding: 0;
    }
    .expand-section .left {
        margin-bottom: 30px;
    }
    .section-title:before, .section-title:after {
        display: none;
    }
    .section-title.left:before, .section-title.left:after {
        display: none;
    }
    .section-title {
        background-color: #fff;
        padding: 0 0 20px 0;
        position: relative;
        min-width: 0;
        display: block;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
    }
    .collection {
        margin-top: 0;
        background-size: cover !important;
    }
    .collection:after {
        padding-top: 50%;
    }
    .collection-wrapper section {
        margin-top: 40px;
    }
    .product-img {
        bottom: 14%;
        right: 10%;
    }
    .product-img.left {
        left: 10%;
    }
}

@media screen and (max-width: 500px) {
    .collection:after {
        padding-top: 60%;
    }
    .expand-btn {
        bottom: 20px;
        left: 20px;
    }
    .expand-section {
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
    header .logo-wrap {
        width: 200px;
    }
    header {
        padding: 20px;
    }
    .home-top .text {
        padding: 20px;
        font-size: 1.2rem;
    }
    .product-img {
        bottom: 10%;
        height: 85%;
    }
}