* {
    box-sizing: border-box;
}

.wrapper {
    /* min-height: 100vh; */
}

/* .block {

    justify-content: center;
    align-items: center;
    padding: 50px;
    flex-direction: column;
}  */

.block__pic {
    /* width: 300px; */
}

.block__title {
    margin-bottom: 30px;

    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 25px;
}