.menu_btn span, .menu_btn span::before, .menu_btn span::after {
    background-color: #000;
}
.header .logo .logo_wrap .img_block {
    background-image: url('/img/logo_blue.png');
}

.header .logo .logo_wrap span{
    color: #000000;
}

.header .nav .menu_item:hover a{
    color: #3D7CF6;
}

.menu_item a{
    color: #000000;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.header .nav .menu_item a:hover{
    color: #3D7CF6;
}
.header_bg  .menu_btn span, .header_bg  .menu_btn span::before, .header_bg  .menu_btn span::after {
    background-color: #fff;
}
.header_bg .logo .logo_wrap .img_block {
    background-image: url('/img/logo_white.png');
}
.header_bg .nav .menu_item:hover a{
    color: #fff;
}

.header_bg .logo .logo_wrap span {
    color: #fff;
}

.header_bg .nav .menu_item a {
    color: #fff;
}
.header_bg .nav .menu_item a:hover {
    color: rgb(236, 236, 236);
}

.dropdown_section .dropdown_title h2 {
    font-weight: 400;
    font-size: 24px;
}
.dropdown_content .container {
    max-width: 852px;
}

.hero_question .hero_title h2{
    text-align: center;
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.87);
}
.section_title h2{
    font-family: Fira Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    color: #3D7CF6;
}


@media (max-width: 576px) {
    .hero_title h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .section_title h2{
        font-size: 22px;
        line-height: 28px;
    }
}
