﻿.dimmed-background {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .dimmed-background::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

.dimmed-content {
    position: relative;
    z-index: 2;
}

.custom-light-gray {
    background-color: #f5f5f5;
}

.header-hrs {
    border: none;
    height: 3px;
    background-color: white;
}

p {
    font-size: larger;
}

.premium-header {
    background-image: url('../../Images/header-background.png');
    min-height: 670px;
}

.premium-logo {
    width: 15%;
}

.laptop-image {
    width: 80%;
}

.premium-faq {
    background-image: url('https://mcusercontent.com/7ae42f84ae326f999c9cd917a/images/db62550a-45bc-04e6-81a2-bd0c8dca9d20.jpg');
    min-height: 700px;
    padding: 30px;
}

.premium-faq blockquote {
    font-style: italic;
    font-size: 10px;
}

.a-premium {
    margin-bottom: 0;
}

.a-p-footer {
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .premium-header h1 {
        font-size: 1.5rem;
    }

    .premium-header p {
        font-size: 1rem;
    }

    .premium-logo {
        width: 30%;
    }

    .premium-header .btn-lg {
        padding: 8px 12px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .premium-faq {
        padding: 20px;
    }

    .premium-faq h1 {
        font-size: 1.5rem;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .a-premium {
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .a-p-footer {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }

    .premium-faq .btn-lg {
        padding: 8px 12px;
        font-size: 14px;
    }
}