
        .delivery-payment {
            background-image: url('/wp-content/themes/the-hanger/img_from_figma/bg_thankyou.png');
			background-size: 100% 100%;
			padding-top: calc(32 * var(--rpx));
			position: relative;
			padding-bottom: calc(205 * var(--rpx));
        }
        
        h2 {
			font-family: Montserrat;
			font-size: var(--f_size56);
			font-weight: 700;
			line-height: var(--l_height68);
			text-align: center;
			color: rgba(36, 36, 36, 1);
			margin-top: 40px;
        }
        h3 {
            width: 40%;
            font-family: Montserrat;
            font-size: var(--f_size18);
			text-align: center;
			color: rgba(36, 36, 36, 1);
			margin: 20px auto;
        }
        .delivery-payment-text h3 {
            font-weight: 700;
        }
        .delivery-info {
            margin: 20px 0;
        }
        
        .novaposhta-title {
            position: relative;
            padding-left: 40px; /* Відступ для іконки */
        }

        .novaposhta-title:before {
            content: url('/wp-content/themes/the-hanger/images/novaposhta-02.svg');
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 35px; /* Ширина іконки */
            height: auto;
        }
        
        .ukrposhta-title {
            position: relative;
            padding-left: 40px; /* Відступ для іконки */
        }

        .ukrposhta-title:before {
            content: url('/wp-content/themes/the-hanger/images/ukrposhta-01.svg');
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 35px; /* Ширина іконки */
            height: auto;
        }

        
        .delivery-payment-text {
			display: flex; 
			justify-content: center; 
			bottom: 0; 
			left: 50%; 
		}
		
		.delivery-payment-text li {
		    list-style: square;
		}
        
        .delivery-payment-container {
            padding: calc(20 * var(--rpx)) calc(44 * var(--rpx)); 
			border-radius: 20px; box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12); font-family: Montserrat; font-size: var(--f_size24);
			font-weight: 400; 
			line-height: var(--l_height29); 
			background: #fff; color: rgba(36, 36, 36, 1);
        }
        
        .delivery-payment-text p {
            margin-bottom: 10px;
        }
					
					@media (max-width: 1024px) {
						.delivery-payment  {
						    padding-top: calc(7 * var(--rpx));
			                padding-bottom: calc(30 * var(--rpx));
						}
						
						h2 {
							font-size: calc(40 * var(--rpx));
							line-height: calc(48.76 * var(--rpx));
							margin-bottom: 0px !important;
						}
						h3 {
                            width: 80%;
                            font-size: calc(14 * var(--rpx));
                        }   
                        
                        
                        .delivery-payment-text h3 {
                            font-size: calc(16 * var(--rpx));
                        }
                        .delivery-payment-container {
                            padding: calc(20 * var(--rpx)) calc(20 * var(--rpx));
                        }
                        
						.delivery-payment-text {
							font-size: calc(14 * var(--rpx));
							line-height: calc(17 * var(--rpx));
							margin-top: 0;
							padding: calc(28 * var(--rpx)) !important;
						}
						.delivery-payment-text p, .delivery-payment-text li {
						    font-size: calc(14 * var(--rpx));
						}
					}