@charset "UTF-8";

.scn-h1-title {
    text-align: center;
    margin-bottom: 60px;
}

@media(max-width:820px) {
    .scn-h1-title {
        margin-bottom: 30px;
    }
}

.scn-footer-text {
    max-width: 250px;
    margin-bottom: 40px;
}

.scn_footer__nav-item {
    padding-left:10px;
    box-sizing: border-box;
}