﻿





@media screen and (max-width:1450px) {
    footer .footer-studio__column .footer-studio__group-title {
        font-size: 3em !important;
    }

        footer .footer-studio__column .footer-studio__group-title span {
            font-size: 56px !important;
        }

    footer .footer-studio__bottom .footer-studio__column .footer-studio__copyright a {
        font-size: 0.9em !important;
    }
}

@media screen and (max-width:1370px) {

    footer .footer-studio__column .footer-studio__group-title {
        font-size: 2.9em !important;
    }

        footer .footer-studio__column .footer-studio__group-title span {
            font-size: 50px !important;
        }

    footer .Consulting {
        padding-top:0% !important;
        padding-bottom:3% !important;
    }

    footer .Consulting img {
        width:300px !important;
    }

    footer .footer-studio__list .footer-studio__list-item a {
        font-size: 0.9em !important;
    }
}

@media screen and (max-width:1030px) {

    footer .footer-studio__column .footer-studio__group-title {
        font-size: 2.5em !important;
    }
}

@media screen and (max-width:680px) {

    footer .Consulting img {
        width: 250px !important;
        margin-bottom:30px !important;

    }
}


