        .banner {
            height: 341px;
            background: url("/resources/images/2026/2years_mob.jpg?v1") no-repeat bottom center;
            background-color: #1c1c1c;
        }

        .txt1 {
            font-weight: 600;
            font-style: SemiBold;
            leading-trim: NONE;
            line-height: 25px;
            letter-spacing: 0%;
            text-transform: uppercase;
            font-size: 15px;
        }

        .txt2 {
            font-weight: 600;
            font-style: SemiBold;
            leading-trim: NONE;
            line-height: 35px;
            letter-spacing: 0%;
            text-transform: uppercase;
            font-size: 22px;
        }

        @media (min-width: 576px) {
            .banner {
                height: 231px;
                background: url("/resources/images/2026/2years_tablet2.jpg?v1") no-repeat bottom center;
                background-color: #1c1c1c;
            }

            .txt1 {
                font-size: 19.65px;
            }

            .txt2 {
                font-size: 29.94px;
            }

        }

        @media (min-width: 768px) {
            .banner {
                height: 164px;
                background: url("/resources/images/2026/2years_tablet1.jpg?v1") no-repeat bottom right;
                background-color: #1c1c1c;
            }

            .txt1 {
                font-size: 19.65px;
                width: 400px;
            }

            .txt2 {
                font-size: 29.94px;
                width: 400px;
            }
        }

        @media (min-width: 991px) {
            .banner {
                height: 164px;
                background: url("/resources/images/2026/2years_desktop.jpg?v1") no-repeat top right;
                background-color: #1c1c1c;
            }

            .txt1 {
                font-size: 23.32px;
                width: 580px;
            }

            .txt2 {
                font-size: 35.54px;
                width: 580px;
            }

        }

        @media (min-width: 1200px) {

            .txt1 {
                width: 750px;
            }

            .txt2 {
                font-size: 35.54px;
                width: 750px;
            }

        }