.statii {
width: 100%;
position: relative;
border: 2px solid grey;
border-radius: 5px;
background-color: white;
float: left;
margin-top: 15px;
padding: 5px;
}

.statii img {
width: 30%;
padding: 10px;
float: left;
}

.statii p, .statii_text p {
padding-top: 15px;
text-indent: 25px;
text-align: justify;
}

.statii h3, .statii_text h3 {
padding-top: 15px;
color: blue;
font-weight: bold;
}

.red_text {
position: absolute;
right: 5px;
top: 5px;
width: 30px;
text-align: center;
color: white;
background-color: #F0F8FF;
height: 30px;
padding: 5px;
border-radius: 5px;
}

.udal_text {
position: absolute;
right: 5px;
bottom: 5px;
width: 30px;
text-align: center;
color: white;
background-color: #F0F8aa;
height: 30px;
padding: 5px;
border-radius: 5px;
}


@media (max-width: 600px) {
.statii p { width: auto; }
.statii h3 {font-size: 16px; }
}

@media (max-width: 500px) {
.statii img { width: 100%; }
}

.statii_text {
width: 100%;
position: relative;
border: 2px solid grey;
border-radius: 5px;
background-color: white;
float: left;
margin-top: 15px;
padding: 10px 15px 50px 15px;
margin-bottom: 50px;
}

.statii_text img {
width: 40%;
padding: 10px;
float: left;
}