.serviceList{

}

.serviceListItem{
  padding: 15px 0;
  border-bottom: 1px solid rgb(241, 241, 241);
  cursor: pointer;
  display: flex;
}
.serviceListItem img{
  width: 250px;
  height: 150px;
  object-fit: cover;
}
.servicelistRight{
  width: 65%;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.servicetitle{
  overflow: hidden;
}
.servicedate{
  font-size: 14px;
  color: rgb(170, 170, 170);
}
