.card-content img{
			display:inline-block;
		}
		@media only screen and (min-width: 1281px){
			.card-content{
				padding:15px!important;
			}
				.card-content img{
					max-width:350px;
					height: auto; 
					width: auto; 
					
				}
			}
		@media only screen and (max-width: 1280px){
			.card-content{
				margin-left:0px!important;
				padding:15px!important;
				
			}
				.card-content img{
					max-width:300px;
					height: auto; 
					width: auto; 
					
				}
			}
		@media only screen and (max-width: 1200px){
			.card-content{
				margin-left:0px!important;
				padding:15px!important;
				
			}
				.card-content img{
					max-width:250px;
					height: auto; 
					width: auto; 
					
				}
			}
		@media only screen and (max-width: 991px){
			.card-content{
				margin-left:0px!important;
			}
				.card-content img{
					max-width:200px;
					height: auto; 
					width: auto; 
					
				}
			}
		
      @media only screen and (max-width: 768px){
		  .card-content{
				margin-left:0px!important;
			}
			.card-content img{
				max-width:150px;
				height: auto; 
				width: auto; 
				
			}
		}
		@media only screen and (max-width: 520px){
			.card-content{
				margin-left:0px!important;
			}
			.card-content img{
				max-width:130px;
				height: auto; 
				width: auto;
				
			}
		}
		@media only screen and (max-width: 460px){
			.card-content{
				margin-left:0px!important;
				padding:5px!important;
			}
			.card-content img{
				margin-bottom:10px;
				max-width:120px;
				height: auto; 
				width: auto;
				
			}
		}
		@media only screen and (max-width: 420px){
			.card-content{
				margin-left:0px!important;
				padding:5px!important;
			}
			.card-content img{
				margin-bottom:10px;
				max-width:100px;
				height: auto; 
				width: auto;
				
			}
		}
		@media only screen and (max-width: 350px){
			.card-content{
				margin-left:0px!important;
				padding:5px!important;
			}
			.card-content img{
				margin-bottom:10px;
				max-width:90px;
				height: auto; 
				width: auto;
				
			}
		}
        .card-content p{
			text-align:justify;
		}
        main {
            padding-top: 3rem;
            padding-bottom: 2rem;
        }
        
        .widget-wrapper {
            padding-bottom: 2rem;
            border-bottom: 1px solid #e0e0e0;
            margin-bottom: 2rem;
        }
        
        .extra-margins {
            margin-top: 1rem;
            margin-bottom: 2.5rem;
        }
        
        .divider-new {
            margin-top: 0;
        }
        
          .navbar {
            background-color: #414a5c;
        }
        
        footer.page-footer {
            background-color: #414a5c;
            margin-top: 2rem;
        }
		.header{
		height: 43px;
		background: #2BBBAD;

		white-space: normal!important;
		color: #fff!important;
	    padding: 10px 0 0 10px;
		text-align: left;
		}
		.mdl-button {
		background: 0 0;
		border: none;
		border-radius: 2px;
		color: #000;
		position: relative;
		height: 36px;
		min-width: 64px;
		padding: 0 16px;
		display: inline-block;
		font-family: "Roboto","Helvetica","Arial",sans-serif;
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 0;
		overflow: hidden;
		will-change: box-shadow,transform;
		-webkit-transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
		transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
		outline: none;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		line-height: 36px;
		vertical-align: middle;
		}