.option{ display: inline-flex; justify-content: space-between; width: 80%; border: 1px solid black; border-radius: 10px; height: 300px; } .image{ width: 30%; height: 100%; } p{ font-family: Arial; font-size: 30px; } .btn{ margin-top: 120%; display: inline-block; outline: 0; cursor: pointer; border-radius: 8px; box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%); background: #FFD814; border: 1px solid #FCD200; font-size: 13px; height: 31px; padding: 0 11px; text-align: center; width: 100%; min-width: 200px; font-weight: 500; color: #0F1111; :hover{ background: #F7CA00; border-color: #F2C200; box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%); } } #givenOptions{ width: 100%; align-self: center; }