.council-section {
    padding: 75px 0;
}

.council-section p,
.council-section ul,
.council-section li {
    margin-bottom: unset;
    font-family: "Lato", sans-serif;
}

.council-section p a {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: #084987;
}

.council-section ul {
    margin-left: 20px;
}

.council-section p,
.council-section li,
.council-section li a {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #595959;
}

.council-section p:not(:last-child),
.council-section li:not(:last-child) {
    margin-bottom: 20px;
}

.council-section .two-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 75px;
}

.council-section .two-card {
    max-width: 700px;
    width: 100%;
    background-color: #0d6cbc;
    padding: 29px 26px;
    border-radius: 50px;
}

.council-section .two-cards .two-card .two-card__img img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.council-section .two-cards .two-card .two-card__content h1 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px;
    text-align: center;
}

.council-section .two-cards .two-card .two-card__content h2 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 30px;
    line-height: normal;
    text-align: center;
}

.council-section .two-cards .two-card .two-card__content h3 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px;
    text-align: center;
}

.council-section .two-cards .two-card .two-card__content h4 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px;
    text-align: center;
}

.council-section .two-cards .two-card .two-card__content h5 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px;
    text-align: center;
}

.council-section .two-cards .two-card .two-card__content h6 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px;
    text-align: center;
}

.council-section .two-cards .two-card__content p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}

.council-section .two-cards .two-card__content p:last-child {
    margin: 0;
}

.council-section .two-cards .two-card__content p span {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: normal;
    text-align: center;
}

.council-section .two-cards .two-card__content p a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #084987;
    text-align: center;
    text-decoration: none;
}

.council-section .two-card.dark {
    background-color: #094987;
}

.council-section .two-cards .two-card {
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.council-section .council-desc h1 {
    font-weight: 500;
    color: #084987;
    margin-bottom: 16px;
}

.council-section .council-desc h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    color: #084987;
    margin-bottom: 20px;
}

.council-section .council-desc h3 {
    font-weight: 500;
    color: #084987;
    margin-bottom: 20px;
}

.council-section .council-desc h4 {
    font-weight: 500;
    color: #084987;
    margin-bottom: 20px;
}

.council-section .council-desc h5 {
    font-weight: 500;
    color: #084987;
    margin-bottom: 20px;
}

.council-section .council-desc h6 {
    font-weight: 500;
    color: #084987;
    margin-bottom: 20px;
}

.council-section .youtuve-cards {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    border-radius: 10px;
    margin-top: 44px;
}

.council-section .youtube-card__inner {
    max-width: 700px;
    width: 100%;
    background-color: #094987;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 10px;
    overflow: hidden;
}

.council-section .youtube-card iframe {
    width: 100%;
    height: 406px;
    object-fit: cover;
}

.council-section .youtube-card p {
    font-weight: 400;
    font-size: 19px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
    padding-top: 16px;
}

.council-section .youtuve-cards .youtube-card {
    max-width: 50%;
    width: 100%;
}

.key-features {
    padding: 50px 0;
    background-color: #F4F4F4;
}

.key-features .key-title {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 40px;
}

.key-features .key-title h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    color: #084987;
    text-align: center;
}

.key-features .key-title h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    color: #084987;
    text-align: center;
}

.key-features .key-title h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    text-align: center;
}

.key-features .key-title h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    text-align: center;
}

.key-features .key-title h5 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    text-align: center;
    color: #084987;
}

.key-features .key-title h6 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    text-align: center;
}

.key-features .key-title p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #595959;
    text-align: center;
    margin: 0;
}

