#collections h1{
    text-align: center;
    text-transform: uppercase;
    padding: 0.714rem 0;
    margin-bottom: 3rem;
    position: relative;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
}
#collections h1 span{
    background-color:#ffffff;
    
}
#collections h1 span:before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    height: 1rem;
    left: 0;
    position: relative;
    bottom: -.95rem;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    vertical-align: top;
    width: 0.65em;
    color: #eeeeee;
    background-color: #ffffff;
}
#collections h1 span:after{
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
#collections article{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#collections .col{
    width: 28%;
    padding: 0 0 3rem;
    margin-bottom: 0;
    position: relative;
}
#collections .col a{
    width: 100%;
}
#collections .col b{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.357rem;
    line-height: 1.643rem;
    margin-bottom: 0.7rem;
    letter-spacing: 1px;
}
#collections .col .image{
    aspect-ratio: 16/16;
    width: 100%;
    height: 100%;
    background-position: center;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
}
#collections .col a.link {
    margin: 2rem 0;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.625rem;
    letter-spacing: 1px;
}
#collections .col a.link svg{
    width: 1rem;
    height: 1.4rem;
    margin-right: .5rem;
    vertical-align: middle;
}
#collections .col a.link svg path{
    fill: #000000;
}
#collections .col p{
    font-weight: 400;
    line-height: 1.625rem;
    letter-spacing: 1px;
}
@media screen and (max-width: 1000px){
#collections .col {
    width: 48%;
    padding: 0 0 3rem;
    margin-bottom: 0;
    position: relative;
  }
}
@media screen and (max-width: 600px){
    #collections .col {
        width: 98%;
        padding: 0 0 3rem;
        margin-bottom: 1rem;
      }
}