.container {
	  position: relative;
	  text-align: top-left;
	  width:990px;
	  height:255px;
	}
	.banner .container {
      width: 995px;
	}
	.embeddedText-Banner {
	  position: absolute;
	  color: white;
	  top: 20%;
	  left:2%;
	}
	.tileContainer {
		position: relative;
		  text-align: top-left;
		  float: left;
		}
	.embeddedText-Tile {
		  position: absolute;
		  color: white;
		  top: 20%;
		  left:2%;
		}
	.top-banner-img {
		    width: 100%;
		    max-height: 100%;
		}
	.yellow-button {  
	  border-top-left-radius: 50px;
	  border-bottom-left-radius: 50px;  
	  border-top-right-radius: 50px;
	  border-bottom-right-radius: 50px;
	  padding:10px;
	  border:#e6a30b;
	  background:#e6a30b;
	  }
	
	.blue-button {  
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;  
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		padding:6px;
		border:#00b5e2;
		background:#00b5e2;
	}

	  .check {
		display: inline-block;
		transform: rotate(28deg);
		height: 10px;
		width: 5px;
		margin-right: 4px;
		border-bottom: 4px solid #14B5E6;
		border-right: 4px solid #14B5E6;
		/* box-shadow: 6px 5px 18px 11px #14B5E6; */
	  }
    .check {
             display: inline-block;
             transform: rotate(28deg);
             height: 10px;
             width: 5px;
             margin-right: 4px;
             border-bottom: 4px solid #14B5E6;
             border-right: 4px solid #14B5E6;
    		}
    .category-container{
	    line-height: 20px;
	    color: #000;
	    float: left;
	    background: #fff;
	    height: auto;
	}
    .tileContainer-description{
        position: absolute;
        top: 49%;
        padding: 10px;
        color: var(--secondary_medium_grey);
        font-weight: 100;
        margin: 5px;
        font-size: 15px;
    }
    .tileContainer-heading{
        color: var(--lead_black);
        margin-bottom: 8px;
        font-size: 18px;
        font-weight: bold;
    }
    .bannerComponent{
    	position:relative;
    }
	
