.neptune-reassurance {
    display: flex;
}

.neptune-reassurance .neptune-reassurance__item {
    flex: 1;
    justify-content: center;
}

.neptune-reassurance .neptune-reassurance__item .neptune-reassurance__content {
    text-align: center;
    width: 75%;
}

.neptune-reassurance .neptune-reassurance__item .neptune-reassurance__content h3 {
    text-transform: uppercase;
    font-weight: 500;
}

#checkout .neptune-reassurance {
    padding: 80px 0;
}

#index .neptune-reassurance {
    padding: 20px 0 60px 0;
}

@media (min-width: 1024px) {
    .neptune-reassurance {
        padding: 65px 180px;
    }

    #index .neptune-reassurance {
        padding: 20px 180px 60px 180px;
    }
}

@media (max-width: 768px) {
    .neptune-reassurance {
        flex-direction: column;
        padding: 20px 0 60px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
    .neptune-reassurance {
        padding: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {

    #product .product-variants .product-variants-item.Pointure .guide-des-tailles,
    #product .product-variants .product-variants-item.Size .guide-des-tailles,
    #product .product-variants .product-variants-item.サイズ .guide-des-tailles {
        padding-left: 0;
    }

}