.terreno {
    display: grid;
    grid-template-columns: 80%;
    grid-template-rows: max-content;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #553212;
    position: relative;
    /* background-image: url('../image/terreno/bg-yellow.jpg'); */
    background-size: 100% 100%;
    font-size: 2rem;
}

.texto-terreno {
    font-family: 'CamptonBold';
    font-size: 2rem;
}

.texto-zona-norte {
    font-family: 'CamptonBold';
}

.container {
    font-family: var(--light);
}

.text-lazer-seguranca {
    color: black;
    font-family: 'Barlow-Regular';
    margin-bottom: 20px;
    font-size: 2.3rem;
}

.text-projeto {}

.text-projeto p {
    margin-bottom: 10px;
    padding-right: 20px;
    color: var(--cor-preta);
    font-family: 'm-regular';
    font-size: 1.3rem;

}

.text_lojas {
    grid-column: 1 / 3;
}

.list_text_loja {
    display: flex;
    font-size: 16px;
    ;
    column-gap: 5px;
}

.list_text_loja li {
    border-right: 1px solid var(--cor-amarelo);
    padding-right: 5px;
    font-family: var(--bold);
    text-transform: uppercase;
    color: var(--cor-amarelo);
}

.ult_li {
    border-right: 0px !important;
}

.text-projeto {

    line-height: 25px;
}

.list_infraestrutura {
    font-family: var(--normal);
    color: var(--cor-preta);
    list-style: none;
}

.list_infraestrutura li img {
    width: 30px;

}

.list_infraestrutura li {
    margin-bottom: 5px;
}

.list_infraestrutura li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 10px;
    font-family: 'm-regular';
    color: var(--cor-preta);
}

.list_infraestrutura {
    margin-top: 20px;
}

@media only screen and (max-width: 813px) {
    .texto-terreno {
        font-family: 'Barlow-Medium';
        font-size: 1.5rem;
    }

    .texto-zona-norte {
        font-size: 1.2rem;
    }

    .text-lazer-seguranca {
        color: black;
        font-family: 'Barlow-Regular';
        margin-bottom: 20px;
        font-size: 1.5rem;
    }


    .list_infraestrutura li {
        display: flex;
        align-items: center;
        column-gap: 10px;
        margin-bottom: 10px;
        font-family: 'm-regular';
        color: var(--cor-preta);
        font-size: 1.3rem;
    }

}