﻿@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 340px) {
    /* component-header.css */
    .c-header__links {
        transform: scale(0.75);
    }
}
@media only screen and (max-width: 320px) {
}






