body {
    background-color: #EAECE9;
}

.w80 {
    width: 80%;
    margin: 0 auto;
}
.w90_result {
    width: 90%;
    margin: 0 auto;
    overflow-x: hidden;

}

.hero_result {
    width: 90%;
    margin: 0 auto;
    overflow-x: hidden;
}

.hero_results {
    width: 100%;    
    margin-top: 6rem;
}

.hero_results h1{
    font-family: 'Impact', sans-serif;
    font-weight: 100;
    font-size: 6rem;
    color: black;
}
.hero_results p{
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-style: italic;
    color: black;
    font-weight: 300;
    margin-top: 2rem;
}

.line_results {
    width: 100%;
    height: 1px;
    background-color: black;
    opacity: 0.7;
}

.results {
    width: 100%;
    font-family: 'Inter', sans-serif;
    min-height: 55vh;
}

.results a {
    color: black;
    text-decoration: none;
}
.results_item {
    display: flex;
        width: 100%;
       
        gap: 10px;
        margin-top: 3rem;
}

.results_item img{
    border-radius: 15px;
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.results_item_col1, .results_item_col2 {
    display: flex;
    flex-direction: column;
}

.results_item_col2 {
    width: 70%;
}

.result_title{
margin: 0;
font-size: 1.3rem;
margin-bottom: 1rem;
}
.result_excerpt{
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width:600px){
    .hero_results h1{
        font-size: 4rem;
    }
}