.escolha-certa{width:100%;background-color:#f3fafc;display:flex;align-items:center;justify-content:center;padding:30px 0}.escolha-certa-container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:60px}.escolha_certa-titulo{width:100%;display:flex;align-items:center;justify-content:center;text-align:center}.escolha_certa-titulo h2{font-size:32px;font-weight:800;position:relative;display:flex;align-items:center;justify-content:center}.escolha_certa-titulo h2::after{content:"";position:absolute;width:80%;bottom:-15px;height:6px;border-radius:6px;background-color:#13b5ea}.escolha-certa-content{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:50px;row-gap:30px}.escolha-certa-item{display:flex;gap:10px;flex-direction:column}.escolha-certa-titulo{display:flex;align-items:center;gap:5px}.escolha-certa-icone{display:flex;align-items:center}.escolha-certa-icone svg{width:80px;height:80px;object-fit:contain}.escolha-certa-texto{display:flex;flex-direction:column;gap:5px;text-align:left}.escolha-certa-texto h3,.escolha-certa-titulo h3{font-size:20px;font-weight:800}.escolha-certa-texto p{font-size:14px;text-align:justify}@media screen and (max-width:991px){.escolha-certa-content{grid-template-columns:1fr 1fr}.escolha-certa-texto h3{font-size:16px}.escolha-certa-texto p{font-size:12px}.escolha-certa-icone,.escolha-certa-icone svg,.escolha-certa-icone img{width:50px;height:50px}}@media screen and (max-width:650px){.escolha-certa-content{grid-template-columns:1fr}.escolha-certa-icone,.escolha-certa-icone svg,.escolha-certa-icone img{width:40px;height:40px}}