.parallax__area {

  margin-bottom: 60px;
  border-radius: 24px;
  min-height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  // background-attachment: fixed;

  img {
    width: 100%;
    height: 140px;
    opacity: .5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}