@import "./main.css";
@import "./coloriaj.css";

.creioane__container {
    background-image: url("/assets/UPDATE/marking/bg-marker.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.first-items,
.third-items {
    width: 100%;
}

@media (min-width: 1000px) {
    .first-items,
    .third-items {
        width: 40%;
    }
    .first__items,
    .third__items {
        width: 100%;
        justify-content: space-between;
    }
    .box-list ul {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
}
@media (min-width: 1900px) {
    .box-info-container p {
        font-size: 2.5rem;
    }
    .box-list li {
        font-size: 2rem;
    }
}
