.bannerosobowe {

    background-size: cover;
    background-position: bottom;
}

.dot {
    list-style: disc;
}

.aplus-title {
    background-color: #1e1e1e;
    color: white;
    transform: skewX(-20deg);
    z-index: 1;

}

.title {
    transform: skewX(20deg);
}

.aplus-title::before {
    content: "";
    background-color: #edc13d;
    width: 20px;
    height: 100%;
    display: inline-flex;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -25px;
}

.border_tirle {
    border-bottom: 5px solid #edc13d;
    width: fit-content;
}