div.calculator{
    gap: 40px;
    display: flex;
    flex-direction: column;
}

label{
    margin-right: 20px;
}

div.calculator__section{
    gap: 15px;
    display: flex;
    flex-direction: column;
}

div.calculator__result{
    text-align: center;
}

select{
    width: 80%;
}

.calculator__text{
    padding-bottom: 0;
}

@media screen and (max-width: 537px) {
    td{
        max-width: 140px;
    }
}
