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

.img-round {
    border-radius: 20px;
}

.tractor_title {
    border-bottom: 5px solid #6CA150;
    border-radius: 10px 0 10px 0;
    width: fit-content;
    padding-right: 10px;
    font-weight: bold;
}

.tractor_title::after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(/img/artykuly/agro_systems/tractor_after.png);
    background-size: cover;
    background-position: center;
    display: inline-block;
    position: relative;
    left: 5px;
    top: 17px;

}

.summary_title {
    text-align: center;
    border-bottom: #6CA150 5px solid;
}

.tires_size_frame {
    background-color: #cfcece;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #000a;
}

.tires_size_card {
    background-color: #f0eeee;
    border-radius: 10px;
    box-shadow: inset 2px 2px 5px #000a;
}

@media(max-width:767px) {
    .tires_size_frame {
        padding: 0 20px;
    }
}