.doctor-rights-advocate-page-wrapper {
    width: 80%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.doctor-rights-advocate-page {
    width: 100%;
    max-width: 1600px;
    padding-top: 2em;
    padding-bottom: 2em;
}

.doctor-rights-advocate-page-title-wrapper {
    width: 100%;
    display: flex;
    margin: 4% auto 32px auto;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.doctor-rights-advocate-page-title-wrapper h1 {
    text-align: center;
    margin-bottom: 16px;
}

.doctor-rights-advocate-page-title-wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.doctor-rights-advocate-page-subtitle-wrapper {
    width: 100%;
    margin: 1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.doctor-rights-advocate-page-subtitle-wrapper h2 {
    color: #223284;
    flex-grow: 1;
    text-align: center;
}

.doctor-rights-advocate-page-content-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto;
}

.doctor-rights-advocate-page-content {
    max-width: 1600px;
    width: 100%;
}

.tasks-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.tasks-wrapper .task {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px;
}

.tasks-wrapper .task .icon-wrapper {
    margin-right: 32px;
}

.tasks-wrapper .task .icon-wrapper .dashicons {
    font-size: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
    color: #63C2D0;
}

.tasks-wrapper .task p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}

.doctor-rights-advocate-page-personnel-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 16px;
}

.column {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 16px;
}

.doctor-rights-advocate-page-personnel-wrapper .img-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 8px;
}

.doctor-rights-advocate-page-personnel-wrapper .img-wrapper img {
    object-fit: cover;
    max-width: 120px;
    width: 120px;
    height: 120px;
    max-height: 120px;
    object-position: top;
}

.doctor-rights-advocate-page-personnel-wrapper .title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 16px;
}

.doctor-rights-advocate-page-personnel-wrapper .title-wrapper p {
    text-align: center;
}

.doctor-rights-advocate-page-personnel-wrapper .title-wrapper .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.doctor-rights-advocate-page-personnel-wrapper .title-wrapper .position {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #63C2D0;
}

.doctor-rights-advocate-page-personnel-wrapper .description-wrapper,
.doctor-rights-advocate-page-personnel-wrapper .email-wrapper {
    width: 80%;
    margin: 0 auto 16px auto;
}

.doctor-rights-advocate-page-personnel-wrapper .description-wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}

.doctor-rights-advocate-page-personnel-wrapper .email-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.doctor-rights-advocate-page-personnel-wrapper .email-wrapper .icon-wrapper {
    margin-right: 16px;
}

.doctor-rights-advocate-page-personnel-wrapper .email-wrapper .icon-wrapper .dashicons {
    font-size: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
    color: #63C2D0;
}

.doctor-rights-advocate-page-personnel-wrapper .email-wrapper .email {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    color: #5D93C4;
}

@media (min-width: 768px) {

    .doctor-rights-advocate-page-title-wrapper h1 {
        font-size: 36px;
    }

    .tasks-wrapper {
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    .tasks-wrapper .task {
        margin-right: 32px;
    }

    .tasks-wrapper .task .icon-wrapper {
        margin-right: 8px;
    }

    .tasks-wrapper .task .icon-wrapper .dashicons {
        font-size: 32px;
        padding-bottom: 32px;
        padding-right: 32px;
    }

    .tasks-wrapper .task p {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
    }

    .doctor-rights-advocate-page-personnel-wrapper .email-wrapper .icon-wrapper .dashicons {
        font-size: 32px;
        padding-bottom: 32px;
        padding-right: 32px;
    }

}

@media (min-width: 1440px) {
    .doctor-rights-advocate-page-wrapper {
        max-width: 1255px;
    }

    .doctor-rights-advocate-page-title-wrapper h1 {
        font-size: 72px;
    }

    .doctor-rights-advocate-page-subtitle-wrapper div {
        height: 16px;
        background-color: #969696;
        flex-grow: 5;
    }

    .doctor-rights-advocate-page-personnel-wrapper {
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
    }


    .doctor-rights-advocate-page-personnel-wrapper .img-wrapper {
        width: 160px;
        height: 160px;
    }

    .doctor-rights-advocate-page-personnel-wrapper .img-wrapper img {
        max-width: 160px;
        width: 160px;
        height: 160px;
        max-height: 160px;
    }

    .doctor-rights-advocate-page-personnel-wrapper .title-wrapper .title {
        font-size: 22px;
        font-weight: 700;
        line-height: 33px;
        letter-spacing: 0.08em;
    }

    .doctor-rights-advocate-page-personnel-wrapper .title-wrapper .position {
        font-size: 16px;
        line-height: 21px;
    }

    .doctor-rights-advocate-page-personnel-wrapper .description-wrapper p {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
    }
}

