.plantas{
    display: grid;
    grid-template-columns: 45% 45%;
    justify-content: end;
    background-image: url(../image/planta/bg-blue.webp);
    background-size: '100% 100%';
    padding-top: 150px;
    padding-bottom: 150px;
    margin-left: 20px;
}

.gallery-plantas{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.title-planta{
    color: #F47920;

}

.text-planta{
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2.3rem;
}


.lista-titulo{
    color: #FBB785;
}

.item-lista{
    color: #FFFFFF;
    list-style: none;
    margin-top: 20px;
    margin-left: 20px;
    
}

.item-lista li{
    margin-top: 10px;
}

.lista-titulo li{
    list-style: none;
}

.{}

@media only screen and (max-width: 813px) {
    .plantas {
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        background-image: url(../image/planta/bg-blue.webp);
        background-size: '100% 100%';
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .gallery-plantas{
        order: 2;
    }

    .inf-plantas{
        order: 1;
    }

}