.image-conte {
  height: 8rem;
  overflow: hidden;
}
.title-block-component p {
    margin-bottom: 0 !important;
}
@media only screen and (min-width: 509px) and (max-width: 768px) {
  .image-conte {
    height: 6rem;
    overflow: hidden;
  }
}

@media (max-width: 509px) {
  .image-conte {
    height: 14rem;
    overflow: hidden;
  }
}
