.nakd-inner {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
}
img.image-2 {
    width: 98vw;
    margin: 0 auto;
    display: block;
}

.nakd-section.nakd-section-1 p {
    text-align: center;
    padding: 20px 0 50px;
    margin: 0;
}

.products {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    row-gap: 2vw;
    column-gap: 1px;
}

.product {
    width: 33.2vw;
}

.product a img:last-child {
    height: 28px;
    margin: 1vw auto;
    display: block;
}

@media only screen and (max-width: 768px) {
    .product a img:last-child {
        max-height: 16px;
        height: auto;
    }
}