.tbv10 {
    background-color: #F5F6F8;
    border-bottom-left-radius: 54px;
    border-bottom-right-radius: 54px;
}
.tbv10 .fa-lines-top-left {
  top: 200px;
}
.icon {
  position: relative;
    font-size: 64px;
     color: #C90000;
    margin-bottom: 36px;
    transition: all 0.2s linear;
}
.title {
  position: relative;
  display: block;
}
.tbv10-eachbox {
    text-align: center;
    height: 256px;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
    border-top: 5px solid #C90000;
    padding: 28px 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
    transition: color 0.3s linear, transform 0.3s linear;
}
 .tbv10-eachbox:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: #C90000;
    content: "";
    transition: all 0.3s linear;
}
.tbv10-eachbox:hover:before{
  height: 100%;
}
.tbv10-eachbox:hover .title {
  color: #FFFFFF;
}
.title a{
  color: inherit;
}
.tbv10-eachbox:hover .icon {
  color: #FFFFFF;
}
.tbv10-eachbox:hover {
  transform: translateY(-10px);
}