﻿/*.scheme-detail .txt-wrap ol li ol li {
    margin-top:-28px;
}*/

.com-accordion .row .list-grid .item .wrap .title {
    text-wrap: pretty;
}


.scheme-detail .col-content .list-name-card {
    margin-bottom: 40px;
    margin-top: 40px;
}

/* (21/01/2024) Change default style of ol */
.scheme-detail .txt-wrap > ol {
    list-style-type: decimal;
}

/* (21/01/2024) Image size in mobile view */
@media screen and (max-width: 991px) {
    .scheme-detail .col-content .txt-wrap p > img {
        width: -webkit-fill-available;
        height: -webkit-fill-available;
    }

    .scheme-detail .col-content .txt-wrap iframe{
        width: -webkit-fill-available;
    }


    .scheme-detail .col-content .com-accordion .item .details table {
        height: auto !important;
        width: auto !important;
    }

        .scheme-detail .col-content .com-accordion .item .details table tr > td {
            padding-bottom: 50px;
        }
}
