.banner {
    position: relative;
    padding: 15% 0;
    text-align: center;
    color: white;
    align-content: center;
}

.banner-img {
    background-image: url("/images/contact-6f757baf2d46788ee14f167751e01944.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    position: absolute;
    top: 0;
    opacity: .3;
    width: 100%;
    height: 100%;
}

.banner-content {
    position: relative;
}

.page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.page-title span {
    text-align: center;
    border-bottom: 1px solid white;
    width: 100px;
}

.page-title-end {
    justify-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-title-end span {
    display: block;
    text-align: center;
    border-bottom: 1px solid white;
    width: 100px;
}

.form-title {
    position: absolute;
    top: -14px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.16em;
    color: var(--bs-dark);
}
