.ft1_wrap{
  padding-left:20px !important;
  padding-right:20px !important;
}

.ft_cat{
  display:flex;
  flex-wrap:wrap;
  padding-right:10px;
}

.ft_cat > li{
  width:50%;
}

.ft_cat_h{
  width:auto !important;
  border-right:0 !important;
  margin:0 !important;
}

.ft_cat_h > div:nth-of-type(2) a{
  color:#2d0707;
  text-decoration:none;
}

.ft_cat_h > div:nth-of-type(2) a:hover{
  text-decoration:underline;
}

@media screen and (max-width: 700px){
  .ft_cat > li{
  width:100%;
}
}