.breadcrums {
    position: absolute;
    top: 7em;
    left: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    font-family: Gilroy;
    font-weight: 400;
    font-size: .875em;
}

.breadcrums__wrap a,
.breadcrums__wrap span {
    padding: 0;
}

.breadcrums__wrap {
    gap: 0.5em;
}

.breadcrums__wrap a {
    color: #E2E2E2;
    text-decoration: underline;
}

.breadcrums__item:last-child span {
    color: #fff;
    font-weight: 600;
}

@media (max-width: 1000px) {
    .breadcrums {
        left: 3%;
        top: 5em;
        font-size: 1.4em;
    }
}