.invibledivmessage{
    padding-top: 150px;
    padding-bottom: 50px;
}
.text-big{
    font-weight: bolder;
    color: white;
}

.mesnsage-info{
    color: white;
    font-size: 200%;
}

.div-message-2{
   height: 600px;
   display: flex;
   justify-content: flex-end;
   align-items: flex-end;
   flex-direction: column;
   background-image: url('../storage/backgrounds/fabrica-software.jpg');
   background-size: 100% 100%; 
   background-repeat: no-repeat;
}

.btn-msg-2{
    font-size: large;
    margin-right: 18%;
    margin-bottom: 10px;
}


@media (max-width: 768px){
    .div-message-2{
        height: 500px;
        background-image: url('../storage/backgrounds/fabrica-software-mobile.jpg');
        justify-content: flex-end;
    }
    .btn-msg-2{
        margin-bottom: 20px;
    }
}
