.slide-div{

  overflow: hidden;
}
.type-div{
    padding: 50px 0;
    box-sizing: initial;
    background-color: #fff;
    text-align: center;
    
}
.type-div:nth-of-type(odd) {
    background: #f5f5f5;
}
.type-div h2{
    font-size: 30px;
    color: #333;
    position: relative;
}
.type-div h2:after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 2px;
    background-color: #fc0008;
}
.company-info{
  font-size: 16px;
  color: #666;
  font-weight: 300!important;
}
.message-list-group {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.message-list-group li{
    width: 50%;
    padding: 20px 15px;
    box-sizing: border-box;
    margin-bottom: 0px;
}
.main{
   width: 90%;
  margin-left: 5%;
}
.message-list-group li>a{
  display: flex;
}
.message-list-group li:hover{
  transition: 0.3s ;
  transform: translateX(-15px);
}
.message-list-group li:hover .list-group-right p{
  color: #fc0008;
}
.list-group-left{
    width: 200px;
    height: 100%;
}
.list-group-left img{
  width: 100%;
  height: 100%;
}
.list-a{
  box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
}
.list-group-right{
  padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 9px;
    width: calc(100% - 200px);
    text-align: left;
}
.list-group-right h4{
  text-align: left;
}
.list-group-right h4 span{
    font-size: 18px;
    margin-top: 15px;
}
.list-group-right p{
  margin-bottom: 5px!important;
  font-size: 14px;
  color: #2a333c;
}