.doctor-appointment {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.doctor-appointment h2 {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: outfit;
}

.doctor-featured-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.doctor-details p {
    margin: 5px 0;
    font-size: 16px;
    font-family: outfit;
}

.doctor-details strong {
    font-weight: bold;
}