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

.tires-frame {
    background-color: #f7f7f7;
    border-radius: 20px;
}

.list-dot {
    list-style: disc;
}

.frame_title {
    border-top: 5px solid #04BF8A;
    border-bottom: 5px solid #04BF8A;
}

.agro_title {
    position: relative;
    border-bottom: 5px solid #2980B9;
    width: fit-content;
}

.tires-frame-card {
    background-color: #fff;
    border-radius: 20px;
    transition: .2s linear;
}

.tires-frame-card:hover {
    box-shadow: 5px 5px 15px #000a;
}

.tires-frame-card a:hover {
    color: #000;
    text-decoration: none;
}

.agro_title::after {
    content: "";
    display: inline-block;
    position: relative;
    background-image: url(/img/artykuly/trailer_tires/tractor_trailer_after.png);
    background-position: center;
    background-size: cover;
    width: 80px;
    height: 80px;
    top: 30px;

}

.trailer_title::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 20%;
    padding: 5px;
    left: 5%;
    border-top: 5px solid #2980B9;
    border-bottom: 5px solid #E74C3C;
}

.trailer_title::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 20%;
    padding: 5px;
    left: -5%;
    border-top: 5px solid #2980B9;
    border-bottom: 5px solid #E74C3C;
}

@media(max-width:1200px) {
    .trailer_title::before {
        width: 10%;
    }

    .trailer_title::after {
        width: 10%;
    }
}

@media(max-width:991px) {
    .trailer_title::before {
        display: none;
    }

    .trailer_title::after {
        display: none;
    }

    .agro_title::after {
        display: none;
    }
}