.tech_modulo_cards-container{display:flex;overflow:hidden;position:relative;width:100%}.tech_modulo_cards{align-items:flex-start;background-color:#f0f0f0;border-radius:15px;box-sizing:border-box;display:flex;flex:0 0 80%;flex-direction:column;margin-right:20px;padding:20px;transition:transform .5s ease-in-out}.tech_modulo_cards-image{background-position:50%;background-repeat:no-repeat;background-size:80%;border-radius:50%;height:50px;margin-bottom:15px;width:50px}.tech_modulo_cards-text h3{font-size:1.2em;margin:0 0 10px}.tech_modulo_cards-text p{color:#555;font-size:.9em;text-align:left}.tech_modulo_cards-navigation-buttons{display:flex;justify-content:center;margin-top:10px}.tech_modulo_cards-nav-btn{align-items:center;background-color:transparent;border:none;cursor:pointer;display:flex;height:50px;justify-content:center;margin:0 5px;padding:10px;width:50px}.tech_modulo_cards-nav-btn img{height:auto;width:100%}@media (min-width:768px){.tech_modulo_cards-container{justify-content:space-between;width:100%}.tech_modulo_cards{flex:0 0 30%;margin-right:15px}.tech_modulo_cards:last-child{margin-right:0}}