.container-potof-parallax {
    position: relative;
    width: 100%;
    padding: 150px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.container-potof-parallax .background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.container-potof-parallax .background-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.container-potof-parallax .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.container-potof-parallax .content-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1200px;
}

.container-potof-parallax .text-orange {
    font-family: 'Quicksand', sans-serif;
    color: #ed6e04;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    margin-bottom: 8px;
}

.container-potof-parallax .text-white {
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
}

@media (min-width: 1024px) {
    .container-potof-parallax {
        padding: 230px 16px;
    }

    .container-potof-parallax .text-orange {
        font-size: 64px;
    }

    .container-potof-parallax .text-white {
        font-size: 64px;
    }
}
