.contentselect-bg{
  display: block;
  padding: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 25px;
  /*height: 100%;*/
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;

  transition: 0.3s;
}.contentselect-bg:hover{
  transform: scale(1.02);
  text-decoration: none;
}
.contentselect-bg .details{
  display: flex;
  padding: 20px;
  /*height: 100%;*/
}
.contentselect-bg .details .info{
  flex-grow: 1;
}
.contentselect-bg .details .icon{
  margin-left: 30px;
  display: flex;
  align-items: center;
  font-size: 61px;
  color: var(--blue);
}

.contentselect-bg .action{
  height: 30px;
}.contentselect-bg .action .view{
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  background-color: var(--blue);
}

.contentselect-bg .info .title{
  font-weight: 500;
  font-size: 20px;
  color: #565656;
}
.contentselect-bg .info .desc{
  font-size: 16px;
  color: #9d9d9d;
}
