.sheet
 {
	box-shadow:0 0 15px;
    /*box-shadow: 0 0 10px 1px #eee;*/
    min-height: 500px;
    padding: 30px;
}
.case
{
margin:0 60px 0px 60px;
}
.casestudypara
{
font-size:18px;	
line-height:30px;
}
.center
{
margin-top:20px;
margin-bottom:20px;
font-size:18px;	
font-weight:600;	
}

@media screen and (max-width: 480px)
{
.sheet
{
	box-shadow:0 0 15px;
    /*box-shadow: 0 0 10px 1px #eee;*/
    min-height: 500px;
    padding: 15px;
}


@media screen and (max-width: 480px)
{
.case
{
margin:0 20px 0px 20px;
}
.section-heading
{
margin-top:-20px!important;
margin-bottom:20px!important;	
}
#slider_wrapper
{
margin-top:-30px!important;	
padding-bottom:0px!important;
}

h1
{
font-size:30px!important;
}

h3
{
font-size:20px!important;
padding-bottom:5px!important;	
}

.casestudypara
{
font-size:16px!important;
line-height:25px;		
}

}

@media screen and (min-width: 481px) and (max-width: 768px)
{
.sheet 
{
    box-shadow: 0 0 10px 1px #eee;
    min-height: 500px;
    padding: 10px;
}
.case
{
margin:0 5% 0 5%;
}	
}

/*
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) 
{
.casestydypara
{
color:red!important;	
}	
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait)
{
.casestydypara
{
color:green!important;	
}	
}
*/