.custom-container .fast-payment{margin-top:30px;text-align:center}.custom-container .fast-payment .payment-header{font-size:20px;font-weight:700;margin-bottom:15px}.custom-container .fast-payment .payment-list{list-style:none;padding:0;margin:0;display:flex;justify-content:space-around;align-items:center}.custom-container .fast-payment .payment-list li{flex:0 0 auto}.custom-container .fast-payment .payment-list img{width:40px;transition:transform .3s ease}.custom-container .fast-payment .payment-list img:hover{transform:scale(1.1)}.custom-container .promo-offers{margin-top:30px;text-align:center}.custom-container .promo-offers .promo-header{font-size:18px;font-weight:700;margin-bottom:15px}.custom-container .promo-offers .promo-buttons{display:flex;flex-direction:column;gap:10px;align-items:center}.custom-container .promo-offers .promo-buttons button{padding:10px 20px;border:none;border-radius:16px;background:linear-gradient(45deg,#ff6347,#fc3);color:#fff;font-size:16px;cursor:pointer;transition:transform .3s ease,background .3s ease}.custom-container .promo-offers .promo-buttons button:hover{transform:translateY(-3px);background:linear-gradient(45deg,#ff7f50,#ffd700)}