    .geoRedirectBtn {
        background: #202020;
        color: #fff;
        border: none;
        padding: 8px 13px 8px 16px;
        border-radius: 20px;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.2px;
    }
    .geoRedirectBtn::after {
        vertical-align: sub;
        content: "\ea61";
        font-family: tabler-icons;
        font-size: 20px;
        margin-left: 8px;
    }
    .geoRedirectTitle{
        color: #02011D;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 56px;
        letter-spacing: 0.12px;
    }
    @media (max-width:480px)  { 
        .geoRedirectTitle {
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 34px; /* 141.667% */
            letter-spacing: 0.1px;
            order: 2;
        }
        .geoRedirectText{
            font-size: 16px !important;
            font-style: normal;
            font-weight: 300;
            line-height: 26px !important; /* 162.5% */
            letter-spacing: 0.1px;
            order: 3;
        }
        .georedirect-background{
            height: 165.138px !important;
            order: 1;
        }
        .georedirect{
            display:grid !important;
            padding: 0px !important;
        }
        .geoRedirectBtn{
            width: 80%;
            margin-bottom: 16px;
            order: 4;       }
        #georedirect_ribbon .modal-body{
            padding: 64px 36px !important;
        }
     }

    .geoRedirectText{
        color: #000;
        font-size: 28px;
        font-style: normal;
        font-weight: 300;
        line-height: 40px;
        letter-spacing: 0.12px;
    }
    .georedirect-background{
        margin-top: 24px;
        margin-bottom: 24px;
    }