.template-collection .rte--header{
  width: 46%;
  float: right;
}
@media screen and (max-width: 992px){
  .template-collection .rte--header{
    width: 100%;
    float: none;
    padding-bottom: 10px;
  }
}
.template-collection .grid-uniform.grid-link__container{
  width: 50%;
  float: left;
}
@media screen and (max-width: 992px){
  .template-collection .grid-uniform.grid-link__container{
    width: 100%;
    float: none;
  }
}