    /* notice */

    .card-wraper {
        padding: 10px;
    }

    .wraper-left .notice-wraper {
        margin-bottom: 40px;
        border-radius: 4px;
        box-shadow: 0 0 5px var(--light);
        background-color: var(--notice-bg);
    }

    .wraper-left .notice-wraper .notice-content {
        position: relative;
    }

    .wraper-left .notice-wraper .notice-img {
        width: 100px;
        height: 100px;
        top: 0;
        left: 0;
        position: absolute;
    }

    .wraper-left .notice-wraper .notice-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .wraper-left .notice-wraper .notice-content .notice-content-details .notice-details {
        margin-left: 197px;
        padding: 60px;
    }

    .wraper-left .notice-wraper .notice-content .notice-content-details .notice-details .notice-header h3 {
        color: var(--main-color);
        font-weight: var(--font-semi-bold);
        line-height: 30px;
        margin-bottom: 20px;
    }

    .wraper-left .notice-wraper .notice-content .notice-content-details .notice-details ul {
        padding-left: 0;
    }

    .wraper-left .notice-wraper .notice-content .notice-content-details .notice-details ul li a {
        border-bottom: 1px dotted;
    }

    .wraper-left .notice-wraper .notice-btn {
        text-align: end;
    }

    .wraper-left .notice-wraper .notice-btn .notice-button {
        border-radius: 30px;
    }
    /* institute  */

    .wraper-left .institute-wraper {
        margin-bottom: 30px;
        box-shadow: 0 0 5px var(--light);
    }

    .wraper-left .institute-wraper .institute-header {
        background-color: var(--main-color);
    }

    .wraper-left .institute-wraper .institute-header h3 {
        font-size: var(--font-size18);
        color: var(--white);
    }

    .wraper-left .institute-wraper .institute-content .institute-header {
        background-color: var(--main-color);
        padding: 10px 20px;
    }

    .wraper-left .institute-wraper .institute-content .institute-details {
        padding: 30px 20px;
    }

    .wraper-left .institute-wraper .institute-content .institute-details p {
        font-weight: var(--font-normal);
        font-size: var(--font-size16);
        color: var(--text);
        text-align: justify;
        line-height: 2.5;
    }

    .wraper-left .institute-wraper .institute-content .institute-btn {
        background-color: var(--second-color);
        text-align: center;
    }
    /* card  */

    .wraper-left .card-content {
        display: flex;
        margin-top: 20px;
    }

    .wraper-left .informatino-card {
        border-radius: 4px;
        padding: 20px;
        height: 250px;
        background-color: var(--notice-bg);
        box-shadow: 0 0 8px var(--light);
    }

    .wraper-left .informatino-card .card-header h3 {
        font-size: var(--font-size20);
        color: var(--black);
    }

    .wraper-left .informatino-card .card-content .card-img {
        width: 100px;
        height: 100px;
    }

    .wraper-left .informatino-card .card-content .card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .wraper-left .informatino-card .card-content .card-details {
        margin-left: 40px;
    }
    /* video */

    .video iframe {
        width: 100%;
        height: 350px;
        overflow: hidden;
    }
    /*-------======== card section  end ========------- */
