.guarantine__title {
    background-color: #fba502;
    color: #000;
}

.guarantine__title::after {
    content: "";
    width: 25px;
    height: 25px;
    margin-left: 5px;
    background-image: url(/img/artykuly/contientalguarantee/Continental_horse.png);
    background-size: cover;
    display: inline-flex;
    border-bottom: 1px solid #000;
}

.guaranine {
    background-image: url(/img/artykuly/contientalguarantee/seven-yers.png);
    background-position: center;
}

.bg__fx {
    color: #fff;
    background-color: #000a;
}

.guaranine-list {
    list-style-type: disc;
}

.card-bg {
    background-color: #333;
    border-radius: 5px;
}

.link-btn {
    background-color: #fba502;
    border-radius: 20px;
    color: #000;

}

.link-btn a {

    color: #000;
    text-decoration: none;

}

.link-btn:hover {
    color: #fff;
    transform: scale(1.02);
    transition: .2s linear;
}

.card-link:hover {
    transform: scale(1.1);

}