.product-line-section {
    display: flex;
    flex-direction: row;
    padding: 8.75em 50.54945054945055% 11.8125em 3.2967033%;
    column-gap: 1.17647059%;
    background: url('../images/product-line.png');
    border-radius: 1.5625em;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1024px) {
    .product-line-section {
        margin: 2.5em 0 0;
        padding: 2.3125em 0 2.1875em;
        column-gap: 1.17647059%;
        background: linear-gradient(253.34deg, rgba(0, 149, 218, 0) 1.47%, rgba(0, 149, 218, 0.6) 95.56%),
                    linear-gradient(147.4deg, rgba(111, 115, 203, 0) 20.35%, rgba(111, 115, 203, 0.6) 89.65%);
                    backdrop-filter: blur(15px);
                    -webkit-backdrop-filter: blur(15px);
    }
}