Вы можете добавить это правило css к селектору text-bottom
, чтобы достичь того, что вы ищете.
.text-bottom {
background-color: #fff;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 80%;
width: 50%;
text-align: center;
padding: 30px;
}