/* Voucher skin — CSS VERBATIM from english-test-voucher-code.html comp, scoped under body.galv-voucher. Do NOT re-skin. */

        body.galv-voucher {
            --bg-navy: #13217c;
            --primary-blue: #3b5bff;
            --cta-magenta: #cc00cc;
            --accent-blue: #e6ebff;
            --text-white: #fffdfe;
            --text-dark: #333;
            --text-gray: #808080;
            --font-heading: 'Poppins', sans-serif;
            --font-body: 'Inter', sans-serif;
            --container-width: 1920px;
        }

        body.galv-voucher *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body.galv-voucher {
            font-family: var(--font-body);
            color: var(--text-dark);
        }

        body.galv-voucher h1, body.galv-voucher h2, body.galv-voucher h3, body.galv-voucher h4, body.galv-voucher h5, body.galv-voucher h6{
            font-family: var(--font-heading);
            font-weight: 600;
        }

        body.galv-voucher h2.section-title{
            font-size: 36px;
            line-height: 48px;
            color: var(--primary-blue);
            text-align: center;
            margin-bottom: 15px;
        }

        body.galv-voucher .container{
            width: 100%;
            max-width: var(--container-width);
            padding: 0 80px;
            margin: 0 auto;
        }

        body.galv-voucher section{
            display: flex;
            justify-content: center;
            padding: 60px 0;
        }

        body.galv-voucher .section-for-desktop{
            display: flex;
            justify-content: center;
            padding: 60px 0;
        }

        body.galv-voucher .btn{
            display: inline-block;
            padding: 12px 24px;
            border-radius: 10px;
            font-weight: 600;
            text-decoration: none;
            cursor: pointer;
            transition: all .3s ease;
            border: none;
            font-family: var(--font-heading);
        }

        body.galv-voucher .btn-blue{
            background-color: var(--primary-blue);
            border-radius: 10px;
            font-size: 18px;
            color: var(--text-white);
        }

        body.galv-voucher .btn-blue:hover{
            background-color: #13217c;
        }

        body.galv-voucher section{
            padding: 0 0 0px;
        }

        body.galv-voucher .hero{
            background-color: var(--bg-navy);
            color: var(--text-white);
            padding: 60px 0 60px;
            position: relative;
            overflow: hidden;
        }

        body.galv-voucher .hero .container{
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 40px;
            align-items: center;
        }

        body.galv-voucher .offer-card{
            background: #fff;
            border-radius: 20px;
            overflow: hidden;
        }

        body.galv-voucher .offer-card-header{
            background: var(--cta-magenta);
            color: white;
            padding: 15px 20px;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        body.galv-voucher .offer-icon-wrapper{
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        body.galv-voucher .offer-header-text h3{
            font-size: 20px;
            margin-bottom: 2px;
            font-family: var(--font-heading);
            font-weight: 600;
        }

        body.galv-voucher .offer-header-text p{
            font-size: 14px;
            line-height: 22px;
            margin: 0;
            font-family: var(--font-body);
        }

        body.galv-voucher .offer-table{
            width: 100%;
            border-collapse: collapse;
            text-align: center;
            color: var(--text-dark);
        }

        body.galv-voucher .offer-table th, body.galv-voucher .offer-table td{
            padding: 12px 10px;
            border: 1px solid #e0e0e0;
            border-top: none;
        }

        body.galv-voucher .offer-table th{
            background: #FFF6E5;
            font-weight: 600;
            font-size: 14px;
            line-height: 22px;
            color: var(--text-dark);
            border-bottom: 1px solid #d0d5f0;
        }

        body.galv-voucher .offer-table th:first-child, body.galv-voucher .offer-table td:first-child{
            text-align: left;
            border-left: none;
            width: 42%;
            padding-left: 20px;
        }

        body.galv-voucher .offer-table th:last-child, body.galv-voucher .offer-table td:last-child{
            border-right: none;
        }

        body.galv-voucher .offer-table td{
            font-size: 14px;
            font-weight: 500;
            background: #fff;
            color: var(--text-dark);
        }

        body.galv-voucher .offer-table td.code-text{
            color: var(--primary-blue);
            font-weight: 600;
            letter-spacing: 0.5px;
        }

        body.galv-voucher .btn-sm{
            padding: 8px 16px;
            font-size: 14px;
            border-radius: 10px;
        }

        /* STATS BAR */
        body.galv-voucher .stats-bar{
            background: var(--text-white);
            border-radius: 20px;
            padding: 30px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin: -80px auto 0;
            max-width: 1062px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
            text-align: center;
            position: relative;
            z-index: 20;
        }

        body.galv-voucher .stat-item h2{
            font-size: 40px;
            color: var(--bg-navy);
            margin-bottom: 4px;
            font-weight: 600;
        }

        body.galv-voucher .stat-item p{
            font-size: 16px;
            color: var(--text-dark);
            line-height: 26px;
            max-width: 220px;
            margin: 0 auto;
        }

        body.galv-voucher .stat-item p span{
            color: var(--cta-magenta);
            font-weight: 600;
        }

        /* CONTACT FORM */
        body.galv-voucher .contact-form{
            padding: 60px 0;
            background-color: var(--bg-navy);
        }

        body.galv-voucher .contact-form-wrapper{
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }

        body.galv-voucher .contact-form-left{
            display: flex;
            align-items: center;
            justify-content: center;
        }

        body.galv-voucher .contact-form-left img{
            width: 100%;
            height: auto;
        }

        body.galv-voucher .contact-form-right form{
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        body.galv-voucher .contact-form-right form .form-group{
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        body.galv-voucher .contact-form-right form .form-group label{
            font-weight: 600;
        }

        body.galv-voucher .contact-form-right form .form-group input, body.galv-voucher .contact-form-right form .form-group textarea{
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        body.galv-voucher .contact-form-right form .form-group input:focus, body.galv-voucher .contact-form-right form .form-group textarea:focus{
            outline: none;
            border-color: var(--cta-magenta);
        }

        body.galv-voucher .contact-form-right form .btn-blue{
            background-color: var(--cta-magenta);
            color: #fff;
            border: none;
            padding: 10px;
            border-radius: 5px;
            cursor: pointer;
        }

        body.galv-voucher .contact-form-right form .btn-blue:hover{
            background-color: var(--cta-magenta);
        }

        /* FAQ */
        body.galv-voucher .faq-section{
            padding: 60px 0;
        }

        body.galv-voucher .faq-container{
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
        }

        body.galv-voucher .faq-title{
            font-family: var(--font-heading);
            font-size: 36px;
            line-height: 48px;
            font-weight: 600;
            color: var(--primary-blue);
            margin-bottom: 30px;
        }

        body.galv-voucher .faq-item{
            background: var(--primary-blue);
            margin-bottom: 18px;
            overflow: hidden;
        }

        body.galv-voucher .faq-question{
            padding: 20px 50px 20px 20px;
            font-size: 20px;
            line-height: 30px;
            font-weight: 400;
            color: var(--text-white);
            cursor: pointer;
            position: relative;
            transition: all 0.3s ease;
            user-select: none;
        }

        body.galv-voucher .faq-question::after{
            content: "›";
            position: absolute;
            right: 28px;
            top: 50%;
            transform: translateY(-50%) rotate(0deg);
            font-size: 28px;
            color: #fff;
            font-weight: 400;
            transition: transform 0.3s ease;
            line-height: 1;
        }

        body.galv-voucher .faq-question.active::after{
            content: "›";
            transform: translateY(-50%) rotate(90deg);
        }

        body.galv-voucher .faq-answer{
            background-color: var(--accent-blue);
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
            padding: 0 28px;
            font-size: 20px;
            line-height: 30px;
            font-weight: 400;
            color: var(--primary-blue);
        }

        body.galv-voucher .faq-answer.active{
            max-height: 500px;
            padding: 20px;
        }

        /* FAQ Layout */
        body.galv-voucher .faq-layout{
            display: grid;
            grid-template-columns: 2fr 3fr;
            gap: 20px;
            align-items: start;
        }

        body.galv-voucher .faq-image-col{
            position: sticky;
            top: 40px;
        }

        body.galv-voucher .faq-image-col img{
            width: 100%;
            max-width: 420px;
            height: auto;
            border-radius: 20px;
            display: block;
        }

        body.galv-voucher .faq-layout .faq-container{
            max-width: 100%;
            margin: 0;
            padding: 0;
        }

        /* UNI PARTNERS CAROUSEL */
        body.galv-voucher .uni-partners{
            background: var(--text-white);
            border-radius: 20px;
            padding: 30px;
            display: grid;
            margin: -100px auto 0;
            max-width: 1062px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
            text-align: center;
            position: relative;
            z-index: 20;
        }

        body.galv-voucher .uni-partners h2{
            font-family: var(--font-heading);
            font-size: 22px;
            line-height: 30px;
            font-weight: 600;
            color: var(--primary-blue);
            margin-bottom: 30px;
        }

        body.galv-voucher .logo-carousel{
            width: 100%;
            overflow: hidden;
            position: relative;
            padding: 10px 0;
        }

        body.galv-voucher .logo-track{
            display: flex;
            width: max-content;
            animation: scroll 40s linear infinite;
            gap: 30px;
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(calc(-140px * 20));
            }
        }

        body.galv-voucher .logo-track:hover{
            animation-play-state: paused;
        }

        body.galv-voucher .logo-item{
            width: 110px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
        }

        body.galv-voucher .logo-item img{
            height: 45px;
            width: auto;
            max-width: 180px;
            object-fit: contain;
            transition: all .5s ease;
        }

        body.galv-voucher .logo-item:hover img{
            transform: scale(1.08);
        }

        /* OTHER TOEFL DISCOUNT CODES SECTION */
        body.galv-voucher .other-codes-section{
            background-color: var(--accent-blue);
            padding: 60px 0;
            margin-top: -100px;
            padding-top: 150px;
        }

        @media (max-width: 768px) {
            body.galv-voucher .other-codes-section{
                background-color: var(--accent-blue);
                padding: 60px 0;
                margin-top: -280px;
                padding-top: 330px;
            }
        }

        body.galv-voucher .other-codes-layout{
            display: grid;
            grid-template-columns: 1fr 1.6fr;
            gap: 50px;
            align-items: center;
        }

        body.galv-voucher .other-codes-left{
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-items: flex-start;
        }

        body.galv-voucher .other-codes-title{
            font-family: var(--font-heading);
            font-size: 36px;
            line-height: 48px;
            color: var(--primary-blue);
            font-weight: 600;
            margin: 0;
        }

        body.galv-voucher .other-codes-desc{
            font-family: var(--font-body);
            font-size: 18px;
            line-height: 29px;
            color: var(--text-dark);
            margin: 0;
        }

        body.galv-voucher .other-codes-right{
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        body.galv-voucher .other-codes-card-header{
            background: var(--bg-navy) !important;
        }

        /* VOUCHER HERO CAROUSEL */
        body.galv-voucher .voucher-hero{
            padding: 60px 0 140px;
            text-align: center;
        }

        body.galv-voucher .voucher-hero .container{
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0;
            max-width: 1400px;
        }

        body.galv-voucher .voucher-hero-title{
            color: var(--text-white);
            font-size: 36px;
            line-height: 1.35;
            font-weight: 600;
            margin-bottom: 40px;
            font-family: var(--font-heading);
            max-width: 860px;
            text-align: center;
        }

        body.galv-voucher .voucher-carousel-container{
            width: 100%;
            position: relative;
            padding-bottom: 50px;
        }

        body.galv-voucher .voucher-card{
            background: #fff;
            border-radius: 20px;
            padding: 25px 20px;
            display: flex !important;
            flex-direction: column;
            align-items: center;
            gap: 16px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
            height: auto;
        }

        body.galv-voucher .voucher-logo-box{
            width: 100%;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 16px;
        }

        body.galv-voucher .voucher-logo-box img{
            max-height: 60px;
            max-width: 170px;
            object-fit: contain;
        }

        body.galv-voucher .voucher-name{
            font-family: var(--font-heading);
            font-size: 18px;
            font-weight: 600;
            color: var(--cta-magenta);
            text-align: center;
            margin: 0;
        }

        body.galv-voucher .voucher-price-row{
            display: flex;
            justify-content: space-between;
            width: 100%;
            font-size: 16px;
            color: var(--text-dark);
            font-family: var(--font-body);
        }

        body.galv-voucher .voucher-label{
            font-weight: 500;
            color: var(--text-dark);
        }

        body.galv-voucher .voucher-actual-price{
            text-decoration: line-through;
            color: var(--text-gray);
            font-weight: 500;
        }

        body.galv-voucher .voucher-our-price{
            font-weight: 600;
            color: var(--text-dark);
        }

        body.galv-voucher .voucher-btn{
            width: 100%;
            text-align: center;
            margin-top: auto;
            font-size: 16px;
            padding: 12px 20px;
        }

        body.galv-voucher .voucher-carousel-container .swiper-button-prev, body.galv-voucher .voucher-carousel-container .swiper-button-next{
            color: var(--text-white);
            background: rgba(255,255,255,0.15);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            top: 40%;
        }

        body.galv-voucher .voucher-carousel-container .swiper-button-prev::after, body.galv-voucher .voucher-carousel-container .swiper-button-next::after{
            font-size: 16px;
            font-weight: 600;
        }

        body.galv-voucher .voucher-carousel-container .swiper-pagination{
            bottom: 0;
        }

        body.galv-voucher .voucher-carousel-container .swiper-pagination-bullet{
            background: rgba(255, 255, 255, 0.5);
            opacity: 1;
        }

        body.galv-voucher .voucher-carousel-container .swiper-pagination-bullet-active{
            background: var(--text-white);
        }

        /* AFFORDABLE SOLUTIONS SECTION */
        body.galv-voucher .affordable-solutions{
            background-color: #fff;
            padding: 60px 0;
        }

        body.galv-voucher .affordable-layout{
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        body.galv-voucher .affordable-left{
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-items: flex-start;
        }

        body.galv-voucher .affordable-title{
            font-family: var(--font-heading);
            font-size: 36px;
            line-height: 1.3;
            font-weight: 600;
            color: var(--primary-blue);
            margin: 0;
        }

        body.galv-voucher .affordable-text{
            font-size: 18px;
            line-height: 29px;
            color: var(--text-dark);
            margin: 0;
            font-family: var(--font-body);
        }

        body.galv-voucher .affordable-btn{
            font-size: 16px;
            padding: 14px 28px;
            margin-top: 10px;
        }

        body.galv-voucher .affordable-right{
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        body.galv-voucher .affordable-feature-card{
            background: var(--accent-blue);
            border-radius: 16px;
            padding: 24px 28px;
        }

        body.galv-voucher .affordable-feature-card:hover{
            border: 2px solid #a0aeff;
        }

        body.galv-voucher .affordable-card-header{
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 12px;
        }

        body.galv-voucher .affordable-check-icon{
            width: 36px;
            height: 36px;
            flex-shrink: 0;
            background: #fffdfe;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        body.galv-voucher .affordable-check-icon img{
            width: 24px;
            height: 24px;
            object-fit: contain;
        }

        body.galv-voucher .affordable-card-title{
            font-family: var(--font-heading);
            font-size: 20px;
            font-weight: 600;
            color: var(--primary-blue);
            margin: 0;
        }

        body.galv-voucher .affordable-card-desc{
            font-size: 16px;
            line-height: 26px;
            color: var(--text-dark);
            margin: 0;
            font-family: var(--font-body);
        }

        /* WHY USE GALVANIZE VOUCHER CODES SECTION */
        body.galv-voucher .why-galvanize{
            background-color: var(--accent-blue);
            padding: 60px 0;
        }

        body.galv-voucher .why-galvanize-grid{
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
            margin-top: 50px;
            margin-bottom: 100px;
        }

        body.galv-voucher .why-card{
            background: #fff;
            border-radius: 20px;
            padding: 20px 20px 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 20px;
        }

        body.galv-voucher .why-card:hover{
            border: 2px solid #a0aeff;
        }

        body.galv-voucher .why-card-icon{
            width: 90px;
            height: 90px;
            border-radius: 50%;
            background: var(--accent-blue);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        body.galv-voucher .why-card-icon img{
            width: 52px;
            height: 52px;
            object-fit: contain;
        }

        body.galv-voucher .why-card-title{
            font-family: var(--font-heading);
            font-size: 20px;
            font-weight: 600;
            color: var(--primary-blue);
            margin: 0;
        }

        body.galv-voucher .why-card-desc{
            font-size: 16px;
            line-height: 26px;
            color: var(--text-dark);
            margin: 0;
            font-family: var(--font-body);
        }

        /* Consolidated Media Queries */
        @media (max-width: 1024px) {
            body.galv-voucher .offer-card:nth-child(2) .offer-table{
                display: block;
            }

            body.galv-voucher .offer-card:nth-child(2) .offer-table thead, body.galv-voucher .offer-card:nth-child(2) .offer-table tbody{
                display: block;
            }

            body.galv-voucher .offer-card:nth-child(2) .offer-table thead tr, body.galv-voucher .offer-card:nth-child(2) .offer-table tbody tr{
                display: flex;
                flex-wrap: wrap;
            }

            body.galv-voucher .offer-card:nth-child(2) .offer-table thead tr th:nth-child(3){
                display: none;
            }

            body.galv-voucher .offer-card:nth-child(2) .offer-table th:first-child, body.galv-voucher .offer-card:nth-child(2) .offer-table td:first-child, body.galv-voucher .offer-card:nth-child(2) .offer-table th:nth-child(2), body.galv-voucher .offer-card:nth-child(2) .offer-table td:nth-child(2){
                flex: 1;
                width: 50%;
            }

            body.galv-voucher .offer-card:nth-child(2) .offer-table tbody tr td:nth-child(3){
                flex: 0 0 100%;
                width: 100%;
                text-align: center;
                border: none;
                padding: 25px 0;
                background: transparent;
                display: flex;
                justify-content: center;
            }

            body.galv-voucher .btn-sm{
                font-size: 14px;
                line-height: 24px;
                padding: 8px 16px;
            }

            body.galv-voucher .container{
                padding: 0 40px;
            }

            body.galv-voucher .hero{
                padding: 40px 0 120px;
            }

            body.galv-voucher .hero .container{
                display: flex;
                flex-direction: column;
                gap: 10px;
                align-items: start;
            }

            body.galv-voucher .contact-form{
                padding: 40px 0;
            }

            body.galv-voucher .faq-section{
                padding: 40px 0;
            }

            body.galv-voucher .other-codes-layout{
                gap: 30px;
            }

            body.galv-voucher .other-codes-title{
                font-size: 28px;
                line-height: 40px;
            }

            body.galv-voucher .voucher-hero{
                padding: 40px 0 140px;
            }

            body.galv-voucher .voucher-hero-title{
                font-size: 28px;
                margin-bottom: 30px;
            }

            body.galv-voucher .affordable-layout{
                gap: 40px;
            }

            body.galv-voucher .affordable-title{
                font-size: 28px;
            }

            body.galv-voucher .why-galvanize-grid{
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }
        }

        @media (max-width: 768px) {
            body.galv-voucher .uni-partners h2{
                font-size: 20px;
            }

            body.galv-voucher .contact-form-wrapper{
                display: flex;
                flex-direction: column;
                gap: 30px;
            }

            body.galv-voucher .faq-layout{
                display: flex;
                flex-direction: column;
                gap: 30px;
            }

            body.galv-voucher .faq-image-col{
                display: none;
            }

            body.galv-voucher .faq-title{
                font-size: 24px;
                line-height: 38px;
            }

            body.galv-voucher .container{
                padding: 0 20px;
            }

            body.galv-voucher h2.section-title{
                font-size: 24px;
                line-height: 38px;
                margin-bottom: 10px;
            }

            body.galv-voucher .hero{
                padding: 40px 0 250px;
            }

            body.galv-voucher .hero .container{
                grid-template-columns: 1fr;
                gap: 0px;
                text-align: left;
                padding: 0 20px;
            }

            body.galv-voucher .offer-table td{
                font-size: 12px;
                padding: 14px 8px;
            }

            body.galv-voucher .offer-table td:first-child{
                padding-left: 10px;
            }

            body.galv-voucher .btn-sm{
                font-size: 16px;
                line-height: 26px;
                padding: 12px 24px;
            }

            body.galv-voucher .stats-bar{
                grid-template-columns: 1fr;
                margin-top: 20px;
            }

            body.galv-voucher .stat-item p{
                font-size: 16px;
                line-height: 26px;
                max-width: 200px;
            }

            body.galv-voucher .stats-bar{
                margin-top: -200px;
            }

            body.galv-voucher .other-codes-layout{
                grid-template-columns: 1fr;
                gap: 30px;
            }

            body.galv-voucher .other-codes-title{
                font-size: 24px;
                line-height: 38px;
            }

            body.galv-voucher .other-codes-desc{
                font-size: 16px;
                line-height: 26px;
            }

            body.galv-voucher .other-codes-btn{
                width: 100%;
                text-align: center;
                box-sizing: border-box;
            }

            body.galv-voucher .voucher-hero{
                padding: 40px 0 250px;
            }

            body.galv-voucher .voucher-hero-title{
                font-size: 22px;
                line-height: 1.4;
                margin-bottom: 25px;
            }

            body.galv-voucher .affordable-solutions{
                padding: 40px 0;
            }

            body.galv-voucher .affordable-layout{
                grid-template-columns: 1fr;
                gap: 30px;
            }

            body.galv-voucher .affordable-title{
                font-size: 24px;
                line-height: 1.4;
            }

            body.galv-voucher .affordable-text{
                font-size: 16px;
            }

            body.galv-voucher .affordable-btn{
                width: 100%;
                text-align: center;
                box-sizing: border-box;
            }

            body.galv-voucher .affordable-card-title{
                font-size: 18px;
            }

            body.galv-voucher .why-galvanize{
                padding: 40px 0;
            }

            body.galv-voucher .why-galvanize-grid{
                grid-template-columns: repeat(2, 1fr);
                gap: 16px;
                margin-top: 30px;
            }

            body.galv-voucher .why-card{
                padding: 25px 18px 22px;
                gap: 14px;
            }

            body.galv-voucher .why-card-icon{
                width: 96px;
                height: 96px;
            }

            body.galv-voucher .why-card-icon img{
                width: 64px;
                height: 64px;
            }

            body.galv-voucher .why-card-title{
                font-size: 22px;
            }

            body.galv-voucher .why-card-desc{
                font-size: 18px;
                line-height: 28px;
            }
        }

        @media (max-width: 480px) {
            body.galv-voucher .why-galvanize-grid{
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 350px) {
            body.galv-voucher .btn{
                font-size: 16px;
                padding: 12px 16px;
            }
        }

