
@media (max-width: 730px) {
    .inspira-se {
        display: flex;
        flex-direction: column;
        gap: 50px;
        width: 640px;
        height: 600px;
        background-image: url(../img/Captura_de_tela_2023-03-20_144148-removebg-preview.png);
        background-repeat: no-repeat;
        background-size: 0px !important;
        align-items: center;
        justify-content: center;
    
    }


    
.tres {
    width: 300px;
    text-align: center;
    background-color: white;
    padding: 10px;
    height:  70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    left: 0px;
    bottom: 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.dois {
    position: relative;
    left:0px;
    bottom: 0px;
    width:300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: white;
    padding: 10px;
    height:  70px;
    font-size: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.um {
    width: 300px;
    text-align: center;
    height:  70px;
    position: relative;
    right: 0px;
    background-color: white;
    padding: 10px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
}