.features-wrp {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.feature-cards {
    max-width: calc((100% - 40px) / 3);
    width: 100%;
    padding: 32px;
    border: 3px solid #CCCCCC;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feature-cards .icon img {
    width: 130px;
    height: 130px;
    object-fit: cover;
}

.feature-cards .feature-head h1 {
    font-family: "Lato", serif;
    margin: 0;
    color: #131e37;
}

.feature-cards .feature-head h2 {
    font-family: "Lato", serif;
    margin: 0;
    color: #131e37;
}

.feature-cards .feature-head h3 {
    font-family: "Lato", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    color: #131e37;
}

.feature-cards .feature-head h4 {
    font-family: "Lato", serif;
    margin: 0;
    color: #131e37;
}

.feature-cards .feature-head h5 {
    font-family: "Lato", serif;
    margin: 0;
    color: #131e37;
}

.feature-cards .feature-head h6 {
    font-family: "Lato", serif;
    margin: 0;
    color: #131e37;
}

.feature-cards .feature-desc p {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    margin: 0;
    color: #595959;
}

.feature-cards .feature-desc p a {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}

.feature-cards .feature-desc h1 {
    font-family: "Lato", serif;
    margin: 0;
    color: #131e37;
}

.feature-cards .feature-desc h2 {
    font-family: "Lato", serif;
    margin: 0;
    color: #131e37;
}

.feature-cards .feature-desc h3 {
    font-family: "Lato", serif;
    margin: 0;
    color: #131e37;
}

.feature-cards .feature-desc h4 {
    font-family: "Lato", serif;
    margin: 0;
    color: #131e37;
}

.feature-cards .feature-desc h5 {
    font-family: "Lato", serif;
    margin: 0;
    color: #131e37;
}

.feature-cards .feature-desc h6 {
    font-family: "Lato", serif;
    margin: 0;
    color: #131e37;
}

.edmc-webinar {
    padding: 50px 0;
}

.edmc-webinar .edmc-wrp {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.edmc-webinar .edmc-wrp .edmc-card {
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.edmc-webinar .edmc-wrp .edmc-card .edmc-desc h1 {
    line-height: normal;
    font-weight: 500;
    margin-bottom: 16px;
    color: #131e37;
}

.edmc-webinar .edmc-wrp .edmc-card .edmc-desc h2 {
    line-height: normal;
    font-weight: 500;
    margin-bottom: 16px;
    color: #131e37;
}

.edmc-webinar .edmc-wrp .edmc-card .edmc-desc h3 {
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 16px;
    color: #131e37;
}

.edmc-webinar .edmc-wrp .edmc-card .edmc-desc h4 {
    line-height: normal;
    font-weight: 500;
    margin-bottom: 16px;
    color: #131e37;
}

.edmc-webinar .edmc-wrp .edmc-card .edmc-desc h5 {
    line-height: normal;
    font-weight: 500;
    margin-bottom: 16px;
    color: #131e37;
}

.edmc-webinar .edmc-wrp .edmc-card .edmc-desc h6 {
    line-height: normal;
    font-weight: 500;
    margin-bottom: 16px;
    color: #131e37;
}

.edmc-webinar .edmc-wrp .edmc-card .edmc-video iframe {
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.edmc-webinar .edmc-wrp .edmc-card .edmc-desc p {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    padding-bottom: 16px;
    color: #595959;
    margin: 0;
}

.edmc-webinar .edmc-wrp .edmc-card .edmc-desc span {
    font-size: 30px;
    line-height: normal;
    font-weight: 500;
    padding-bottom: 16px;
    color: #595959;
}

.edmc-webinar .edmc-wrp .edmc-card .edmc-desc ul li {
    font-size: 30px;
    line-height: normal;
    font-weight: 500;
    padding-bottom: 10px;
    color: #595959;
}

.edmc-webinar .edmc-wrp .edmc-card .edmc-desc ol li {
    font-size: 30px;
    line-height: normal;
    font-weight: 500;
    padding-bottom: 10px;
    color: #595959;
}


@media(max-width:1340px) {

    .council-section .two-cards .two-card .two-card__img img {
        height: 400px;
    }
}

@media(max-width:1200px) {

    .feature-cards {
        max-width: calc((100% - 20px) / 2);
        width: 100%;
    }
}

@media(max-width:1024px) {

    .council-section {
        padding: 25px 0;
    }

    .council-section .two-cards .two-card .two-card__img img {
        height: 100%;
    }

    .council-section .two-cards .two-card {
        max-width: 100%;
    }

    .council-section .two-cards {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .council-section .council-desc h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .council-section .two-cards .two-card__content p {
        font-size: 24px;
        line-height: 34px;
    }

    .council-section .youtube-card__inner {
        max-width: 100%;
    }

    .council-section .youtuve-cards {
        flex-direction: column;
        margin-top: 20px;
    }

    .council-section .youtuve-cards .youtube-card {
        max-width: 100%;
    }

    .key-features .key-title h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .key-features .key-title h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .key-features .key-title h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .key-features .key-title h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .key-features .key-title h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .key-features .key-title h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .key-features .key-title p {
        font-size: 20px;
        line-height: 30px;
    }

    .edmc-webinar .edmc-wrp {
        flex-direction: column;
    }

    .edmc-webinar .edmc-wrp .edmc-card {
        max-width: 100%;
    }

    .edmc-webinar .edmc-wrp .edmc-card .edmc-desc h3 {
        font-size: 24px;
        line-height: normal;
    }

    .edmc-webinar .edmc-wrp .edmc-card .edmc-desc p {
        font-size: 20px;
        line-height: normal;
    }
}

@media(max-width:767px) {
    .council-section .council-desc h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .council-section p,
    .council-section li,
    .council-section li a {
        font-size: 18px;
        line-height: 28px;
    }

    .council-section ul {
        margin: 0;
    }

    .council-section .two-cards .two-card__content p {
        font-size: 18px;
        line-height: 28px;
    }

    .council-section .two-cards .two-card .two-card__content h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .key-features .key-title {
        gap: 20px;
        padding-bottom: 30px;
    }

    .key-features .key-title h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .key-features .key-title h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .key-features .key-title h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .key-features .key-title h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .key-features .key-title h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .key-features .key-title h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .key-features .key-title p {
        font-size: 18px;
        line-height: 28px;
    }

    .feature-cards {
        max-width: 100%;
        padding: 20px;
    }

    .feature-cards .icon img {
        width: 100px;
        height: 100px;
    }

    .feature-cards .feature-head h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .feature-cards .feature-desc p {
        font-size: 18px;
        line-height: 28px;
    }
}