body {
    font-family: Montserrat, sans-serif;
    overflow-x: hidden;
}

.small-title {
    border-bottom: 1px solid #a47e40;
}

.content {
    text-align: justify;
}

.bold {
    color: #a47e40;
    font-weight: bold;
}

.horizontal-line-wrapper {
    position: relative;
    z-index: 1;
}

.subtitle {
    margin-bottom: 20px;
}

.horizontal-line-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -50vw;
    width: 120vw;
    height: 2px;
    background-color: #a47e40;
    transform: translateY(-50%);
    z-index: -1;
}

.pill {
    background-color: rgb(17, 17, 17);
    padding: 10px 20px;
    border-radius: 18px;
    border: 2px solid #a47e40;
    color: #a47e40;
    font-weight: 600;
    z-index: 999;
}

#appointment-booking button {
    font-weight: inherit !important;
    font-family: inherit !important;
}

footer {
    margin-top: 80px;
    background-color: #a47e40;
    padding-bottom: 10px;
    border-top: 3px solid #775724;
}

#footer-list a {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    text-decoration: none;
    color: inherit;
    margin-top: 0;
    transition: 0.1s;
}

#footer-list a:hover {
    font-weight: 600;
}