.product-top-content-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
    position: relative;
}

.product-top-content-container .product-top-content-text p:last-of-type {
    margin-bottom: 0 !important;
}

.product-top-headline-content-container {
    display: flex;
    width: 100%;
}

.product-top-headline-content {
    display: flex;
    flex: 0 0 70%;
    max-width: 70%;
}

.product-top-content-logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 30%;
    max-width: 30%;
}

.product-top-content-logo svg {
    display: flex;
    transform: translateY(25%);
}

.product-top-content-title-logo {
    margin: 10px 0 auto 20px;
}

.product-top-content-title-logo svg {
    width: 45px;
    height: auto;
}

.product-top-content-text {
    flex: 100%;
}

/* svg */

.product-top-content-title-logo svg .st0 {
    fill: var(--text-primary);
}

.product-top-content-logo svg .st0 {
    fill: var(--text-primary);
}

@media (max-width: 1199px) {
    .product-top-content-title-logo {
        margin: 6px 0 auto 10px;
    }

    .product-top-content-title-logo svg {
        width: 31px;
    }
}

@media (max-width: 639px) {
    .product-top-content-container {
        margin-bottom: 32px;
    }

    .product-top-content-container .product-top-content-text p:last-of-type {
        margin-bottom: 0 !important;
    }

    .product-top-content-logo {
        display: none;
    }

    .product-top-content-logo svg {
        height: 20px;
        width: auto;
        transform: translateY(-10px);
    }

    .product-top-headline-content {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-top-content-logo {
        width: auto;
    }
}

@media (max-width: 639px) {
    .product-top-content-title-logo {
        margin: 1px 0 auto 8px;
    }

    .product-top-content-title-logo svg {
        width: 22px;
    }
}