figure {
  display: grid;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
}
figure > * {
  grid-area: 1/1;
  transition: .4s;
}
figure figcaption {
  display: grid;
  align-items: end;
  font-family: sans-serif;
  font-size: 2.3rem;
  font-weight: bold;
  color: #0000;
  padding: .75rem;
  /*background: var(--c,#0009);
  clip-path: inset(0 var(--_i,100%) 0 0);
  -webkit-mask:
    linear-gradient(#000 0 0),
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask-clip: text, padding-box;*/
  margin: -1px;
}
figure img {
 opacity: 0.1;
}

figure:hover figcaption{
  --_i: 0%;
  background: #f8f8f8;
}
figure:hover img {
  transform: scale(1.2);
  opacity: 0.1;
}
@supports not (-webkit-mask-clip: text) {
  figure figcaption {
   -webkit-mask: none;
   color: #fff;
  }
}


.HOW-Rebranding h3 {
  background-color: #000;
    border: 0;
    border-radius: 25px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: Aventa,sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin: 10px auto;
    min-width: 300px;
    padding: 9px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
  z-index: 1;
}
 

.HOW-Rebranding h2{
  font-family:"Aventa", sans-serif;
  color: #ff4800;
      font-weight: 300;
    text-align: center;
 /* display: inline-block;
position: absolute;
  top: 145px;
  right: 20px;*/
}
 
.HOW-Rebranding .col-left,
.HOW-Rebranding .col-right{
  padding: 0;
}


.HOW-Rebranding a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}