img {
  max-width: 100%;
}


.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/cashback/media/c7df4663-1981-42af-a9d7-91e83e1edc2a.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/790b66a2-41c2-46fb-8c57-cb1589314ae5.png');
  	/*border-bottom: 3px solid #6c757d;*/
  	border-top: 0px solid #ea0a8e;
    /*box-shadow: 0px 5px 5px grey;*/
  }
}