#doctors-providers-page #doctors-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
}

#doctors-providers-page #doctors-list {
    margin: 100px 0 170px 0;
}

#doctors-providers-page .docotor-thumbnail img {
    border-radius: 20px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 12px;
}

#doctors-providers-page .doctor-name {
    color: #a6a6a6;
    font-family: "Orpheus";
    font-size: 20px;
    line-height: 30px;
}

#doctors-providers-page p {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 8px;
}

#doctors-providers-page .doctor-link {
    font-size: 18px;
    line-height: 20px;
    color: #848382;
}

#single-doctor .doctor-single-header .main-text {
    font-family: "Orpheus";
    /* font-weight: 500; */
    line-height: 90px;
}

#single-doctor .doctor-single-header .vertical-text {
    font-family: "Orpheus";
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}