@media screen and (min-width: 901px){
    .Projects__card_button-web-light{
        box-sizing: border-box;
        text-decoration: none;
        font-family: var(--monserrat-font);
        font-size: 0.8rem;
        color: #053B50;
        text-align: center;
        padding: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background-color: white;
        border: none;
        border-radius: 10px;
        outline: none;
        box-shadow: rgb(38, 57, 77) 0px 4px 10px -1px;
        transition: all 0.2s ease-in-out;
    }
    .Projects__card_button-web-light:active{
        box-shadow: none;
    }
    .Projects__card_button-web-light:hover{
        cursor: pointer;
    }
}
@media screen and (max-width: 900px){
    .Projects__card_button-web-light{
        box-sizing: border-box;
        text-decoration: none;
        font-family: var(--monserrat-font);
        font-size: 0.8rem;
        color: #053B50;
        text-align: center;
        padding: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background-color: white;
        border: none;
        border-radius: 10px;
        outline: none;
        box-shadow: rgb(38, 57, 77) 0px 4px 10px -1px;
        transition: all 0.2s ease-in-out;
    }
    .Projects__card_button-web-light:active{
        box-shadow: none;
    }
    .Projects__card_button-web-light:hover{
    cursor: pointer;}
}
@media screen and (max-width: 600px){
    .Projects__card_button-web-light{
        box-sizing: border-box;
        text-decoration: none;
        font-family: var(--monserrat-font);
        font-size: 0.8rem;
        color: #053B50;
        text-align: center;
        padding: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background-color: white;
        border: none;
        border-radius: 10px;
        outline: none;
        box-shadow: rgb(38, 57, 77) 0px 4px 10px -1px;
        transition: all 0.2s ease-in-out;
    }
    .Projects__card_button-web-light:active{
        box-shadow: none;
    }
    .Projects__card_button-web-light:hover{
    cursor: pointer;}
}
@media screen and (max-width: 300px){
    .Projects__card_button-web-light{
        box-sizing: border-box;
        text-decoration: none;
        font-family: var(--monserrat-font);
        font-size: 0.8rem;
        color: #053B50;
        text-align: center;
        padding: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background-color: white;
        border: none;
        border-radius: 10px;
        outline: none;
        box-shadow: rgb(38, 57, 77) 0px 4px 10px -1px;
        transition: all 0.2s ease-in-out;
    }
    .Projects__card_button-web-light:active{
        box-shadow: none;
    }
    .Projects__card_button-web-light:hover{
    cursor: pointer;}
}