.cat-top-text{
    font-size: 18.3px;
    text-align: justify;
    line-height: 25px;
}
.cat-item{
    float: left;
    width: 50%;
    text-align: center;
    margin: 90px 0 10px;
}
.cat-item img{
    box-shadow: -20px 20px 40px 0px rgba(0,0,0,0.1);
    transition: .3s;
}
.cat-item img:hover{
    box-shadow: -40px 55px 40px 0px rgba(0,0,0,0.1);
    margin-top: -2px;
    margin-bottom: 2px;
}
.cat-item h2{
    margin-bottom: 15px;
    font-size: 18px;
}
.cat-item a{
    font-size: 16px;
}
@media screen and (max-width: 1200px){
  .cat-item{
      width: 100%;
  }
}