* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a {
    text-decoration: none;
    outline: none;
}

i {
    font-size: 3rem;
    color: #4E5C71;
}

.section__home {
    max-width: 1140px;
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 6rem 3rem;
}

.btn {
    text-transform: uppercase;
    color: #4E5C71;
    font-size: 24px;
    border: 2px solid #4E5C71;
    padding: 1rem 2rem;
    display: block;
    width: 250px;
    text-align: center;
}

.btn {
    margin: 1rem;
    justify-content: center;
    transition: color .3s, background-color .3s;
}

.btn:hover {
    color: #fff;
    background-color: #4E5C71;
}

.row {
    display: flex;
    justify-content: center;
}

.menu {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social:not(:last-child) {
    margin-right: 2rem;
}
