@charset "utf-8";
body {
font-family: "Segoe UI", sans-serif;
}
.hero {
background-image: url("img/bg23.jpg");
background-size: cover;
height: 85vh;
display: flex;
align-items: center;
color: white;
position: relative;
}
.hero::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
}
.hero .content {
position: relative;
z-index: 2;
}
.feature-box {
background: #fff;
border-radius: 10px;
padding: 25px;
transition: 0.3s ease;
text-align: center;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.feature-box:hover {
transform: translateY(-8px);
}
footer {
background: #0b1e39;
color: white;
padding: 18px;
text-align: center;
}

li{
    text-align: left;
}
.espaço{
    padding-bottom: 2%;;
}
.espaço_cima{
    padding-top: 4%;
}
.lista-colunas {
        columns: 2; 
        column-gap: 25px;
    }
.list_ehm{
    min-height:300px;
}
.coluna_talk{
    columns: 4; 
    column-gap: 2%;
}
.logo_EHM{
    height: 300px;
    width: 300px;
    border-radius: 300px;
    margin-bottom: 50px ;
}