.wrapper-target{
    -webkit-animation: unset;
    animation: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3.2rem;
    width: 100%;
    margin-right: 0;
}
.wrapper-target .main-menu-content-wrapper{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    align-items: center;
    margin-bottom: -1px;
}