.patient-remind {
    padding: 75px 0;
}

.patient-reminder-content {
    display: flex;
}

.patient-reminder-left {
    width: 50%;
}

.patient-reminder-left>span {
    font-size: 16px;
    font-weight: 800;
    color: #09ab9c;
    text-transform: uppercase;
}

.patient-reminder-left>h1 {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    font-size: 42px;
    font-weight: 800;
}

.patient-reminder-left>p {
    font-size: 18px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.patient-reminder-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    margin-bottom: 25px;
}

.patient-reminder-item>img {
    width: 85px;
    border-radius: 50%;
    border: 3px solid #09ab9c;
    padding: 5px;
}

.patient-reminder-item>span {
    font-size: 24px;
    font-weight: 700;
}

.patient-reminder-last {
    margin-bottom: 45px !important;
}

.patient-reminder-left>a {
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    max-width: 200px;
    background: #09ab9c;
    padding: 15px 25px;
    text-align: center;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-size: 15px;
}

.patient-reminder-left>a:hover {
    transition: 0.3s;
    background: #077c70;
}

.patient-reminder-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.p-tmp-right {
    width: 90%;
    height: 575px;
    background: #d7d7d7;
    border-radius: 15px;
}

.patient-reminder-call {
    display: flex;
    flex-direction: column;
    padding: 75px 50px;
    background: #09ab9c;
    border-radius: 15px;
    position: absolute;
    bottom: -10px;
    left: 25px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    text-align: center;
    align-items: center;
}

.patient-reminder-call>i {
    font-size: 50px;
    padding: 25px;
    background: white;
    color: #09ab9c;
    border-radius: 50%;
}

.patient-reminder-call>h2 {
    font-size: 26px;
    font-weight: 800;
}

.patient-reminder-call>span {
    font-size: 18px;
    font-weight: 700;
}

/* Mobile */

.mobile-patient-remind {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: calc(100vh - 90px);
    padding-top: 90px;
    background: #f4f4f4;
}

.mobile-patient-reminder-top {
    margin-bottom: 35px;
}

.mobile-patient-reminder-top>h1 {
    color: #101010;
    font-weight: 800;
    font-size: 28px;
    text-align: center;
}

.mobile-patient-reminder-top>p {
    color: #101010;
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
}
.mobile-patient-reminder-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.mobile-patient-reminder-item>img {
    width: 100%;
    max-width: 75px;
    border-radius: 50%;
    margin: 5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.mobile-patient-reminder-item>span {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.mobile-patient-reminder-top>a {
    transition: 0.3s;
    display: block;
    width: 100%;
    max-width: 200px;
    background: #09ab9c;
    padding: 15px 25px;
    text-align: center;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-size: 15px;
    margin: 0 auto;
}

.mobile-patient-reminder-call {
    width: calc(100% - 100px);
    margin: 0 auto;
    background: #09ab9c;
    padding: 25px 15px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 35px;
}

.mobile-patient-reminder-call>i {
    font-size: 32px;
    color: white;
    padding: 15px;
    border-radius: 50%;
    border: 2px solid white;
}

.mobile-patient-reminder-call>h2 {
    color: white;
    font-weight: 800;
}

.mobile-patient-reminder-call>span {
    font-size: 18px;
    font-weight: bold;
    color: white;
}