
/* card  */
.upcoming .card {    
    position:relative;
    overflow:hidden;
    padding:20px;
    height: 100% !important;
    box-sizing:border-box;
    background-image: url(../card-Background.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: left;
  }

  
  .upcoming .card .content {
    color: #000;
    z-index:2; 
    position:relative;
  }
  
  .upcoming .card .content p {
    font-size:14px;
    line-height:24px;    
  }
  .upcoming .card .content .image {
    overflow: hidden;
    width: min-content;
}