.pro-gloss ul {
    right: 7px;
}

.tpu-icon-shape ul li {
    margin-left: -33px;
}

section img {
    width: 71%;
}

.tpu-icon-shape ul {
    width: 19%;
    margin-right: -13px;
}

.tpu-icon-shape ul li img {
    width: 80%;
}

@media(max-width:1400px) {
    .pro-gloss ul {
        right: -12px;
    }

    .tpu-icon-shape ul {
        margin-right: 0px;
    }
}

@media(max-width:999px) {
    .pro-gloss ul {
        right: 0px;
    }

    .tpu-icon-shape ul li {
        margin-left: 0px;
    }

    section img {
        width: 100%;
    }

    .tpu-icon-shape ul {
        width: 100%;
    }
}