.how-section1{
    margin-top:-15%;
    padding: 10%;
}
.how-section1 h4{
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img 
{
    text-align: center;
}
.how-img img{
    width: 40%;
}
.petit{height: 350px !important;}

/* ============================= */
/* SIDEBAR BURKINA FASO STYLE   */
/* ============================= */

.sidebar-burkina {
    background: linear-gradient(180deg, #2D6A4F 0%, #1B4332 100%) !important;
}

/* BRAND */
.sidebar-burkina .sidebar-brand {
    background: #D62828;
    color: #F4C430 !important;
    font-weight: bold;
}

/* ICON */
.sidebar-burkina .sidebar-brand-icon {
    color: #F4C430 !important;
}

/* MENU LINKS */
.sidebar-burkina .nav-item .nav-link {
    color: #ffffff !important;
    border-radius: 8px;
    margin: 4px 10px;
    transition: all 0.3s ease;
}

/* HOVER */
.sidebar-burkina .nav-item .nav-link:hover {
    background: rgba(244, 196, 48, 0.15);
    color: #F4C430 !important;
    transform: translateX(5px);
}

/* ACTIVE ITEM */
.sidebar-burkina .nav-item.active .nav-link {
    background: #D62828 !important;
    color: #ffffff !important;
    font-weight: bold;
}

/* SIDEBAR HEADINGS */
.sidebar-burkina .sidebar-heading {
    color: #F4C430 !important;
    font-weight: bold;
    letter-spacing: 1px;
}

/* DIVIDERS */
.sidebar-burkina .sidebar-divider {
    border-top: 1px solid rgba(244, 196, 48, 0.2);
}