﻿@media screen and (max-width: 575px) {
    html, body {
        font-size: 14px;
    }
}

@media screen and (min-width: 576px) {
    html, body {
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) {
    html, body {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    html, body {
        font-size: 16px;
    }
}

@media screen and (min-width: 1200px) {
    #detrazione-fiscale {
        background: #305877 url('/img/immgine_banner.png') no-repeat;
        background-size: auto 100%;
        background-position: right center;
    }

    .no-border-bottom-xl {
        border-bottom: none;
    }

    .no-border-left-xl {
        border-left: none;
    }
}
