
    .hp-hero-banner {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    .product-item__picture {
        width: 100%;
        height: 100%;
    }
    .hp-hero-content {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        width: 100%;
        max-width: 600px;
        height: 100%;
        padding: 16px;
    }
    .hp-content-box {
        background: #ffffffed;
        padding: 20px;
        border-radius: 4px;
    }
    .hp-slogan {
        font-family: BrandonBold, Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #333;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .hp-paragraph {
        color: #333;
        font-family: Brandon, Helvetica, Arial, sans-serif;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .hp-cta-button {
        margin: 5px;
        max-width: 200px;
    }
    .hp-cta-secondary:hover {
        background: #666;
        color: #fff;
    }

.hp-button-contaner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    @media (max-width: 767px) {
.hp-button-contaner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
    }

    @media (max-width: 1200px) {
        .hp-hero-banner {
            height: 350px;
        }
    }
    @media (max-width: 300px) {
        .hp-hero-banner {
            height: 400px;
        }
    }