/* Start custom CSS for html, class: .elementor-element-61f8f44 *//* Styling for each section */
.respite-care {
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 8px;
    background: #f9f9f9;
}

/* Style for h2 */
.respite-care h2 {
    font-size: 28px;
    color: #a67241;
    margin-bottom: 15px;
    border-bottom: 3px solid #78512d;
    padding-bottom: 8px;
}

/* Style for h3 */
.respite-care h3 {
    font-size: 24px;
    color: #a67241;
    margin-bottom: 10px;
    border-bottom: 2px solid #a67241;
    padding-bottom: 5px;
}

/* Styling for paragraphs */
.respite-care p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

/* Styling for lists */
.respite-care ul {
    list-style-type: none;
    padding-left: 0;
}

.respite-care ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #a67241;
}

/* Highlight important text */
.respite-care strong {
    color: #78512d;
}/* End custom CSS */