.process-list > li{
  display: flex;
  margin-bottom: 58px;
}
.process-list > li:last-child{
  margin-bottom: 0;
}
.process-list h3{
  font-family: "poppins-bold";
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.icon-square{
  padding: 15px 16px;
  border: 1px var(--blue) solid;
  margin-right: 34px;
}
.number{
  font-family: "poppins-bold";
  font-size: 125px;
  line-height: 125px;
  letter-spacing: -.75rem;
}
.number > span{
  font-size: 125px;
  line-height: 32px;
}
.cont-number p{
  font-size: 1.5rem;
}

.opinion-container{
  padding-top: 1.5rem;
}
.carousel-inner{
  overflow: visible;
}
.opinion-name-container{
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 100%;
  height: 100%;
}
.opinion-photo{
  max-width: 100%;
}

@media (min-width: 992px) {
  .opinion-photo{
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .opinion-container{
    padding: 50px;
  }
  .opinion-name-container{
    right: -50px;
  }
}
.txt-opinion{
  font-size: 1.5rem;
  text-align: center;
 }
 @media (min-width: 992px) and (max-width: 1199px) {
  

  .number {
    font-size: 100px;
  }

  .cont-number p {
    font-size: 1.2rem;
  }
  

}