.justify {
    text-align:justify;    
}
hr {
    width: 100%; /* adjust this to your liking */
    height: 1px;
    border: none;
    background-color: rgba(0, 0, 0, .3);
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3 {
    font-family: "Lato", Helvetica, serif;
    font-weight: 700;
    align-items: center;
    align-self: stretch;
    position: relative;
    width: fit-content;
    letter-spacing: 0;
    white-space: nowrap;
}

h1 {
    font-weight: 700;
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 2.75rem;
}

h2 {
    color: black;
    font-size: 2.0rem;
    line-height: 2.5rem;
}

h3 {
    color: black;
    font-size: 1.5rem;
    line-height: 2.0rem;
}

.page .section-text {
    position: relative;
    width: 100%;
    font-family: "Lato", Helvetica, serif;
    font-weight: 400;
    color: #000000;
}

.page .section-text-stronger {
    font-family: "Lato", Helvetica, serif;
    position: relative;
    width: 100%;
    margin-top: -1px;
    font-weight: 700;
    color: #000000;
}

.page .text-wrapper.highlight {
    color: #c7ac75;
}

.page .footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    align-self: stretch;
    gap: 40px;
    padding: 64px 16px;
    position: relative;
    flex: 0 0 auto;
    background-color: #363a45;
}

.page .footer-bailiff-name {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Inria Serif", Helvetica, serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 2rem;
}

.page .footer-disclaimer {
  position: relative;
  align-self: stretch;
  font-family: "Lato", Helvetica, serif;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0;
}

article p,
article h2,
article h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 1199px) {
    .page {
        width: 100vw;
        margin: 0 auto;
        background-color: #ffffff;
    }

    .page .header {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1rem;
        position: relative;
        flex: 0 0 auto;
        background-color: #363a45;
    }

    .page .logo {
        position: relative;
        width: 249.26px;
        height: 53px;
    }

    .page .frame {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        top: 0;
        left: 0;
        /*position: absolute;*/
        width: 100%;
    }


    .page .linear-icons-menu {
        position: relative;
        width: 24px;
        height: 24px;
    }

    .page .hero {
        position: relative;
        width: 100vw;
        overflow: hidden;
    }

    .page .overlap-group {
        position: relative;
        width: 100vw;
        height: 20vh;
    }

    .page .hero-image {
        position: absolute;
        width: 100%;
        height: 167px;
        top: 0;
        left: 0;
    }

    .page .frame-text {
        display: flex;
        flex-direction: row;
        width: calc(100vw - 2rem);
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
        padding: 2rem 1rem;
        position: relative;
        top: 2.5rem;
        left: 1rem;
        background-color: #00000080;
        border: 1px solid transparent;
        backdrop-filter: blur(32px) brightness(100%);
        -webkit-backdrop-filter: blur(32px) brightness(100%);
        border-image: linear-gradient(
                to bottom,
                rgba(255, 255, 255, 0.63),
                rgba(255, 255, 255, 0.2) 47.4%,
                rgba(255, 255, 255, 0.45) 96.88%
        ) 1;
    }

    .page .content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4rem;
        padding: 1rem 1rem;
        flex: 0 0 auto;
        position: relative;
        align-self: stretch;
        min-height: 40vh;
    }

    .page .text-wrapper {
        position: relative;
        align-self: stretch;
        margin-top: -1px;
        font-family: "Lato", Helvetica, serif;
        font-weight: 700;
        color: #000000;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 38.4px;
    }

    .page .section-text {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 28.8px;
    }

    .page .section-text-stronger {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 28.8px;
    }

    .page .line {
        position: relative;
        align-self: stretch;
        width: 100%;
        height: 1px;
        object-fit: cover;
    }


    .page .footer {
        padding: 64px 16px;
    }

    .page .footer-bailiff-name {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .page .span {
        font-weight: 700;
    }

    .page .text-wrapper {
        position: relative;
        align-self: stretch;
        font-family: "Lato", Helvetica, serif;
        font-weight: 400;
        color: #ffffff;
        font-size: 1.25rem;
        text-align: center;
        letter-spacing: 0;
        line-height: 2rem;
    }



    .page .text-wrapper-2 {
        position: relative;
        align-self: stretch;
        font-family: "Lato", Helvetica, serif;
        font-weight: 700;
        color: #000000;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 38.4px;
    }

    .page .text-wrapper-3 {
        font-family: "Lato", Helvetica, serif;
        font-weight: 400;
        color: #000000;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 28.8px;
    }

    .page .footer-disclaimer {
        position: relative;
        align-self: stretch;
        font-family: "Lato", Helvetica, serif;
        font-weight: 400;
        color: #ffffff;
        font-size: 1.0rem;
        text-align: center;
        letter-spacing: 0;
        line-height: 1.1rem;
    }
}

