.price-cart-block {
    padding: 110px 65px !important;
    border-radius: 16px;
    margin-top: 80px; 
}

.price-cart-block .text-wrapper .subtitle {
    font-size: 1.125rem;
    opacity: 0.4;
    text-transform: uppercase;
    letter-spacing: 1rem;
    padding-bottom: 25px;
    padding: 0px;
}

.price-cart-block .text-wrapper .title {
    font-size:  3.5rem;
    color: #4C4766;
    padding-bottom: 40px;
    font-family:'Playfair Display', serif;
}

.price-cart-block .price-cart-wrapper {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;

}

.price-cart-block .price-cart-wrapper .single_price_cart {
    padding: 40px 72px 100px 40px;
    border-radius: 16px;
    background: linear-gradient(
            137deg,
            #382f4e 0%,
            rgba(82, 60, 106, 0) 19.86%,
            rgba(66, 52, 87, 0.19) 68.23%,
            rgba(246, 220, 212, 0.45) 100%
        ),
        #493661;
    color: #ffefea;
    gap: 15px;
    flex: 1;
    position: relative; 
}

.price-cart-block .price-cart-wrapper .single_price_cart  .title, .price-cart-block .price-cart-wrapper .single_price_cart  .cart_price {
    font-family:'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 48px;
}

.price-cart-block .price-cart-wrapper .single_price_cart  .cart_price {
    font-size: 3.5rem;
    margin-bottom: 35px;
}

.price-cart-block .price-cart-wrapper .single_price_cart .content {
    line-height: 150%;
}

.price-cart-block .price-cart-wrapper .single_price_cart .content ul {
    list-style: disc;
    list-style-position: inside;
    font-size: 1.125rem;
    line-height: 25px;
    font-weight: 300;
}

.price-cart-block .price-cart-wrapper .single_price_cart .content a {
    color: #ffefea;
}

.price-cart-block .price-cart-wrapper .single_price_cart  .button-wrapper {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

  .price-cart-block .price-cart-wrapper .orange {
    background-color: #D45F3B;
    color: #fff;
    border: unset;
    font-family: "Biryani", sans-serif;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
    border-radius: 16px;
    padding: 16px 32px;
    text-decoration: none;
    width: 50%;
    margin: 0 auto;
    margin-top: 80px;
  }


  /* Tablet */
@media screen and (min-width: 520px) and (max-width: 1399px) {
   
    .price-cart-block { 
        padding: 50px 32px !important;;
    }

    .price-cart-block .price-cart-wrapper {
        flex-direction: column;
        gap: 70px;
    }



  
 
}

/* Mobile */
@media screen and (min-width: 300px) and (max-width: 519px) { 
.price-cart-block {
    padding: 70px 16px !important;;
}

.price-cart-block .text-wrapper .subtitle { 
    font-size: 10px;
    letter-spacing: 0.3rem;
    padding-bottom: 1rem;
}

.price-cart-block .text-wrapper .title { 
    font-size: 2rem;
    padding-bottom: 2rem;
}

.price-cart-block .price-cart-wrapper .single_price_cart {
    padding: 32px;
}

.price-cart-block .price-cart-wrapper .single_price_cart .content ul {
    font-size: 1rem;
    list-style-position: outside;
}

.price-cart-block .price-cart-wrapper .orange {
    width: 100%;
}

.price-cart-block .price-cart-wrapper {
    flex-direction: column;
    gap: 70px;
}


}