#who-we-are {
  position: relative;
  background-color: var(--color-secondary-ligth);
  overflow: hidden;
}
#who-we-are .experience p {
  margin-bottom: 0.25rem;
}
#who-we-are .experience p:nth-child(1) {
  margin-bottom: -0.8rem;
  font-size: 69px;
  color: var(--color-tertiary);
}
#who-we-are .experience p:nth-child(2), #who-we-are .experience p:nth-child(3) {
  font-size: var(--font-size-content);
  padding-left: 2.5rem;
}
@media (width<768px) {
  #who-we-are .experience {
    padding: 11px 0 19px;
 }
  #who-we-are .experience p:nth-child(1) {
    font-size: 52px;
 }
  #who-we-are .experience p:nth-child(2), #who-we-are .experience p:nth-child(3) {
    padding-left: 1.5rem;
 }
}


#who-we-are .page-width {
	padding-top: 45px;
	padding-bottom: 45px;
}


#who-we-are .experience {
  position: relative;
  background: var(--color-primary);
  color: #fff;
  height: 100%;
  width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    text-align: center;

}
.counter.money {
	font-size: var(--font-size-title) !important;
}
.number {
	font-size: var(--font-size-title);
	text-align: center;
	display: flex;
	justify-content: center;
}
#who-we-are .image-left img {
	width: 100%;
	position: absolute;
	top: 0;
  height: 100%;
  object-fit: cover;

}

.image-left {
  height: 100%;
}
.item-we-are img {
	width: 16px;
	height: 16px!important;
	object-fit: contain !important;
}
#who-we-are .label-image {
	position: absolute!important;
	bottom: 40px;
	z-index: 1;
	right: -40px;
	width: 80px !important;
  height: 80px !important;
	top: auto !important;
  object-fit: contain!important;
}
@media (max-width: 991px) {

  #who-we-are {
    padding: 45px 0!important;
  }
  #who-we-are h2 {
    margin-left: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #who-we-are h2 img {
 
    margin-left: -92px !important;
  }
  #who-we-are .page-width {
    text-align: center;
    justify-content: center;

    padding-top: 0;
    padding-bottom: 0;
  }

  .image-left {
    max-width: 500px;
    margin: auto;
    position: relative;
  }


  #who-we-are .content-images {
    margin-top: 35px;
    margin-bottom: 45px;
  }

  #who-we-are .image-left img {
    width: 100%;
    position: relative;
    top: 0;
    max-width: 500px;
    margin: auto;
    display: flex;
  }



}

@media (max-width: 768px) {
  .contenedor-mayor .row-gap-3 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
  .contenedor-mayor .row-gap-3 div {
    width: 100% !important;
    justify-content: center;
    text-align: center;
  }
  #who-we-are {
    padding: 45px 20px !important;
  }
  .image-left {
    padding: 0 30px;
  }
  #who-we-are .label-image {
    bottom: 0;
    right: 0;

  }


}


@media (max-width: 480px) {
  .content-numbers {
    flex-direction: column;
  }
}