/*.button-ipoteka {
    background-color: #1F1F1F;
    border-radius: 2px;
}*/
.button-ipoteka .tn-atom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 0px 20px;
    width: auto;
}
/*
.button-ipoteka :hover{
     background-color: #6C724E;
     border-radius: 2px;
}
*/
@media screen and (min-width: 960px) {
.button-ipoteka .tn-atom::after {
        content: '';
        background-image: url(https://static.tildacdn.com/tild3539-6230-4265-b539-303233346537/arrow.svg);
        width: 30px;
        height: 30px;
        background-size: cover;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: relative;
}
}
@media screen and (max-width: 960px) {
    .button-ipoteka .tn-atom::after {
        content: '';
        background-image: url(https://static.tildacdn.com/tild3539-6230-4265-b539-303233346537/arrow.svg);
        width: 49px;
        height: 49px;
        background-size: cover;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: relative;
    }
}