.breadcrumb.custom {
    margin-bottom: 0;
    display: none;
}
.header-bg .header-inner {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    margin-top: -40px;
}
.btn.btn-outline-secondary {
    color: rgb(var(--secondary_color));
    border-color: rgb(var(--secondary_color));
    display: none;
}

.item-header {
    position: relative;
    margin-bottom: 12px;
    width: 97%;
    place-self: anchor-center;
    margin-top: -19px;
}
.p-4 {
    padding: 0rem !important;
}


.align-items-center {
    align-items: center !important;
    margin-left: 1px;
}
.item-single-paragraph {
    margin-left: -13px;
    margin-right: -13px;
    margin-top: 10px;
}
.border {
    border: var(--bs-border-width) var(--bs-border-style) rgb(255 255 255) !important;
}

.header-height {
    min-height: 650px;
    display: none;
}

.item-img img {
    width: 100%;
    height: 102%;
    border-radius: inherit;
}
.item-img {
    display: block;
    width: 100%;
    height: 104%;
    border-radius: calc(var(--border_radius) - 2px);
}
.row align-items-center justify-content-between g-3 {
  display: none;
}

.justify-content-between {
    justify-content: space-between !important;
    margin-left: 10px;
}
.mb-1 {
    margin-bottom: .25rem !important;
    margin-left: 15px;
}