body{
    width: 100%;
    min-width: 1400px;
    margin: 0 auto;
}
.header-2 {
    background-color: rgba(124, 43, 39, 0.9);
}
.content{
    width: 80%;
    margin-left: 10%;
}
.banner{
    background-image: url("../images/collection/img.png");
    background-size: cover;
    height: 360px;
    margin-top: 50px;
    padding: 40px;
}
.banner h1{
    color: white;
    margin-left: 100px;
    font-weight: lighter;
}
.banner p{
    width: 50%;
    color: white;
    text-indent: 2em;
    font-weight: lighter;
}
.collections{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.collections img{
    width: 19%;
    margin-top: 15px;
    cursor: pointer;
}
