.banners {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.Collections {
    padding-bottom: 3.6458333333vw;
    padding-top: 2.8645833333vw;
}

.Collections .container {
    height: 100%;
    margin: 0 auto;
    max-width: 80%;
    position: relative;
}

.Collections .container h1 {
    line-height: 100%;
    margin-bottom: 3.125vw;
    font-size: calc(3.125vw + 12px);
}

@media screen and (max-width: 960px) {
    .Collections .container h1 {
        font-size: 36px;
    }
    .Collections .container
    {
        max-width: 94%;
    }
}


