.top_material{

}
.top_material a{
    color: #383838!important;
}
.top_material a:hover{
    text-decoration: underline;
}
.top_material p {
    line-height: 1.25;
    font-size: 16px;
}
/*
.top_img{
    position: relative;
    overflow: hidden;
    height: 347px;
    z-index: 5;
}
.top_img img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    width: auto;
    max-width: initial;
}*/
.top_img img{
    height: auto;
    width: 100%;
}
@media screen and (max-width: 519px) {
    .top_material p {
        font-size: 14px;
    }
}