﻿.impact-header-line {
    background-color: #326296;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    color: white;
    height: 32px;
    padding: 0 30px;
    font-size: 16px;
}
    .impact-header-line a {
        color: inherit;
        text-decoration: none;
    }
header .impact-body {
    height: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 30px;
    justify-content: space-between;
    background: #fff;
}
.impact-menu {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    margin: 0 -30px;
    padding: 0 30px;
    background-color: white !important;
    color: #343434;
    font-weight: 500;
    gap: 30px;
}
    .impact-menu button {
        margin-left: 30px;
    }
header .impact-body .left-part {
    width: 184px;
}
    header .impact-body .left-part img {
        width: 100%;
    }
.impact-menu a {
    color: inherit;
}
