.children {
    background-color: #7dc6ef;
    /* background: url('../img/children_with_parents.jpg') no-repeat center top / cover; */
}
.children_content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}
.children_content_right {
    background-color: #fff;
    margin: 30px;
    padding: 15px;
    border-radius: 15px;
}
.children_content_right h1 {
    margin-top: 0;
    padding-top: 0;
    font-size: 40px;
}
.children_content_right ul li {
    font-size: 20px;
    list-style-type: disc;
}
.children_ps {
    padding: 15px;
    border-radius: 15px;
    font-size: 20px;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.children_bottom {
    padding-bottom: 15px;
}