@media only screen and (min-width: 1200px) {
    .page {
        width: 100vw; /* Adjust as needed */
        margin: 0 auto; /* This will center your content */
        background-color: #ffffff;
    }

    .page .header {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 1.0rem 7.5rem;
        position: relative;
        flex: 0 0 auto;
        background-color: #363a45;
    }

    .page .logo {
        position: relative;
        width: 391.41px;
        height: 83px;
    }

    .page .frame {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        height: 316px;
        top: 0;
        left: 0;
        /*position: absolute;*/
        width: 100%;
    }

    .page .menu {
        align-items: flex-start;
        gap: 40px;
        display: inline-flex;
        position: relative;
        flex: 0 0 auto;
    }

    .page .menu-cell {
        align-items: center;
        justify-content: center;
        gap: 8px;
        display: inline-flex;
        position: relative;
        flex: 0 0 auto;
    }

    .page .text-wrapper {
        font-weight: 400;
        color: #ffffff;
        font-size: 20px;
        line-height: 21.8px;
        position: relative;
        width: fit-content;
        margin-top: -1px;
        font-family: "Lato", Helvetica, serif;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .page .hero {
        position: relative;
        width: 100vw;
        height: 25%;
        overflow: hidden;
    }

    .page .overlap-group {
        position: relative;
        width: 100vw;
        /*height: 40vh;*/
    }

    .page .hero-image {
        position: absolute;
        width: 100%;
        height: 312px;
        top: 0;
        left: 0;
    }

    .page .frame-text {
        display: flex;
        flex-direction: row;
        width: calc(100vw - 2rem);
        align-items: center;
        justify-content: center;
        gap: 3.5rem;
        padding: 3.0rem 2.5rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: #00000080;
        border: 1px solid transparent;
        backdrop-filter: blur(32px) brightness(100%);
        -webkit-backdrop-filter: blur(32px) brightness(100%);
        border-image: linear-gradient(
                to bottom,
                rgba(255, 255, 255, 0.63),
                rgba(255, 255, 255, 0.2) 47.4%,
                rgba(255, 255, 255, 0.45) 96.88%
        ) 1;
    }

    .page .content {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 4rem;
        padding: 4rem 7.5rem;
        flex: 0 0 auto;
        position: relative;
        align-self: stretch;
    }

    .page .section-text {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 32px;
    }

    .page .section-text-stronger {
        font-size: 24px;
        letter-spacing: 0;
        line-height: 38.4px;
    }

    .page .line {
        position: relative;
        align-self: stretch;
        width: 100%;
        height: 1px;
        object-fit: cover;
    }

    .page .footer {
        padding: 96px 120px;
    }

    .page .footer-bailiff-name {
        font-size: 2.0rem;
        line-height: 2.5rem;
    }

    .page .span {
        font-weight: 700;
    }

    .page .text-wrapper-2 {
        font-weight: 700;
        color: #ffffff;
        font-size: 40px;
        line-height: 43.6px;
        position: relative;
        width: fit-content;
        margin-top: -1px;
        font-family: "Lato", Helvetica, serif;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .page .text-wrapper-3 {
        position: relative;
        width: 100%;
        font-family: "Lato", Helvetica, serif;
        font-weight: 700;
        color: #000000;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 38.4px;
    }

    .page .footer-disclaimer {
        font-size: 1.25rem;
        line-height: 2.0rem;
    }
}