#hero {
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 161, 85, 0.15) 100%);
    padding: 40px 0;
    margin-bottom: 50px;
}
#hero .inner {
    padding: 0 200px;
}
#hero .back {
    color: #0A0A0A;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#hero .back img {
    margin-right: 10px;
}
#hero .breadcrumbs a {
    color: #717182;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    text-decoration: none;
}
#hero .breadcrumbs .title {
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}
.meta {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.10);
}
.meta .cat span {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #F9ECE2;
    color: var(--Brand-Orange, #F7710D);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 106.667% */
    padding: 8px;
}
.meta h1 {
    color: #0A0A0A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 141.667% */
    margin: 30px 0;
}
.meta .bottom {
    color: #717182;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}
.meta .date i {
    margin-right: 5px;
}
#mc .content .featured img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 0 0 40px;
}
#mc {
    padding-bottom: 50px;
}
#mc .content p,
#mc .content li,
#mc .content a {
    color: rgba(10, 10, 10, 0.90);
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}
#mc .content h2 {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}
#mc .content h3 {
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    /* 150% */
}
#mc .content h4 {
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}
#mc .content h5 {
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}
#mc .content img {
    width: 100%;
    height: auto;
    margin: 20px 0;
}
