.gr-0 {
  background: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), #f1f1f1 50%);
  transition: background 1s!important;
}

.gr-1 {
  background: linear-gradient(170deg, #01E4F8 0%, #1D3EDE 100%);
}
.gr-2 {
  background: linear-gradient(170deg, #B4EC51 0%, #429321 100%);
}
.gr-3 {
  background: linear-gradient(170deg, #C86DD7 0%, #3023AE 100%);
}



.column-custom-card * {
  transition: 0.3s;
}

.column-custom {
  margin-bottom: 2rem;
  /*padding-left: 3rem;*/
}
.column-custom:hover {
  /*padding-left: 0;*/
}
.column-custom:hover .card.gr-0 {
  background: linear-gradient(-80deg, rgb(26 188 156 / 60%), #1abc9c 50%);
  background: linear-gradient(140deg, rgb(0 123 94 / 60%), #007b5e 50%);
}
.column-custom:hover .card .txt {
  /*margin-left: 1rem;*/
}
.column-custom:hover .card .txt h3, .column-custom:hover .card .txt p,
.column-custom:hover .card .txt h3, .column-custom:hover .card .txt .value,
.column-custom:hover .card .txt h3, .column-custom:hover .card .txt .info_bar {
  color: white;
  opacity: 1;
}
.column-custom:hover .card a {
  color: white;
}
.column-custom:hover .card .read_next:after {
  width: 10%;
}

.column-custom .card {
    min-height: 170px;
    margin: 0;
    padding: 1.5rem;
    border: none;
    box-shadow: 0 4px 21px -12px rgb(0 0 0 / 66%);
    border-radius: 10px;
	overflow: hidden;
	word-wrap: normal;
}
.column-custom .card .txt {
  /*margin-left: -3rem;*/
  z-index: 1;
}
.column-custom .card .txt p,
.column-custom .card .txt .value,
.column-custom .card .txt .info_bar {
  letter-spacing: 0rem;
  margin-top: 33px;
  opacity: 0;
  color: white;
}
.column-custom .card a {
  z-index: 3;
  color: black;
  bottom: -0.5rem;
  text-transform: uppercase;
}
.column-custom .card .read_next {
  margin-left: 1rem;
}
.column-custom .card .read_next:after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 0;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 5px solid white;
    border-radius: 3px;
  transition: 0.5s;
}
.column-custom .card .ico-card {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.column-custom .card img {
	position: relative;
    right: -67%;
	top: 0;
    bottom: 15px;
    font-size: 12rem;
    line-height: 0;
    opacity: 1;
    color: white;
    z-index: 0;
    height: 200px;
    width: 200px;
    object-fit: cover;
}
.column-custom:hover .card img {
    opacity: 0.2;
    height: 100%;
    width: 100%;
    border-radius: 0 !important;
    right: 0;
}