.module_border{
    min-height: 100px;
    border: 4px solid #E6E9ED;
    margin-top: 5px;
    margin-bottom: 10px;
    background: snow;
}
.module_border h4{
    color: #08C;
    font-family:initial;
    font-weight: bold;
    margin-top: 10px;
    font-size: 15px;
}
.module_border b{
    color: #08C;
    font-family:initial;
    font-weight: bold;
}

.a{
    min-height: 300px;
    background: red;
}
.module_border_reg{
    min-height: 600px;
    border: 4px solid #E6E9ED;
    margin-top: 5px;
    margin-bottom: 10px;
    background: snow;
}
.module_border_reg h4{
    color: #08C;
    font-family:initial;
    font-weight: bold;
    margin-top: 10px;
    
}
