.content-container {
    bottom: 0%;
    color: #2C292F;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-container h1 {
    font-family: 'Lora', sans-serif;
    top: 230px;
    margin-bottom: 17px;
    margin-top: 232px;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.1em;
}

.content-container p {
    padding: 0 42px 0 42px;
    margin-bottom: 68px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}