#blog 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;
}
#blog h1 span{
    background-color:#ffffff;
    
}
#blog 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;
}
#blog h1 span:after{
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
#blog article{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
#blog .col {
    width: 33.33%;
    padding: 0 2% 3rem;
    margin-bottom: 0;
    position: relative;
}
#blog .col b{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.171rem;
    line-height: 1.643rem;
    margin-bottom: 0.7rem;
    letter-spacing: 1px;
}
#blog .col .image{
    aspect-ratio: 16/9;
    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;
}
#blog .col a{
    width: 100%;
}
#blog .col a.link {
    margin: 2rem 0;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.625rem;
    letter-spacing: 1px;
}
#blog .col a.link svg{
    width: 1rem;
    height: 1.4rem;
    margin-right: .5rem;
    vertical-align: middle;
}
#blog .col a.link svg path{
    fill: #000000;
}
#blog .col p{
    font-weight: 400;
    line-height: 1.625rem;
    letter-spacing: 1px;
}
@media screen and (max-width: 1000px){
    #blog .col {
        width: 50%;
      }
}
@media screen and (max-width: 800px){
    #blog h1{
      margin-bottom: 1rem;
  }
  #blog .col{
    padding-bottom: 1rem;
  }
  }
@media screen and (max-width: 500px){
    #blog .col {
        width: 100%;
      }
}