.list-titles li {
    list-style: none;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'Sofia Pro', sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
    margin-top: 20px;
    font-size: 2.23125rem;
    line-height: 1.2;
    width: 100%;
}

.list-titles ul {
    position: relative;
    height: fit-content;
    padding-bottom: 20px;
}