.neptune-reassurance {
    /* gap: 24px; */
    width: 100%;
}

.neptune-reassurance__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.neptune-reassurance__icon {
    width: 60px;
    height: 60px;
    /* flex: 0 0 48px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.neptune-reassurance__icon {
    place-self: center;
}


.neptune-reassurance__content h3 {
    font-size: 16px;
    color: var(--text-color);
    font-family: var(--main-font);
}

.neptune-reassurance__content p {
    margin: 0;
    font-size: 14px;
    color: var(--text-color);
    font-family: var(--main-font);
    place-self: center;
}

@media (max-width: 768px) {
    /* .neptune-reassurance {
        gap: 40px;
    }

    .neptune-reassurance__item {
        gap: 12px;
    } */

}
