@import "homepage.css";

.child-background-nursery {
    @media (max-width: 992px) {
        width: 40%;
    }
    width: 30%;
}

.child-background-preschool {
    @media (max-width: 576px) {
        width: 100%;
    }
    @media (max-width: 992px) {
        width: 65%;
    }

    width: 45%;
}

.background-height {
    @media (max-width: 576px) {
        height: 15rem !important;
    }
    @media (max-width: 767px) {
        height: 30rem !important;
    }
    @media (max-width: 992px) {
        height: 35rem !important;
    }

    height: 45rem;
    aspect-ratio: auto;
}

.list-group-item {
    border-width: 0 !important;
}

.text-parent-zone-header {
    font-size: 40px;
    font-weight: 700;
    font-family: var(--font-playfair);
    color: #FF900E;
    line-height: 53px;
    letter-spacing: 0em;
}

.text-parent-zone {
    font-family: var(--font-playfair);
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    color: #54595F;
}

