#section-header-specials{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 170px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    height: 750px;
    justify-content: center;
}

#section-header-specials #shoe-anim{
    width: 500px;
    height: 500px;
    object-fit: cover;
    margin-left: 20px;
    
}
#section-1-specials{
    padding: 200px 0;
}
#section-header-specials .textblock{
    max-width: 600px;
    margin-right: 20px;
}
#section-infostrip-specials{
    width: 100%;
    background-color: var(--colPrim);
    padding: 90px 0;
}
#section-soles-specials{
    width: 100%;
    padding: 150px 0;
}
#section-soles-specials img{
    width: 80%;
    margin: 60px auto 0 auto;
    display: block;
    max-width: 500px;
}
#specials-leather-gallery{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
}
#specials-leather-gallery img{
    width: 200px;
    margin: 20px;
    object-fit: cover;
}
#specials-soles-gallery{
    display: flex;
    justify-content: center;
    max-width: 1400px;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 60px;
}
#specials-soles-gallery img{
    width: 300px;
    object-fit: cover;
}

#specials-soles-gallery .sole:hover{
    transform: scale(1.1);
    transition: 0.1s;
}

#section-leather-specials{
    width: 100%;
    padding: 100px 0;
}
#section-impressions-specials{
    width: 100%;
    background-color: var(--colPrim);
    padding: 90px 0;
}
#specials-impressions-gallery{
    max-width: 800px;
    width: 90%;
    margin: 60px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 200px);
    grid-gap: 15px;
}

#specials-impressions-gallery img{
    width: 100%;
    height: 100%;
}

#specials-gallery-item-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
}

#specials-gallery-item-2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}
#specials-gallery-item-3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}

.leather-strip{
    width: 100%;
    height: 150px;
}

.leather-strip img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leather-strip-info{
    padding-bottom: 20px;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    
    #section-header-specials{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 170px;
    padding-bottom: 50px;
    height: 750px;
    justify-content: center;
}
    
    #section-header-specials #shoe-anim{
    width: 350px;
    height: 350px;
    object-fit: cover;
    margin-left: 0px;
    
}
    
    #section-soles-specials{
    width: 100%;
    padding: 150px 0;
}
#section-soles-specials img{
    width: 80%;
    margin: 60px auto 0 auto;
    display: block;
    max-width: 500px;
}
    
    #specials-soles-gallery{
    display: flex;
    justify-content: center;
    max-width: 1400px;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 60px;
}
    
    .sole{
        width: 300px;
    }

    
    
}

@media only screen and (max-width: 650px) {
     .sole{
        width: 180px;
    }
}