.gpi-lure {

        padding:1em; 
        margin-top:2em;
        font-family: 'Open Sans';
    }

    .gpi-lure-yellow {

        background: #FDD303;
        border-bottom: 4px solid #5f6062;
    }

    .gpi-lure-blue {
        
        background: #5F6062;
        border-bottom: 4px solid #FDD303;
    }

    .gpi-lure span {

        display: block;
        margin-bottom: 2em;

        font-family: 'Open Sans'; 
        font-style: normal; 
        font-weight: 600; 
        font-size: 24px; 
        line-height: 36px; 
    }

    .gpi-lure-yellow span {

        color: #000;

    }

        .gpi-lure-blue span {

        color: #fff;

    }

.gpi-lure a {

    font-weight:600;
    font-size:14px;
} 

   .gpi-lure-yellow a {

        color: #000;  
        display:block;
        padding: 10px 20px 10px 10px; 
        gap: 25px; 
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) -0.05%, #FFFFFF 100%); 
        border-bottom: 1px solid #5F6062; 
    }

    .gpi-lure-blue a {

        background:#FDD303; 
        color:#000; 
        padding:1em; 
        display: inline-block;
        text-align:center;

    }

    .gpi-lure .arrow {

        float:right;
        margin-top:1px;

    }
