.formulate-content2 li svg {
    border: 2px solid #383737;
    border-radius: 50%;
    width: 15.29%;
    height: auto;
}

.product-description > p {
    color: var(--gray);
    font-family: "itc-regular";
    font-size: clamp(10px, 1.3vw, 30px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.395px;
    width: 100%;
    height: auto;
    margin: 1% 0;
    text-align: center;
    white-space: nowrap;
}