.new_home_block .buttons{
    gap: 36px;
    margin-top: 40px;
    align-items: center;
}
body .solutions .menu-items .menu-item.is-active img{
    -webkit-box-shadow:unset;
    box-shadow:unset;
}
@media screen and (max-width: 767px){
    body .new_home_block .buttons{
        margin-top: 30px;
    }
}
body .solutions .menu-items .menu-item:after{
    background: #16161D;
}
.new_home_block button.terciary{
    font-weight: 500;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0.03em;
    color: #fff;
    text-align: center;
    padding: 10px 16px;
    text-transform: uppercase;
    border-radius: 4px;
    background: #000;
    margin-left: 0;
}
.new_home_block .elementor-addons-button-secondary{
    padding: 0;
    background: transparent;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #000;
    gap: 14px;
    display: flex;
    align-items: center;
}