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

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

.neptune-reassurance__icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f4f4f4;
}

.neptune-reassurance__icon img {
    max-width: 100%;
    max-height: 100%;
}

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

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

    .neptune-reassurance__item {
        gap: 12px;
    }

}
