#cooperation 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;
}
#cooperation h1 span{
    background-color:#ffffff;
    
}
#cooperation 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;
}
#cooperation h1 span:after{
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
#cooperation p, #cooperation h2, #cooperation h3, #cooperation h4, #cooperation h5, #cooperation h6, #cooperation ul{
    width: 100%;
    letter-spacing: 1px;
}
#cooperation h2, #cooperation h3, #cooperation h4, #cooperation h5, #cooperation h6{
    text-transform: uppercase;
}
#cooperation p a{
    margin-bottom: 0;
}
#cooperation p, #cooperation p a{
    font-weight: 400;
    line-height: 1.625rem;
    letter-spacing: 1px;
}
.gallery{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
    margin-bottom: 4rem;
    width: 100%;
}
.gallery div{
    aspect-ratio: 16/11;
    width: -webkit-calc(20% - .8rem);
    width: -moz-calc(20% - .8rem);
    width: calc(20% - .8rem);
    height: 100%;
    margin-right: .8rem;
    background-position: center;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
@media screen and (max-width: 800px){
    #cooperation h1{
      margin-bottom: 1rem;
  }
  }
  @media screen and (max-width: 600px){
    .gallery div {
        width: -webkit-calc(25% - .8rem);
        width: -moz-calc(25% - .8rem);
        width: calc(25% - .8rem);
        margin-bottom: .8rem;
    }
    }