/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .position-sm-absolute {
        position: absolute !important;
    }
    .bollino-problemi {
        transform: translateX(-2rem) scale(1.1);
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* .container-bigger {
    max-width: 780px;
  } */
    .top-custom-miniguida {
        top: 83%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .bg-ellipse-top {
        mask: radial-gradient(
            ellipse 100% 125px at 50% 0%,
            transparent 0%,
            transparent 60%,
            black 61%
        );
    }
    .bg-ellipse-bottom {
        mask: radial-gradient(
            ellipse 100% 125px at 50% 100%,
            transparent 0%,
            transparent 60%,
            black 61%
        );
    }
    .top-custom-miniguida {
        top: 55%;
    }

    .ms-custom-miniguida {
        margin-left: -35px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .span-bigger {
        font-size: 3rem;
    }
    .span-bigger span {
        font-size: 4.5rem;
    }
}

@media (min-width: 1400px) {
    .bg-ellipse-top {
        mask: radial-gradient(
            ellipse 100% 175px at 50% 0%,
            transparent 0%,
            transparent 60%,
            black 61%
        );
    }
    .bg-ellipse-bottom {
        mask: radial-gradient(
            ellipse 86% 170px at 50% 105%,
            transparent 0%,
            transparent 60%,
            black 61%
        );
    }
}

@media (min-width: 1700px) {
}

@media (max-width: 1399.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .transform-0-til-sm {
        transform: none !important;
    }
    .mt-4-til-sm {
        margin-top: 1.5rem !important
    ;
    }
}
