.gray-shout{
    padding:20px 0;
    color:#f4f5f9;
    background: #000 ;
    background: rgba(0,0,0,0.3);
    line-height: 1.5em;
    font-size:1.2em;
    margin:auto;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
hr{
    margin:auto;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #fff;
    margin-bottom:10px;
}
p{
    margin-bottom: 10px;
    font-size:1.2em;
    line-height: 1.3em;
}
h1{
    font-size: 2.5em;
    margin-bottom: 10px;
}
h2{
    font-size: 2.3em;
    margin-bottom: 10px;
}
h3{
    font-size: 2.1em;
    margin-bottom: 10px;
}
h4{
    font-size: 1.9em;
    margin-bottom: 10px;
}
h5{
    font-size: 1.7em;
    margin-bottom: 10px;
}
h6{
    font-size: 1.5em;
    margin-bottom: 10px;
}


@media screen and (min-width:480px){
    hr, p{
        margin-bottom: 20px;
    }
}