.layoutBtn{
  height:46px;
  width:46px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#layCont{
  display:flex;
  flex-direction:row;
  gap:6px;
  margin-bottom:24px;
}
@media (max-width:767px){
  #layCont{
    display: none;
  }
}
/*.blog-listing{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
blog-listing__post {
    display: flex;
  flex-direction: row;
  justify-content: space-between;
}