.page-tittle{
    position: relative;
}

.page__justify{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.justify{
    top: 100%;
    text-align: center;
    vertical-align: middle;
}

.page-tittle{
    position: relative;
    background-color: #000000;
}

.page__img{
    opacity: 0.3;
}

.breadcrumbs {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0px;
    padding: 0;
    display: block;
    font-size: 18px;
}

.breadcrumbs a{
    text-decoration: none;
    color: #fff;
}
@media (max-width: 375px) {
  .logo-white {
   
    object-fit: cover;
    width: 50%;
    height: 50px;
}
}