p,span,ul,ol,
.content additive-symbols: ;{
    text-shadow: none !important;
}
.hero-section {
    position: relative;
    height: 200px;
}

.hero-section::before {
    background: linear-gradient(270deg, #FFF 51.44%, rgba(255, 255, 255, 0.00) 100%);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 70%;
    z-index: 2;
}

.hero-overlay {
    background: linear-gradient(90deg, #012C6C 0%, rgba(1, 44, 108, 0.00) 100%);
    margin-top: -100px;
    z-index: 2;
    position: relative;
    padding: 7px 0;
}

.hero-image {
    display: block;
    height: 200px;
    object-fit: cover;
}

.hero-title {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 65px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 65px */
}

.content {
    padding: 20px 0;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif  !important;
}
.content span{
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif  !important;

}
.content-header a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #476E8E;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
    margin-bottom: 70px;
    text-decoration: none;
    /* 20.8px */
}

.content-header-bottom {
    display: flex;
    gap: 20px;
    align-items: center;
        margin-bottom: 30px;

}

.content-header-bottom .cat {
    padding: 7px 20px;
    border-radius: 20px;
    border: 1px solid #0E4784;
    color: #000;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 25.2px */

}

.content-header-bottom h1 {
    color: #000;
    font-family: 'Montserrat';
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.content h2 {
    margin-bottom: 20px !important;
       font-size: 1.8rem  !important;
    border-bottom: 2px solid #ec6f2a  !important;
    padding-bottom: 10px  !important;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif  !important;
}
.content h2 span,.content h1 span,.content h3 span{
    font-weight: 900 !important;
}
.content h2 span{
     font-size: 1.8rem !important; 
}
@media screen and (max-width: 1000px) {


    .hero-title {
        font-size: 45px;
    }
    .content-header-bottom{
        flex-wrap: wrap;
    }
    
}

@media screen and (max-width: 500px) {
    .hero-title {
        font-size: 35px;
    }
    .hero-overlay{
            margin-top: -60px;
    }
    .content-header-bottom h1{
            font-size: 30px;
    }
.content-header-bottom .cat{
        padding: 4px 10px;    font-size: 10px;
}
.content-header a{
    margin-bottom: 40px;
}
}