
.appointment-left,
.appointment-right {
    position: relative;
    text-align: center;
    /*! margin-bottom: 30px; */
    padding: 100px 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.appointement-background {
    position: absolute;
    text-align: center;
    /*! margin-bottom: 30px; */
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.appointment-right .appointement-background {
    filter: brightness(.6);
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.appointment-card {
    position: relative;
    background-color: white;
    padding: 40px;
    border-radius: 0;
    width: 80%;
    padding: 10px;
    height: fit-content;
    margin: auto;
}

.appointment-card h2 {
    margin-bottom: 15px;
    font-size: 2rem;
}

.appointment-text p {
    font-size: 1rem;
}

.appointment-text {
    position: relative;
    inset: 0;
    max-width: 460px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.appointment-text h2 {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
}

.appointment-actions {
    margin-top: 1.5rem;
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.appointment-section .row {
    margin-left: 0;
    margin-right: 0;
}

.appointment-section .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.appointment-section {
    clear: both;
}

.appointment-section .row {
    display: flex;
    flex-wrap: wrap;
}