.selling-points-section {
                                 position: relative;
                             }
                             @media (max-width: 768px) {
                                 .selling-points-section {
                                     padding: 50px 15px 60px !important;
                                     min-height: auto !important;
                                 }
                                 .selling-points-container {
                                     padding: 0 5px !important;
                                 }
                                 .selling-points-title {
                                     font-size: 1.4rem !important;
                                     margin-bottom: 40px !important;
                                     padding-bottom: 20px !important;
                                     letter-spacing: 2px !important;
                                 }
                                 .selling-points-subtitle {
                                     font-size: 0.55em !important;
                                     letter-spacing: 3px !important;
                                     margin-bottom: 6px !important;
                                 }
                                 .selling-points-main-title {
                                     letter-spacing: 2px !important;
                                 }
                                 .selling-points-title-line {
                                     width: 60px !important;
                                 }
                                 .selling-points-grid {
                                     grid-template-columns: 1fr !important;
                                     gap: 35px !important;
                                     padding: 0 10px !important;
                                 }
                                 .selling-point-card {
                                     padding: 35px 25px !important;
                                     border-radius: 10px !important;
                                 }
                                 .selling-point-icon-wrapper {
                                     width: 70px !important;
                                     height: 70px !important;
                                     margin-bottom: 30px !important;
                                 }
                                 .selling-point-icon {
                                     font-size: 1.6rem !important;
                                 }
                                 .selling-point-icon-flag {
                                     width: 35px !important;
                                     height: 26px !important;
                                 }
                                 .selling-point-card-title {
                                     font-size: 0.95rem !important;
                                     margin-bottom: 18px !important;
                                     letter-spacing: 1.2px !important;
                                 }
                                 .selling-point-card-text {
                                     font-size: 0.9rem !important;
                                     line-height: 1.65 !important;
                                     letter-spacing: 0.15px !important;
                                 }
                                 .card-glow {
                                     opacity: 0.5 !important;
                                 }
                             }
