h3 {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 21px;
}
.news {
    background-color:white;
}
.rmore {
    text-decoration: none;
    color: #de100c;
    font-weight: bold;
}
.rmore:hover {
    color: #333;
}
.title {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
.title:hover {
    color: #de100c;
}
.imgIntro4 {
    position: relative;
}
.text4 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 32px;
    font-weight: bold;
    
}