.pa-programmes {
    padding: 90px 6%;
    background: #f5f6f1;
    font-family: "Poppins", Arial, sans-serif;
    color: #263f3b;
}

.pa-programmes-wrap {
    max-width: 1240px;
    margin: auto;
}


/* =========================================
   HEADER
========================================= */

.pa-programme-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 50px;
    margin-bottom: 48px;
}

.pa-programme-heading > span {
    color: #3e8176;
    font-size: 9px;
    letter-spacing: 2px;
    font-weight: 800;
}

.pa-programme-heading h2 {
    margin: 9px 0 0;
    max-width: 680px;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -1px;
}

.pa-programme-heading h2 strong {
    color: #3e8176;
    font-weight: 700;
}

.pa-programme-intro {
    max-width: 360px;
}

.pa-programme-intro p {
    margin: 0;
    color: #778783;
    font-size: 11px;
    line-height: 1.8;
}


/* =========================================
   UNDERGRADUATE BLOCK
========================================= */

.pa-programme-block {
    padding: 34px;
    border-radius: 25px;
    background: #ffffff;
    border: 1px solid #dce5e1;
}

.pa-block-header {
    display: grid;
    grid-template-columns: auto 1fr .8fr;
    align-items: center;
    gap: 18px;
    padding-bottom: 30px;
}

.pa-block-number {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: #dceee9;
    color: #3e8176;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
}

.pa-block-header small {
    color: #899993;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.pa-block-header h3 {
    margin: 5px 0 0;
    font-size: 24px;
    font-weight: 500;
}

.pa-block-header h3 em {
    color: #3e8176;
    font-style: normal;
}

.pa-block-header > p {
    margin: 0;
    color: #7b8985;
    font-size: 10px;
    line-height: 1.7;
}


/* =========================================
   PROGRAMME CARDS
========================================= */

.pa-programme-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
}

.pa-programme-card {
    padding: 22px 19px;
    border-radius: 15px;
    background: #274082;
    border: 1px solid #e3e9e5;
    transition: .3s ease;
}

.pa-programme-card:hover {
    transform: translateY(-6px);
    border-color: #a9cbc3;
    box-shadow: 0 15px 35px rgba(46,78,70,.08);
}

.pa-programme-card.featured {
    background: #274082;
    border-color: #c6dfd8;
}

.pa-programme-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.pa-programme-card-top span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.pa-programme-card-top i {
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #ffffff;
    color: #3e8176;
    font-style: normal;
    font-size: 18px;
}

.pa-programme-card h4 {
    margin: 0 0 17px;
    min-height: 42px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
}

.pa-programme-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pa-programme-card li {
    position: relative;
    padding: 2px 0 7px 13px;
    color: #ffffff;
    font-size: 12px;
    border-bottom: 1px solid #ffffff20;
}

.pa-programme-card li:last-child {
    border-bottom: 0;
}

.pa-programme-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #72a99c;
}


/* =========================================
   POSTGRADUATE
========================================= */

.pa-postgraduate {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    margin-top: 22px;
    border-radius: 25px;
    overflow: hidden;
    background: #284944;
    color: #fff;
}

.pa-postgraduate-info {
    padding: 38px;
	background-color:#274082;
}

.pa-block-number.light {
    background: rgba(255,255,255,.1);
    color: #b8ddd3;
    margin-bottom: 25px;
}

.pa-postgraduate-info > span {
    color: #9dc5bb;
    font-size: 10px;
    letter-spacing: 1.6px;
    font-weight: 700;
}

.pa-postgraduate-info h3 {
    margin: 9px 0 14px;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 400;
	text-align: left;
    color: #fff;
}

.pa-postgraduate-info h3 strong {
    color: #a9d3c8;
}

.pa-postgraduate-info p {
    max-width: 410px;
    margin: 0 0 23px;
    color: #bdd0cb;
    font-size: 10px;
    line-height: 1.8;
}

.pa-postgraduate-info a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 11px 14px 11px 17px;
    border-radius: 30px;
    background: #ffffff;
    color: #284944;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

.pa-postgraduate-info a b {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(40,73,68,.12);
    display: flex;
    align-items: center;
    justify-content: center;
}


/* POST LIST */

.pa-postgraduate-list {
    padding: 38px;
    background: #e2eee9;
    color: #304a45;
}

.pa-post-title small {
    color: #6d8981;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.pa-post-title h4 {
    margin: 6px 0 23px;
    font-size: 22px;
    font-weight: 500;
	color: #445164;
}

.pa-post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pa-post-tags span {
    padding: 10px 13px;
    border-radius: 7px;
    background: #ffffff;
    border: 1px solid #d1e1db;
    color: #607771;
    font-size: 12px;
    transition: .25s;
}

.pa-post-tags span:hover {
    background: #cde5de;
    border-color: #aacfc4;
}


/* =========================================
   FOOTER
========================================= */

.pa-programme-footer {
    margin-top: 25px;
    padding: 20px 5px 0;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.pa-programme-footer span {
    color: #8b9995;
    font-size: 7px;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.pa-programme-footer p {
    margin: 0;
    max-width: 500px;
    text-align: right;
    color: #7d8b87;
    font-size: 9px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media(max-width: 1050px) {

    .pa-programme-categories {
        grid-template-columns: 1fr 1fr;
    }

    .pa-programme-card h4 {
        min-height: auto;
    }

}

@media(max-width: 850px) {

    .pa-programme-header {
        display: block;
    }

    .pa-programme-intro {
        margin-top: 15px;
    }

    .pa-block-header {
        grid-template-columns: auto 1fr;
    }

    .pa-block-header > p {
        grid-column: span 2;
    }

    .pa-postgraduate {
        grid-template-columns: 1fr;
    }

}

@media(max-width: 600px) {

    .pa-programmes {
        padding: 60px 20px;
    }

    .pa-programme-heading h2 {
        font-size: 34px;
    }

    .pa-programme-block {
        padding: 22px;
    }

    .pa-programme-categories {
        grid-template-columns: 1fr;
    }

    .pa-postgraduate-info,
    .pa-postgraduate-list {
        padding: 27px 22px;
    }

    .pa-programme-footer {
        display: block;
    }

    .pa-programme-footer p {
        text-align: left;
        margin-top: 10px;
    }

}