#header{ 
    background-color: var(--secondary-back-color) !important; 
}

.header-nav ul li a {
    color: var(--primary-txt-color);
}

.header-icons .wrapper-img img {
    filter: invert(0);
}

.section-info{
    padding-bottom: 16em;
}

.section-info .wrapper-breadcrumb{
    padding-top: 10em;
}

.section-info .wrapper-content{
    margin-bottom: 1.5em;
}

.section-info .wrapper-content:last-child{
    margin-bottom: 0;
}

.section-info .wrapper-content .wrapper-title{
    margin-top: 2.5em;
}

.section-info .wrapper-content .wrapper-title:first-child + .wrapper-text{
    margin-top: 2em;
}

.section-info .wrapper-content .wrapper-title h3{
    font-family: "poppins-semibold", sans-serif;
    font-size: 1.5em;
}

.section-info .wrapper-content .wrapper-title + .wrapper-text{
    margin-top: 1em;
}

.section-info .wrapper-content .wrapper-text{
    margin-top: 1.5em;
}

.section-info .wrapper-content .wrapper-text p{
    margin-bottom: 0.7em;
}

.section-info .wrapper-content .wrapper-text p:last-child{
    margin-bottom: 0;
}

.section-info .wrapper-text p span, .section-info .wrapper-text p strong, .section-info .wrapper-text p b{
    font-family: "poppins-semibold", sans-serif;
}

.section-info .wrapper-text p a{
    color: var(--fourth-txt-color);
    font-family: "poppins-semibold", sans-serif;
}