.about h3 {
    font-size: 12px;
    word-spacing: 2px;
    font-weight: 100;
    text-align: center;
    margin-bottom: -1rem;
}
.main-content {
    padding-bottom: 0rem;
}
.hero {
    margin: 2rem;
    margin-bottom: 0;
    padding-bottom: 0;
}
.hero h2 {
    font-size: 14px;
    line-height: 24px;
}

form {
    padding: 7rem 2rem;
    display: flex;
    justify-content: center;
}
form div {
    margin-bottom: 4rem;
}
select {
    appearance: none;
    background: #fff url(../imgs/arrow.png) no-repeat right 0 center/70px;
}
select, input {
    border: 1px solid #000;
    height: 55px;
    width: 320px;
    margin-top: 1rem;
}
select, input, ::placeholder {
    font-size: 14px;
    text-align: left;
    font-weight: 100;
}

form button {
    padding: 15px 55px;
}
::placeholder, select {
    padding: 1rem;
}
label {
    font-size: 18px;
}







/* ########### MEDIA QUERIES */

@media screen and (min-width: 768px) {
    .main-content {
        padding-bottom: 4rem;
    }
    .hero {
        padding: 0 20rem;
    }
    .hero h2 {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 700;
        letter-spacing: 1px;

    }
    .about h3 {
        font-size: 14px;
    }

    .wrapp {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    ul li:first-child a {
        color: rgba(0, 0, 0, 0.801);
    }

    select, input {
        margin-right: 2rem;
        width: 460px;
    }
    select, input, ::placeholder {
        font-size: 16px;
    }
    div.names {
        margin-bottom: 0;
    }
    .how {
        margin-right: 20rem;
    }
    .hows {
        margin-left: 8.5rem;
    }
    form button {
        position: relative;
        right: 51.4rem;
        top: 10rem;
    }
    
}