@media screen and (min-width: 600px) {
    .box_other {
        display: flex;
        gap: 26px !important;
        align-items: flex-end;
    }
}
@media screen and (min-width: 600px) {
    .box_monthly {
        width: 316px;
    }
}