#nakd-about {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
    padding: 80px 0;
    max-width: 936px;
}

#nakd-about h1 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 30px */
    margin: 0;
}

#nakd-about p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin-top: 0;
}



.nakd-image-block-about_usbottom img {
    max-width: none;
    width: calc(33.333333% - 3.3px);
}

.nakd-image-block-about_usbottom {
    display: flex;
    gap: 4px;
    justify-content: space-between;
}