.cat-title{
  position:relative;
    width:100%;
    padding:30px 0;
    background:#2997ff;
    color:White;
    display:flex;
    justify-content:center;
    flex-wraP:Wrap;
    text-align:center;
  }
  .cat-title .title{
  font-size:48px;
    font-weight:700;
  }
  .cat-title .text{
  font-size:18px;
   margin:20px 0;
    width:800px;
    max-width:100%;
    line-height:26px;
  }
  .cat-title .button{
  font-size:21px;
    color:white;
    position:relative;
    display:flex;
    align-items:center;
    text-decoration:underline;
  }
  .cat-title .button:after{
  content:"\f061";
    position:relative;
    display:block;
    font-weight:500;
    font-size:24px;
    font-family:"Font Awesome 5 Pro";
    margin:0 0 0 10px;
    font-size:18px;
    top:0px;
  }
 .cat{
  position:relative;
    width:100%;
    display:flex;
    flex-wrap:Wrap;
       margin-bottom: 50px;
  }
  .cat .name{
  position:relative;
    width:100%;
    text-align:center;
    font-size:30px;
    font-weight:700;
    margin:30px 0;
  }
  .cat .item{
  position:relative;
    width:calc(50% - 20px);
    height:600px;
    background:#fbfbfd;
    margin:10px;
    padding:30px 0;
  }
  .cat .item img{
  max-width:60%;
    max-height:70%;
    position:relative;
    display:block;
    margin:30px auto 0 auto;
    transition:0.5s;
  }
  .cat .item:hover img{
  transition:2s;
    transform:scale(1.1);
  }
  .cat .item .title{
    font-size:40px;
    line-height: 40px;
    font-weight:700;
    width:100%;
    text-align:center;
  }
  .cat .item .text{
    margin:20px 0;
    font-weight:500;
    width:100%;
    text-align:center;
    padding:0 20px;
  }
  .cat .item .button{
  font-size:21px;
    color:#2997ff !important;
    position:relative;
    display:flex;
    align-items:center;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .cat .item .button:after{
  content:"\f061";
    position:relative;
    display:block;
    font-weight:500;
    font-size:24px;
    font-family:"Font Awesome 5 Pro";
    margin:0 0 0 10px;
    font-size:18px;
    top:0px;
  }
@media(max-width:800px){
  .cat{
       margin-bottom: 20px; 
  }
  .cat-title{
  padding:20px 10px;
  }
  .cat-title .title{
  font-size:35px;
  }
  .cat-title .text{
  font-size:16px;
    line-height:16px;
  }
  .cat .item{
  width:100%;
    height:auto;
    padding:30px 10px;
  }
  .cat .item .title{
     font-size:28px;
     line-height: 28px;
  }
  .cat .item .text{
  font-size:16px;
    line-height:16px;
  }
}


