#compare h4 {
  margin: 0;
}
#compare .row {
  display: flex;
  justify-content: space-between;
}
#compare .box.feature {
  width: 40%;
}
#compare .box {
  width: 15%;
  padding: 0;
}
#compare .box.post .feature li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#compare .box.post .feature li::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #000;
  border-radius: 100px;
  background-size: 100% !important;
}
#compare .box.post .feature li.yes:after {
  background: url(../images/checked.svg) no-repeat center;
}
#compare .box.post .feature li.no:after {
  background: url(../images/cross.svg) no-repeat center;
}
#compare .box .head {
  height: 70px;
  display: flex;
  align-items: center;
  background: #F5F8FB;
  padding: 0 30px;
}
#compare .box .head h4 {
  font-size: 16px;
  font-weight: 600;
}
#compare .box .head img {
  width: 100%;
}
#compare .box ul {
  padding: 0;
  margin: 0;
}
#compare .box ul li {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-bottom: 1px solid #E7E7E7;
    font-weight: 500;
    font-size: 14px;
}
#compare .box ul li:last-child() {
  border: none;
}
#compare .mobile-tab {
  display: none;
} 
#compare .box.post.posts-wp-mail-smtp .feature li.yes.pro:after, 
#compare .box.post.posts-easy-pay-smtp .feature li.yes.pro:after {
    background: url(../images/pro-tag.svg) no-repeat center;
    width: 40px;
    height: 40px;
} 
@media screen and (max-width: 768px) {
  #compare .mobile-tab {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 10px 0;
  }
  #compare .mobile-tab .tab-title {
    width: 150px;
    padding-bottom: 5px;
  }
  #compare .mobile-tab .tab-title.active {
    border-bottom: 2px solid #000;
  }
  #compare .mobile-tab .tab-title img {
    width: 100%;
  }
  #compare .box.feature {
    width: 80%;
  }
  
  #compare .box:not(.feature) {
    display: none;
  }
  #compare .box.active {
    display: block;
    width: 20%;
  }
  #compare .box .head img {
    display: none;
  }
}
