.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;
    }
}