
.news{
    padding: 4rem 0;
}
.news .box{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    overflow: hidden;
    height: auto;
    margin-bottom: 1.5rem;
}
.news .box .title{
    padding: 1rem;
}
.news .box .photo{
    height: 300px;
}
.news .box .photo img{
    height: 100%;
}
.news .box p{
    text-align: justify;
}
.news .box span{
    color: #007bff!important;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .news .box .photo{
        height: 200px;
    }
}