#product-magic-cart-main h1 {
    text-transform: none;
    font-size: 22px;
    text-align: left;
    line-height: 1.1;
    padding: 0;
    font-weight: 600;
}

#product-magic-cart-main .dotted-line-general {
    margin: 4px 0;
}

#product-magic-cart-main .product-subtitle {
    font-size: 19px;
    font-weight: 400;
    line-height: 21px;
}

#product-magic-cart-items h2 {
    text-transform: none;
    font-size: 20px;
    text-align: left;
    line-height: 1.1;
    padding: 0;
    font-weight: 600;
}

@media screen and (max-width: 1280px) {

    #product-magic-cart-main h1 {
        font-size: 19px;
        letter-spacing: 0.2px;
        margin-bottom: unset;
    }

    #product-magic-cart-main .product-subtitle {
        font-size: 17px !important;
        margin-bottom: unset;
    }

    #product-magic-cart-items h2 {
        font-size: 18px;
    }
}
