

    .abi-page-home__section-one a {
        background-color: #F8236A !important;
        color: #fff;
        position: absolute;
        bottom: 13vw;
        left: 24vw;
        width: 14vw;
        height:3vw;
        letter-spacing: 2px;
        font-size: 1.4vw;
        text-align: center;
        line-height: 2;
        font-weight: bold;
        border-radius: 0.3vw;
        z-index: 9999;
        font-family: FredokaOne-Regular, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    }
    
    @media(max-width:1022px) {
        .abi-page-home__section-one a {
            right: 0;
            left: 0;
            margin: 0px auto;
            line-height: 2.5;
            width: 20vw;
            height: 5vw;
            font-size: 1.8vw;
            bottom: 20px; 
        }
    }

    @media(max-width:600px) {
        .abi-page-home__section-one a {
            width: 36vw;
            height: 10vw;
            font-size: 3.5vw;
        }
    }