#chernyj-spisok{
    background-color: #f5ebcf;
    padding-bottom: 50px;
}
.black-list{
    padding-top: 20px;
    font-family: 'Roboto';
    background-color: #f5ebcf;
}
.box{
    overflow: hidden;
    color: #000000;

}
.section-title{
    color: #010101;
    font-size: 20px;
    font-weight:bold;
    text-align: center;
    padding: 77px 0px 74px 0px;
}
.m{
    margin-left: 13px;
}
.box img{
    margin-left: 30px;
    float: left;
}
.full-name h2{
    font-size: 18px;
    font-weight:bold;
    font-style: oblique;
    padding-left: 130px;
    padding-top: 10px;

}
.description p{
    font-size:14px;
    padding-left:130px;
    font-weight: 600
}
.box:hover p, .box:hover h2, .box:hover img {
    text-decoration: underline;
    color: #45a3c7;
}

