:root {
    --kumho-main: #e3001b;
}

.kumho_title {
    background-color: var(--kumho-main);
    width: fit-content;
    color: white;
    padding: 5px 20px;
    box-shadow: 5px 5px 15px #333a;
    position: relative;
}

.kumho_title::after {
    content: "";
    width: 30px;
    height: 30px;
    position: relative;
    left: 5px;
    background-image: url(/img/manufacturerpages/kumho/kumho_after.png);
    background-size: cover;
    background-position: center;
    display: inline-block;

}

.kumho_card {
    box-shadow: 5px 5px 15px #333a;
    border-radius: 20px;
}

.summer {
    position: relative;
}

.summer::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/img/manufacturerpages/kumho/summer-after.png);
    background-size: cover;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 10px;

}

.winter {
    position: relative;
}

.winter::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/img/manufacturerpages/kumho/wintrer-png.png);
    background-size: cover;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 10px;

}

.allseasons {
    position: relative;
}

.allseasons::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/img/manufacturerpages/kumho/all-after.png);
    background-size: cover;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 10px;

}

.bannerosobowe {
    background-image: url(/img/manufacturerpages/kumho/Kumho_banner.jpg);
    background-position: center;
    background-size: cover;
}