.locais {
    margin-top: 70px;
}
.locais-grid {
    margin-bottom: 150px;
}
.locais-title h5{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #0d3c00;
    line-height: 1.2em;
}
.locais-title p{
    margin-bottom: 90px;
    color: #5a5a5a;
}

.locais-content *::selection {
    background-color: #027e10;
    color: #fff;
} 

.locais-content {
    border-radius: 20px;
    padding: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    max-width: 370px;
    border: 1px solid #0d3c00;
}
.locais-content p {
    color: #000;
}
.locais-content a {
    color: #000;
    font-family: 'Raleway', sans-serif;
    display: flex;
    grid-gap: 20px;
}

.locais-content a + a{
    margin-top: 10px;
}

.locais-content h6 {
    color: #000;
    text-transform: uppercase;
}

.locais-content h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 20px;
}
.locais-content > div {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-gap: 5px;
    align-items: center;
}
.locais-content > div + div {
    margin-top: 20px;
}