@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
.whats-new-hero {
    height: 380px;
    /* margin-top: 80px; */
    background-size: contain;
    color: #1f2c9c;
}

.whats-new-hero .bialty-container {
    min-height: auto;
}

.whats-new-title {
    font-family: Montserrat;
    font-size: 64px;
    font-weight: 800;
    color: #1f2c9c;
    line-height: normal;
    display: inline-block;
    margin-bottom: -3px;
}

.whats-new-hero h2 {
    font-size: 20px;
    font-weight: 500;
    color: #1f2c9c;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
    display: inline-block;
    padding-left: 5px;
}

.hero-text-wrapper {
    display: inline-block;
    background-color: #e9f0ff;
    box-shadow: 0px 0px 20px 30px #e9f0ff;
}

.whats-new-posts {
    padding-bottom: 200px;
}

.whats-new-posts a {
    color: #007bff;
}

.whats-new-posts .row {
    margin-top: 80px;
}

.whats-new-post-title {
    font-family: 'Montserrat';
    font-size: 28px;
    font-weight: 800;
    line-height: normal;
    color: #1f2c9c;
}

.whats-new-post-date {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    color: #b5bbc3;
    margin-bottom: 10px;
}

.whats-new-tags {
    list-style: none;
    padding: 0;
    margin-bottom: 21px;
}

.whats-new-tags li {
    display: inline-block;
    margin: 0 4px 0 0;
    border-radius: 15.5px;
    padding: 4px 11px 4px;
    font-family: Roboto;
    font-size: 14px;
    line-height: normal;
}

.whats-new-tags li.color-blue {
    background-color: #d7e5ff;
    color: #2671ff;
}

.whats-new-tags li.color-orange {
    color: #eb6d00;
    background-color: #ffe9d7;
}

.whats-new-tags li.color-green {
    color: #00b980;
    background-color: #d7ffef;
}

.whats-new-tags li.color-yellow {
    color: #f6b208;
    background-color: #fff9d7;
}

.whats-new-tags li.color-red {
    color: #f31f47;
    background-color: #ffdce2;
}

.whats-new-tags li.color-purple {
    color: #6a09c6;
    background-color: #efd7ff;
}

.whats-new-tags li.color-litish-blue {
    color: #FFFFFF;
    background-color: #009CFF;
}

.whats-new-tags li.color-light-green {
    color: #1A896A;
    background-color: #D6FFC8;
}

.whats-new-tags li.color-dark-blue {
    color: #FFFFFF;
    background-color: #1F2C9C;
}

.whats-new-tags li.color-light-blue {
    color: #009DCE;
    background-color: #C7EEFB;
}

.whats-new-content {
    font-family: Roboto;
    color: #3d4c59;
}

.whats-new-content p {
    font-size: 16px;
    line-height: 22px;
    color: #3d4c59;
}

.single-whats-new #hero-single h1 {
    font-weight: 500;
}

.page-template-whats-new h2,
.single #c-post-content h2,
.page-template-whats-new h3,
.single #c-post-content h3,
.page-template-whats-new h4,
.single #c-post-content h4,
.page-template-whats-new h5,
.single #c-post-content h5 {
    display: block;
    margin-top: 30px;
    font-weight: 700;
}

.whats-new-content h3,
.whats-new-content h2,
.whats-new-content h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #3d4c59;
}

.whats-new-content p {
    font-size: 18px;
    line-height: 28px;
    color: #353d46;
    font-weight: 400;
}

.whats-new-content img.emoji {
    height: 21px!important;
    width: 21px!important;
}


/* .whats-new-content li {
    letter-spacing: -0.04em;
    font-weight: 300;
} */

.single .whats-new-content h2 {
    font-size: 36px;
    line-height: 1.4em;
}

@media only screen and (max-width: 1500px) {
    .whats-new-hero {
        background-size: cover;
    }
}

@media only screen and (max-width: 768px) {
    .whats-new-hero {
        background-size: cover;
        background-position: center;
        height: 180px;
    }
    .whats-new-hero .container {
        padding-left: 42px;
        margin-bottom: 34px!important;
    }
    .hero-text-wrapper {
        box-shadow: unset;
        background: none;
    }
    .whats-new-posts .row {
        margin-top: 30px;
    }
    .whats-new-posts {
        padding-bottom: 80px;
    }
    .whats-new-title {
        font-size: 38px;
        margin-bottom: 0;
    }
    .whats-new-hero h2 {
        font-size: 14px;
        padding-right: 20%;
    }
    .whats-new-post-title {
        font-size: 20px;
        margin-bottom: 0;
    }
    .whats-new-post-date {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .whats-new-content p {
        font-size: 14px;
    }
    .whats-new-content h3,
    .whats-new-content h2,
    .whats-new-content h4 {
        font-size: 17px;
    }
    .whats-new-tags li {
        font-size: 12px;
    }
    .whats-new-tags {
        margin-bottom: 18px;
    }
    .whats-new-content img.emoji {
        height: 18px!important;
        width: 18px!important;
    }
}