.jaspers-urlLink{
    display:flex;
    justify-content:space-around;
    /*margin-bottom:90px;*/
}

.jaspers-urlLink_item > a{
    color:#000000;
    font-weight:bold;
    font-size:20px;
    font-family: 'Public Sans', sans-serif;
}

.jaspers-urlLink_item-underline > a{
    color:#000000;
    font-weight:bold;
    font-size:20px;
    font-family: 'Public Sans', sans-serif;
    text-decoration:underline;
    text-underline-position:under;
    text-decoration-color: #FF4000;
}

.jaspers-urlLink_item > a:hover{
    color:#FF4000;
}

@media only screen and (max-width: 480px){

    .jaspers-urlLink_item > a{
        font-size:16px;
    }

    .jaspers-urlLink_item-underline > a{
        font-size:16px;
    }

    .xl\:mb-9{
        margin-bottom:50px;
    }

}