.report-info-container { display: flex; flex-direction: column; background-color: var(--color-gray-0); margin: 40px 30px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); padding: 10px; .title{ flex: 1 1 0; text-align: center; margin: 5px; } .card-col-1 { display: flex; } & > yinput:last-child{ height: 100px; } } .submit-button { position: absolute; bottom: 0; left: 0; right: 0; display: flex; .button-item{ flex: 1 1 0; height: 50px; } }