.list-card-title{
  padding: 25px 15px 15px 25px;
  font-size: 20px;
  color: #3b9bfc;
}

.list-card-content{
  padding: 0px 15px 15px 25px;
  font-size: 15px;
  line-height: 30px;
}

.main-list{
  display: table;
  width: 95%;
  margin: 0px auto;
}

.separator-list{
  background-color: #f2f9fd;
  height: 40px;
}

.content-show-list{
  float: left;
  width: 80%;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.read-more-list{
  float: left;
  width: 20%;
  border-left: 3px solid aliceblue;
  background-color: #fff;
  height: 115px;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #3b9bfc;
  padding-top: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.read-more-list:hover{
  background-color: #3b9bfc;
  color: #fff;
  cursor: pointer;
}
