.study-case-bg .outer-box .box-heading h3 {
  font-weight: 600;
  font-size: 32px;
/*line-height: 60px;*/
  color: #F9F9F9;
  margin: 0;
}
.study-case-bg .outer-box .box-content p {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #F3F3F3;
  margin:0;
}
.study-case-bg .heading {
  padding-top: 100px;
  padding-bottom: 80px;
  text-align:center;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #0D0026;
}
.study-case-bg .heading h3 {
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #0D0026;
  margin:0;
}
.study-case-bg .outer-box .box-content {
  padding-bottom:30px;
  width:45%;
}
.study-case-bg .outer-box .box-heading {
  width: 65%;
  padding-bottom:20px;
}
.study-case-bg .microsoft-image {
  padding-bottom: 35px;
}

.study-case-bg .microsoft-image img {
  max-height: 55px;
}
.study-case-bg a#cta_button_2146248_93dfc7c9-a732-43c3-9ce3-245e75081c4f:hover {
    background-color: #fff;
    color: #7233ff;


/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 220px){
 
.study-case-bg .outer-box .box-content {
  width:100%;
}
.study-case-bg .outer-box .box-heading {
  width: 100%;
}
.study-case-bg .outer-box{
  padding: 50px 20px !important;  
  }  
  .study-case-bg .heading {
    padding-bottom: 50px;
    padding-top: 50px;
  } 

 
}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
 
  .study-case-bg .outer-box .box-content {
  width:100%;
}
.study-case-bg .outer-box .box-heading {
  width: 100%;
}
.study-case-bg .outer-box{
  padding: 50px 20px !important;  
  }  
  
  .study-case-bg .heading {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  
  
  
}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  
  .study-case-bg .outer-box .box-content {
  width:100%;
}
.study-case-bg .outer-box .box-heading {
  width: 100%;
}
.study-case-bg .outer-box{
  padding: 50px 20px !important;  
  }  
  .study-case-bg .heading {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  
  
  
  
}
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){ 
  .study-case-bg .outer-box .box-content {;
    width: 50%;
}
 
  
   
}
/*******************************************/




