form select {
    display: block;
    width: 100%;
    background: 0 none;
    border: none;
    border-bottom: 1px solid #dadada;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.2;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    padding: 13px 0;
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out
}

form select option{
    color: #000;
}

body .start-screen__content__item .__name {
    display: block
}

@media (max-width:1000px) {
    body .start-screen__content__item .__name {
        font-size: 2rem
    }
}