.ppt-container {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    background: linear-gradient(3deg, #FFF 2.41%, #F6F9FF 93.56%);
}

.ppt-container .ppt-card {
    width: 1160px;
}

/* Main Title Page */
.ppt-container .ppt-card .ppt-title-card {
    display: flex;
    width: 100%;
    padding: 56px 0px 56px 0px;
    align-items: flex-start;
}

.ppt-container .ppt-card .ppt-title-card .ppt-title {
    color: var(--grey, #222A3F);
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
}

.ppt-container .ppt-card .ppt-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

/* Each Section Title */
.ppt-container .ppt-card .ppt-section .ppt-sec-subTitle-card {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 56px;
}

.ppt-container .ppt-card .ppt-section .ppt-sec-subTitle-card.first {
    margin-top: 24px;
}

.ppt-container .ppt-card .ppt-section .ppt-sec-subTitle {
    color: var(--grey, #222A3F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

/* Section Sub Title */
.ppt-container .ppt-card .ppt-section .ppt-subcontent {
    color: var(--grey, #222A3F);
    font-family: Manrope;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-top: -16px !important;
}

/* Content of the sections */
.ppt-container .ppt-card .ppt-section .ppt-sec-content-card {
    margin-top: 24px;
}

.ppt-container .ppt-card .ppt-section .ppt-sec-content-card .ann-inner-subcontent,
.ppt-container .ppt-card .ppt-section .ppt-sec-content-card .ppt-sec-content,
.ppt-container .ppt-card .ppt-section .ppt-sec-content-card .tos-subcontent,
.ppt-container .ppt-card .ppt-section .ppt-sec-content-card li {
    color: var(--text-secondary, #5F6368);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-align: justify;
}

.ppt-container .ppt-card .ppt-section .ppt-sec-content-card li::marker {
    font-size: 12px !important;
    text-align: justify;
}

.ppt-container .ppt-card .ppt-section .ppt-sec-content-card li {
    list-style-position: inside;
    padding-left: 29px;
    text-align: start;
    text-indent: -18px;
}
.ppt-container .ppt-card .ppt-section .ppt-sec-content-card .tos-subcontent span{
    padding-left: 35px;
}

/* Highlighting mailId and https link */
.ppt-container .ppt-card .ppt-section .ppt-sec-content-card .ppt-sec-content .ppt-anc {
    color: #005575 !important;
}

/* Annexure */
.ann-title-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    padding-top: 56px;
    padding-bottom: 40px;
}

.ann-title-container .ann-title-card {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.ann-title-container .ann-title {
    color: var(--grey, #222A3F);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.ann-title-container .ann-title-content-card {
    margin-top: 24px;
    width: 100%;
}

.ann-title-container .ann-title-content-container .ann-title-content {
    color: var(--text-secondary, #5F6368);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.ppt-container .ppt-card .ppt-section .ppt-sec-content-card .ann-inner-subcontent {
    margin-top: 16px;
}

/* Tablet Landscape (900px - 1200px) */

@media screen and (max-width: 1200px) {
    .ppt-container .ppt-card {
        width: 744px !important;
    }

    /* Each Section Title */
    .ppt-container .ppt-card .ppt-section .ppt-sec-subTitle-card {
        margin-top: 48px;
    }

    .ppt-container .ppt-card .ppt-section .ppt-sec-subTitle-card.first {
        margin-top: 16px;
    }

    /* Section Sub Title */
    .ppt-container .ppt-card .ppt-section .ppt-subcontent {
        margin-top: -24px !important;
    }

    /* Content of the sections*/
    .ppt-container .ppt-card .ppt-section .ppt-sec-content-card,
    .ann-title-container .ann-title-content-card {
        margin-top: 16px;
    }

    .ppt-container .ppt-card .ppt-section .ppt-sec-content-card .ann-inner-subcontent,
    .ppt-container .ppt-card .ppt-section .ppt-sec-content-card .ppt-sec-content,
    .ppt-container .ppt-card .ppt-section .ppt-sec-content-card .tos-subcontent,
    .ann-title-container .ann-title-content-container .ann-title-content ,
    .ppt-container .ppt-card .ppt-section .ppt-sec-content-card li {
        font-size: 16px;
        text-align: justify;
    }

    /* Annexure */
    .ann-title-container {
        padding-top: 48px;
        padding-bottom: 32px;
    }
}

/* Tablet Portrait (700px - 850px) */

@media screen and (max-width: 850px) {
    .ppt-container .ppt-card {
        width: 636px !important;
    }

    /* Main Title Page */
    .ppt-container .ppt-card .ppt-title-card {
        padding: 40px 0px 40px 0px;
    }

    .ppt-container .ppt-card .ppt-title-card .ppt-title {
        font-size: 48px;
    }

    /* Each Section Title */
    .ppt-container .ppt-card .ppt-section .ppt-sec-subTitle-card.first {
        margin-top: 0px;
    }

    /* Section Sub Title */
    .ppt-container .ppt-card .ppt-section .ppt-subcontent {
        margin-top: -32px !important;
        font-size: 20px !important;
    }

    /* Content of the sections*/
    .ppt-container .ppt-card .ppt-section .ppt-sec-content-card,
    .ann-title-container .ann-title-content-card {
        margin-top: 12px;
    }

    .ppt-container .ppt-card .ppt-section .ppt-sec-content-card .ann-inner-subcontent,
    .ppt-container .ppt-card .ppt-section .ppt-sec-content-card .ppt-sec-content,
    .ppt-container .ppt-card .ppt-section .ppt-sec-content-card .tos-subcontent,
    .ppt-container .ppt-card .ppt-section .ppt-sec-content-card li {
        line-height: 24px;
        text-align: justify;
    }

    /* Annexure */
    .ann-title-container {
        padding-bottom: 24px;
    }
    .ann-title-container .ann-title {
        font-size: 30px;
    }
}

/* Mobile Views (320px - 430px) */

@media screen and (max-width: 699px) {
    .ppt-container {
        padding: 0px 16px !important;
    }

    .ppt-container .ppt-card {
        width: 100% !important;
        max-width: 428px !important;
    }

    /* Main Title Page */
    .ppt-container .ppt-card .ppt-title-card {
        padding: 16px 0px 0px 0px;
    }

    .ppt-container .ppt-card .ppt-title-card .ppt-title {
        font-size: 32px;
    }

    /* Each Section Title */
    .ppt-container .ppt-card .ppt-section .ppt-sec-subTitle-card {
        margin-top: 24px;
    }

    .ppt-container .ppt-card .ppt-section .ppt-sec-subTitle {
        font-size: 20px;
        line-height: normal;
    }

    /* Section Sub Title */
    .ppt-container .ppt-card .ppt-section .ppt-subcontent {
        margin-top: -8px !important;
        font-size: 16px !important;
        line-height: normal;
    }

    /* Content of the sections*/
    .ppt-container .ppt-card .ppt-section .ppt-sec-content-card .ann-inner-subcontent,
    .ppt-container .ppt-card .ppt-section .ppt-sec-content-card .ppt-sec-content,
    .ppt-container .ppt-card .ppt-section .ppt-sec-content-card .tos-subcontent,
    .ann-title-container .ann-title-content-container .ann-title-content ,
    .ppt-container .ppt-card .ppt-section .ppt-sec-content-card li {
        font-size: 14px;
        text-align: justify;
    }

    .ppt-container .ppt-card .ppt-section .ppt-sec-content-card li {
        text-indent: -17px !important;
        text-align: start !important;
    }

    /* Annexure */
    .ann-title-container {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .ann-title-container .ann-title {
        font-size: 20px;
        line-height: normal;
    }
}