section {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 90vh;
}

.down_app {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h2 {
    font-size: 2.133em;
    line-height: 30px;
    margin: 0 0 18px;
    font-weight: bold;
    padding-bottom: 25px;
    color: #383838;
    text-align: center;
}

.down_title {
    margin: 15px 0;
}

.down_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.down_box object,
.down_box img {
    width: 100%;
    max-width: 300px;
}

.logo {
    max-width: 500px;
    width: 100%;
    margin: 1% 0;
}


.link_app {
    width: 40%;
    max-width: 300px;
    margin: 10px;
}

.link_app img {
    width: 100%;
}

.down_box_link {
    max-width: 300px;
}