:root {
    --petlas_main: #f10100;

}

.petlas-title {
    background-color: var(--petlas_main);
    color: #fff;
    width: fit-content;
}

.petlas-title::after {
    content: "";
    width: 110px;
    height: 25px;
    display: inline-block;
    position: relative;
    background-image: url(/img/manufacturerpages/patlas/petlas_after.png);
    top: 5px;
    background-position: center;
    background-size: cover;
}

.border_botom {
    border-bottom: 2px solid var(--petlas_main);
}