
.appointment-section {
    padding: 60px 0;
}

.appointment-section .section-title {
    text-align: center;
    margin-bottom: 30px;
}

.appointment-section .section-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
}

.appointment-section .section-content p {
    max-width: 640px;
    color: #4A332F;
    line-height: 1.6;
}

.appointment-widget {
    width: 100%;
    max-width: 720px;
    min-height: 700px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(75, 44, 36, 0.08);
    overflow: hidden;
}

.appointment-page .calendly-inline-widget {
    display: block;
    min-height: 700px;
    height: 100%;
}

@media (min-width: 768px) {
    .appointment-section {
        padding: 60px 0;
    }
}
