.systemhigh-button {
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    width: auto;
 	 padding:0 35px;
    height: 50px;
    background: #4DA1F8;
}
.systemhigh-arrow {
    margin-left: 5px;
}.custom_button .systemhigh-button {background: var(--background_color);}.custom_button .systemhigh-button {color: var(--text_color);}