border-bottom: solid 0.2rem #bdd8fb;
margin: -0.4rem 0 0.5rem
}
@media (min-width: 982px) {
#caixa_home {
display:flex
}
#caixa_home .caixa_esquerda,#caixa_home .caixa_direita {
display: flex;
flex-direction: column
}
.caixa_home:nth-child(1) {
flex-grow: 1
}
.caixa_home:nth-child(2) {
flex-grow: 2
}
.caixa_home:nth-child(3) {
flex-grow: 3
}
}