.banner {
    margin: 0;
}

.what-we-do, .fusion {
    padding: 70px 0;
    background: var(--grey-input2);
}

.what-we-do h4 {
    max-width: 618px;
    margin: 0 auto;
    text-align: center;
}

.what-we-do .title {
    margin-bottom: 20px;
}

.shop-collection:not(:last-child) {
    margin-bottom: 30px;
}

.about {
    padding: 100px 0;
}

.about h2, .about h4, .fusion h2, .fusion h4 {
    text-align: left;
}

.about .wrapper,
.fusion .wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.fusion .wrapper video {
    width: 100%;
}

.about .wrapper>div,
.fusion .wrapper>div {
    width: calc(50% - 20px)
}

.sliders-title-section {
    padding: 70px 0;
}

.what-we-do h4, .fusion h4, .sliders-title-section h4 {
    max-width: 618px;
    margin: 0 auto;
}

@media(max-width: 1024px) {
    .about .wrapper {
        flex-direction: column;
    }
    .about .wrapper>div {
        width: 100%;
    }
}

@media(max-width: 769px) {
    .what-we-do, .fusion, .about, .sliders-title-section {
        padding: 30px 0;
    }
    .fusion .wrapper {
        flex-direction: column-reverse;
    }
    .fusion .wrapper>.row {
        width: 100%;
    }
    .about h2, .about h4, .fusion h2, .fusion h4 {
        text-align: center;
    }
    .about h2, .fusion h2, .sliders-title-section h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .about h4, .fusion h4, .sliders-title-section h4 {
        font-size: 16px;
    }
    .about .wrapper, .fusion .wrapper {
        gap: 15px;
    }

}
    .term-erich-biehle-collection .shop-collection .product .size{
		display:none;
    }
    .term-ceci-new-york-by-biehle-collection .shop-collection:last-of-type .product .size{
		display:none;
    }
