body{
    background-color: #36384E;
    padding: 0;
    font-family: "Roboto", sans-serif;
    flex-wrap: wrap;
}

.message-box{
    display: flex;
    width: 50%;
    height: 600px;
    background-color: white;
    border-radius: 25px;
    margin: auto;
    margin-top: 8%;
    justify-content: left;
    align-items: center;
}

.message{
    margin-left: 20mm;

}

.list{
    list-style: none;
    font-family: "Roboto",sans-serif;
    color: #36384E;
    font-size: 16px;
    padding: 0%;
    margin-bottom: 50px;
    width: 450px;
}

.icon-list{
    margin-right: 10px;
}

.title{
    display: flex;
    text-align: left;
    color: #36384E;
    font-family: sans-serif;
    font-size: 50px;
    justify-self: left;
    width: 400px;
    margin-bottom: 0%;
    letter-spacing: 0px;
    font-style: bold;
}

.text{
    color: #36384E;
    font-size: 16px;
    font-weight: 700px;
    width: 400px;
}

.email{
    height: 55px;
    margin-top: 8px;
    width: 410px;
    border-radius: 10px;
    border-color: #c5c5c5b4;
    border-style: outset;
    border-width: 1px;
}

:placeholder-shown{
    font-size: 15px;
    box-sizing: border-box;
    padding-left: 20px;
}

.suscribe{
    width: 410px;
    border-radius: 10px;
    height: 55px;
    margin-top: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    background-color: #242742;
    margin-bottom: 60px;
    color: white;
    font-style: bold;
}

.list li{
    padding: 8px;
}

.image{
    width: 40%;
}

@media (max-width:1880px){
    .message-box{
        width: fit-content;
    }
}

@media (max-width:890px) {
    .message-box{
        display: flex;
        flex-wrap: wrap-reverse;
        width: fit-content;
        height: fit-content;
        margin: auto;
    }

    .image{
        display: flex;
        margin: auto;
        width: 100%;
    }
}