.product-header {
  display: flex;
}

.product-header__text-col {
  width: 50%;
}

.product-header__img-col {
  width: 50%;
  display: flex;
  align-items: center;
}

.product-header__img-wrapper {
  width: 100%;
}

.product-header__img-wrapper img {
  width: 100%;
}
