.kabat_title {
    position: relative;
}

.kabat_title::after {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(/img/artykuly/kabat_gwarancja/kabat_after.png);
    background-position: center;
    background-size: cover;
    position: relative;
    top: 8px;
    left: 5px;
}

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

.warranty_btn {
    background-color: #e31e23;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
}

.warranty_btn:hover {
    background-color: #ab151a;
    color: #fff;
    text-decoration: none;
}

.warranty_title {
    color: #e31e23;
    font-weight: bold;
}

.kabat_title:hover {
    color: #444;
    text-decoration: none;
}