#child {
    background: #eeeeee17;
    border: 1px solid #ccc;
    padding: 10px;
    float: left;
    width: 47.5%;
    margin-right: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   /* min-width: 500px;*/
    min-height: 300px;
	height: 350px;
   
}
#child:last-child {
    margin-right: 0;
}
@media screen and (max-width: 1240px)   {
#child {display: inline-block;
    width: 100%;}
}
#main-block-title {
    border-bottom: 1px #efefef solid;
    margin: 0 0 10px 0;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}