section .product-feature__title {
    margin: 5vh 0 2vh;
    font-size: 1.6vw;
    font-weight: 700;
    letter-spacing: 3px;
}

section .product-feature__description h3 {
    width: 100%;
    font-size: 1.25vw;
    font-weight: 400;
    padding: 1%;
    margin: 5% 0 2%;
    letter-spacing: 1px;
    border: 1.75px solid rgb(94, 94, 94);
    color: rgb(67, 67, 67);
    border-radius: 4px;
    text-align:left;
}

section .product-feature__description p {
    font-weight: 300;
    font-size: 1vw;
    letter-spacing: 0.2vw;
    line-height: 2;
}

section .product-feature__recommand {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

section .product-feature__recommand li {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}

section .product-feature__recommand li div {
    width: 50%;
    display: flex;
    justify-content: space-around;
    padding: 2%;
    margin: 1% 2%;
    border-radius: 4px;
    border: 1px solid rgb(94, 94, 94);
}

section .product-feature__recommand li div p {
    font-weight: 600;
    font-size: 1vw;
    letter-spacing: 0.05vw;
    line-height: 1.2;
}