.contenedor{display:flex;text-align:center;margin:0 100px;gap:10px;flex-direction:column}.contenedorx2{display:grid;grid-template-columns:repeat(2,1fr);gap:90px;width:100%;margin:20px 0;align-items:center}.contenedorx4{display:flex;flex-wrap:wrap;gap:20px;width:100%;margin:20px 0;justify-content:center}.contenedorx4 .item{text-align:center;width:300px;flex-shrink:0}.item2{text-align:center;width:300px;justify-items:center;flex-shrink:0}.item2 img{width:150px!important;text-align:center;width:300px;flex-shrink:0}.contenedorx4 img{width:100%;height:auto}.cta-button{background-color:#d84315;color:#fff;border:none;padding:15px 40px;font-size:18px;font-weight:700;border-radius:30px;cursor:pointer;margin-top:20px;transition:all .3s ease}.cta-button:hover{background-color:#bf360c;transform:scale(1.05);box-shadow:0 4px 15px rgba(216,67,21,.3)}@media(max-width:768px){.contenedorx3{grid-template-columns:1fr}.contenedor{margin:0 20px}.contenedorx2{grid-template-columns:1fr;gap:40px}}