body.view-about{
    font-size: 1em;
    line-height: normal;
}

.simulator {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 520px;
    position: relative;
}

.simulator-inner {
    padding: 100px 0;
}

.simulator-action {
    margin: 30px;
    display: flex;
    justify-content: flex-end;
}

.s-btn{
    background-color: rgb(31,45,93);
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 20px 5px;
    padding: 15px 22px;
    font-weight: lighter;
    background-repeat: no-repeat;
    border: 5px solid rgb(31,45,93);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.s-btn span {
    min-width: 100px;
    display: inline-block;
    line-height: 1.4em;
    max-width: 150px;
}

a.s-btn{
    text-decoration: none;
}

a.s-btn:hover{
    color: #fff;
    text-decoration: none;
}

.s-btn img {
    width: 35px;
    margin-left: 10px;
    transform: rotate(-90deg);
}

.box-messages {
    max-width: 900px;
    margin: 20px auto;
    background-color: #4576A7;
    border: 3px solid white;
    border-radius: 10px;
}

.box-messages-inner {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.box-messages-inner > div {
    width: 30%;
    text-align: center;
}

.box-messages-inner > div > img{
    margin-bottom: 20px;
    max-width: 150px;
}

.box-messages-inner > div > p{
    color: #fff;
    text-align: left;
    padding: 0 8px;
}

@media only screen and (max-width: 600px) {
    .simulator-content {
        max-width: 100%;
    }

    .box-messages-inner {
        flex-direction: column;
    }

    .box-messages-inner > div {
        width: 100%;
        margin-bottom: 20px;
    }
}
