@media screen and (max-width: 420px) {

    .main-image {
        flex: 0;
        width: 280px;
    }

    .slider-container {
        display: flex;
        flex-direction: row;
    }

    .img-sizes {
        height: 200px;
        width: 250px;
    }

    .container1 {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        margin: 0 auto;
        width: 100%;
    }

    .thumbnail-images {
        display: flex;
        flex-direction: column;
        text-align: center;
        overflow-y: auto;
        height: 258px;
        margin-right: 50px;
    }

    .price {
        margin-left: 0px;
        padding: 15px;
    }

    .feature-row {
        margin: 0 6%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
    }

    .item {
        width: 100%;
        /* margin-left: 100px; */
    }

    .item-img {
        height: 300px;
    }

    .item-text {
        width: 100%;
    }

    .page-width {
        max-width: 100%;
        margin: 0 auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .index-section {
        margin: 0px 0;
    }

    .item-img2 {
        height: 150px;
    }

    .container-1-box {
        position: absolute;
        height: 520px;
        width: 367px;
        background-color: #fff;
        padding: 40px;
        text-align: left;
    }

    .container-3 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 15px;

    }

    .container-3-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .custom-content {
        display: flex;
        width: 90%;
        flex-direction: column;
        align-items: center;

    }

    .container-4 {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .container-4 img {
        width: 445px;
    }

    .container-5 {
        display: flex;
        flex-direction: column;
        margin-left: 0px;
        padding: 15px;
    }

    .container-5-text {
        width: 100%;
    }

    .container-5-img {
        height: 220px;
        margin-top: 70px;
    }

    .container-5-img2 {
        height: 240px;
    }
}

