.cart-container{background:#f57f48;background:linear-gradient(93deg,#f57f48 16%,#e65c00 27%,#ff15cf 62%,#ff6f15 92%);padding:40px}.cart-container .cta-content h1{font-size:1.2rem;font-weight:700}.cart-container .cta-content p{margin:20px 0}.cart-container .cta-btn button{background-color:#ff787c;cursor:pointer;padding:15px 20px;font-size:1rem;font-weight:300;border-radius:5px;transition:.5s ease-in}.cart-container .cta-btn button:hover{box-shadow:2px 2px 2px rgba(0,0,0,.3);background-color:#d03b40;text-shadow:1px 1px 2px rgba(0,0,0,.3)}@media only screen and (min-width:768px){.cart-container{display:flex;justify-content:space-around;align-items:center}.cart-container .cta-content h1{font-size:2rem}}