/* Enter Your Custom CSS Here */
.gray-box {
    background: #000000;
    background: #808282;
    color: white;
    padding: 17.5px 2.5%;
    width: 95%;
    float: left;
    margin: 0 0 20px;
    opacity: 1;
}

.gray-box p {
    margin-bottom: 0;
}