.img-round {
    border-radius: 20px;
    box-shadow: 5px 5px 15px #0009;
}

.title {
    color: #f00;
    font-weight: bolder;
}

.otr_title {
    border-bottom: 2px solid #f00;
    width: fit-content;
    font-weight: bolder;

}

.otr_title::after {
    width: 40px;
    height: 40px;
    content: "";
    background-image: url(/img/artykuly/oznaczenia_otr/otr_aftr.png);
    background-size: cover;
    background-position: center;
    display: inline-block;
    position: relative;
    left: 10px;
    top: 5px;
}