

.header-two__main {
    .header-two__left{
        background-color: white;
        justify-content: right;
    }

    header-two__main-inner{
        display: flex;
        align-items: center;
    }

    .header-two__main-menu{
        justify-content: space-evenly;
        align-items: center;
    }

    header-two__button{
        background-color: #a9c338;

        .btn-inline{
            color: white !important; 
        }
    }
}

