body .ebudget__content {
border: none;
background-color: transparent;
}

body .ebudget__content .ebudget__content-item {
border: 1px solid #bbbbbb;
background-color: rgba(253, 185, 19, 0.1);
border-radius: 4px
}

@media screen and (max-width: 1200px) {
body .ebudget__content {
display: flex;
flex-direction:column;
justify-content: center;
align-items:center;
}

body .ebudget__content .ebudget__content-item {
width: clamp(300px, 75%, 450px)
}
}

body .ebudget__content-item .number-position {
left: unset;
top: 50%;
right: 30px;
transform: translateY(-50%);
font-size: 200px
}