img {
  max-width: 100%;
}


.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/cashback/media/41ac572a-cd38-47f9-876c-e2011e2e976d.png');
  	/*border-bottom: 3px solid #6c757d;*/
  	border-top: 0px solid #ea0a8e;
  	min-height:400px;
    /*box-shadow: 0px 5px 5px grey;*/
}

@media (min-width:768px) {
  .introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/cashback/media/04bfca40-9d03-4fd3-9bb5-d2c1d3191d44.png');
  	/*border-bottom: 3px solid #6c757d;*/
  	border-top: 0px solid #ea0a8e;
    /*box-shadow: 0px 5px 5px grey;*/
  }
}