.bold {
    font-weight: bold;
}

.rounded {
  border-radius: 25px;
}

.spaced {
    margin-bottom: 25px;
}

.thumb-overlay {
    content: " ";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/breadcrumb/overlay.png);
}

.tekup-breadcrumb {
    margin-top: 102px;
}