.button-new {
@include reset-button;
background: #1db09a;
padding: 15px 30px;
border-radius: 100px;
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
font-weight: 400;
line-height: 22px;
color: #fff;
@include media('tablet-m') {
font-size: 16px;
line-height: 20px;
}
@include media("tablet-s") {
font-size: 14px;
line-height: 17px;
padding: 12px 30px;
}
}