/* Your Child Section */
.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}

.custom-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--green);
    font-weight: bold;
    font-size: 1.2rem;
}

/**
your-child-section
 */
.your-child-section .rounded-image-r{
    border-radius: 0  100px 100px 0;
}
.your-child-section .custom-list-no-design {
    line-height: 1.9;
}
