.homeCardsScrollSectionContainer{min-height:100vh;width:80%;margin:0 auto;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.cardOnScroll{width:100%;border-radius:var(--radius-big);background-color:var(--card-bg);box-shadow:var(--shadow-mine);text-align:center;position:absolute;top:40%;transform:translateY(-50%);left:0;opacity:0;display:flex;flex-direction:column;padding:30px;overflow:hidden}.section-home-general-container-cards-section{display:flex;justify-content:space-between;height:400px;margin-top:20px}.section-home-general-container-cards-section img{height:100%;object-fit:cover;width:40%;border-radius:1rem}.scrollTitoloCard{font-size:2em;margin-bottom:15px;color:var(--text-title)}.scrollDescCard{font-size:var(--text-lg);line-height:var(--height-lg)}.bullet-point-home-section-container{display:flex;flex-direction:column;gap:10px;width:55%;margin-top:1rem}.i-have-no-name-or-you{display:flex;flex-direction:column;margin-top:1rem;gap:1rem}.bullet-point-home-section-cards{display:inline-flex;gap:.5rem;align-items:center;border-bottom:1px solid var(--green);padding-bottom:10px}.bullet-point-home-section-cards p{font-size:var(--text-xl);line-height:var(--height-xl);background:#3eb427;background:linear-gradient(to right,var(--green600),var(--green400) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:480px){.homeCardsScrollSectionContainer{flex-direction:column;width:95%;min-height:120vh}.section-home-general-container-cards-section{flex-direction:column;justify-content:center;align-items:center;height:auto}.scrollDescCard{display:none}.bullet-point-home-section-container{width:100%}}