.page-title.dark-background {
    color: #fff;
    text-align: center;
    position: relative;
    /* padding: 180px 0 180px; */
    background-size: cover;
    background-position: center;
}

.page-title .container h1 {
    font-size: 2rem;
    font-weight: 600;
}

.page-title .container p {
    font-size: 1rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.template-shots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 55%;
    max-width: 1200px;
}

.template-shots img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive tweaks */
@media (max-width: 1200px) {
    .template-shots {
        width: 70%;
        bottom: -20px;
    }
}

@media (max-width: 992px) {
    .page-title .container h1 {
        font-size: 1.8rem;
    }

    .page-title .container p {
        font-size: 1rem;
    }

    .template-shots {
        width: 80%;
        bottom: -15px;
    }
}

@media (max-width: 768px) {
    /* .page-title {
        padding: 80px 0 120px;
    } */

    .page-title .container h1 {
        font-size: 1.5rem;
    }

    .template-shots {
        width: 90%;
        bottom: -10px;
    }

    .template-shots img {
        width: 100%;
        height: 150px;
        display: block;
    }
}

@media (max-width: 576px) {
    /* .page-title {
        padding: 60px 0 100px;
    } */

    .page-title .container h1 {
        font-size: 1.3rem;
    }

    .page-title .container p {
        font-size: 0.95rem;
    }

    .template-shots {
        width: 100%;
        bottom: -5px;
    }
}