/* Responsive adjustments */

@media screen and (max-width: 575.98px) {
    .info-tag {
        max-width: calc(100vw - 48px);
    }
}


@media screen and (max-width: 767.98px) {
    .text-center-mobile {
        text-align: center;
    }

    .margin-mobile {
        margin-bottom: 2em;
    }
}

@media screen and (max-width: 991.98px) {
    .bubble-bg {
        background: url('../media/bubble.png') no-repeat 40vw 450px;
    }
}