.imageShadowText-container {

}

.imageShadowText-img-container {
  width: 100%;
  overflow: hidden;
}

.imageShadowText-img {
  width: 100%;
  height: auto;
}
@supports(object-fit: cover){
  .container img{
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

.imageShadowText-text-container {
  position: relative;
  background-color: white;
  padding: 4rem;
  box-shadow: 0 0 40px 60px rgba(0, 0, 0, 0.03);
  width: 90%;
  margin: 0 auto;

  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 42px;
  color: var(--pes-blue-dark);
}

@media screen and (max-width: 992px) {
  .imageShadowText-text-container {
    padding: 2rem;
    width: 100%;
    margin: 0 auto !important;
  }
}
