main {
    min-height: 70vh;
}

form {
    margin-top: 30px;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 220%;
}

form input,
form select {
    border: 0;
    border-bottom: 1px solid;
    padding: 5px 10px;
    font-size: .8em;
    text-align: center;
    width: 10em;
    color: gray;
    margin: 0 10px;
}

form button {
    padding: 17px 25px;
    background-color: var(--color-secondary);
    color: white;
    border: 0;
    font-weight: 500;
    font-size: 17px;
    border-radius: 5px;
    margin-top: 20px;
}

form button>i {
    margin-right: 5px;
}

@media screen and (max-width:850px) {
    .news-row {
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 600px) {
    form input,
    form select {
        width: 100%;
        margin: 0;
    }
}

#hero_section h1 {
    font-size: 55px;
}

form {
    font-size: 33px;
    font-weight: 500;
    color: rgb(73, 73, 73)
}

#news_section h1 {
    font-size: 45px;
}

@media only screen and (max-width: 600px) {
    #hero_section h1 {
        font-size: 35px;
    }

    form {
        font-size: 19px;
    }
}