@media (max-width: 1399px) {
    
}

@media (max-width: 1199px) {
    h2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 1023px) {
    .header-crest .logomark {
        margin: 0;
        font-size: 20px;
    }

    .bar {
        display: flex;
        margin-left: auto;
        margin-top: 5px;
    }

    .bar.active {
        position: relative;
        opacity: 2;
    }

    .header-crest .rack {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        opacity: 0;
        width: 100%;
        background: #B80F0A;
        transform: translateY(-20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        padding: 20px 0;
        margin-top: 50px;
    }

    .header-crest .rack.active {
        display: flex;
        opacity: 1;
        transform: translateY(0);
    }

    .header-crest  .rack.active .rack__one {
        margin: 0;
        margin-bottom: 15px;
    }

    .header-crest  .rack.active .rack__one a {
        color: #FAFAFA;
        font-size: 18px;
        text-decoration: none;
    }

    .tailor__card .picture img {
        width: 150%;
    }
}

@media (max-width: 991px) {
    .atelier .picture img {
        width: 175%;
    }

    .tailor__card {
        margin-bottom: 30px;
    }

    .tailor .row > div:last-child .tailor__card {
        margin-bottom: 0;
    }

    .tailor__card .picture {
        height: 350px;
    }

    .tailor__card .picture img {
        width: 110%;
    }

    .reach__one:last-of-type {
        margin-bottom: 10px;
    }

    .reach .row div:last-child .reach__card .reach__one:last-child {
        margin-bottom: 0;
    }

    .duo-sketch .sketch__input:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .atelier .picture img {
        width: 185%;
    }

    .sole .logomark {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .sole .rack .rack__one {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .sole .rack .rack__one:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    section {
        padding: 40px 0;
    }
    
    .atelier__info {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin-right: 0;
        transform: none;
        padding: 0;
    }

    .tailor__card .picture {
        height: 250px;
    }

    .tailor__card .picture img {
        width: 135%;
    }
}