.press_mdl .pree_inn {
  width: 50%;
  float: none;
  display: inline-block;
  margin-bottom: 30px;
  box-shadow: 0px 1px 1px 0px #d2d2d2;
}

.press_mdl .pree_inn:last-child {
  margin-bottom: 0px;
}

.press_mdl .pree_inn h1 {
  background: #0372b9;
  color: #fff;
  padding: 15px 30px;
  text-align: left;
  font-size: 30px;
  font-weight: 500; 
}

.press_mdl .pree_btm_con {
  width: 100%;
  float: left;
  background: #F0F0F0;
  padding: 40px;
  text-align: left;
}

.press_mdl .pree_btm_con h2 {
  margin: 0px;
  margin-bottom: 10px;
}

.press_mdl .pree_btm_con h2 a {
  font-size: 23px;
  color: #0372b9;
}

.press_mdl .pree_btm_con h2 a:hover {
  color: #f35b1c!important;
  transition: all 0.2s linear 0s;
}

.press_mdl .pree_inn h1 {
  margin: 0px;
}

.press_mdl .red_mor a {
  font-size: 18px;
  font-weight: bold;
  color: #0372b9;
}

.press_mdl .red_mor a:hover {
  color: #f35b1c!important;
  transition: all 0.2s linear 0s;
}
.press_mdl .press_main {
  width: 100%;
  text-align: center;
}

.press_mdl .pree_inn h1 {
  font-family: 'Helvetica Neue',Helvetica,sans-serif;
  line-height: 1.1;
}

.press_mdl .pree_btm_con h2 {
  line-height: 1.1;
  font-weight: 400;
  font-size: 30px;
}


@media(max-width:1024px){ 
  .press_mdl .pree_inn {
    width: 70%;
  }
}
@media(max-width:767px){ 
  .press_mdl .pree_inn {
    width: 90%; 
  }
}
@media(max-width:600px){ 
  .press_mdl .pree_inn {
    width: 100%;  
  }
}
@media(max-width:480px){ 

  .press_mdl .pree_btm_con {
    padding: 20px;
  }
 
  .press_mdl .pree_btm_con h2 a {
    font-size: 20px;
  }  
}