/**
   * Contact Us section.
   *
   * @since 1.0.0
   */

.book-an-appointment {
    padding: 70px 0;
}

.book-an-appointment h2,
.book-an-appointment .card-title {
    font-size: 40px;
    line-height: 1.2;
}

.book-an-appointment .card {
    box-shadow: 1px 3px 13px 4px rgba(28.999999999999993, 81.00000000000014, 120.99999999999999, 0.12);
}

.book-an-appointment .card .card-text {
    font-family: 'Lovelace Text', sans-serif;
    font-size: 16px;
}

.book-an-appointment .card .card-title > span {
    color: #fcbb6d;
}

.book-an-appointment .card .wpcf7-submit {
    font-size: 20px;
}