@media (max-width: 800px){
    body{
        background-color: #0876;
        background-image: url(../assets/fundo-paisagem.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
    }
    .dinossauro-slider{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin: 60px 0px ;
        padding-left: 10px;
        padding-right: 10px;
    }
    .dinossauro-slider .btn-seta{
        border: none;
        border-radius: 50%;
        height: 55px;
        width: 55px;
        background-color: #BBC0B8;
        cursor: pointer;
        transition: 0.4s ease-in-out;
        box-shadow: 0 0 10px #cadbeb, 0 0 40px #cadbeb, 0 0 80px #cadbeb;
    }
    .card .informacoes .nome{
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        font-weight: normal;
    }
}