.sellingPointsCardsContainer{display:grid;width:98%;height:-moz-min-content;height:min-content;grid-template-columns:repeat(4,1fr);row-gap:2rem;-moz-column-gap:2.3rem;column-gap:2.3rem;margin-top:1.8vw;margin-bottom:.7vw;overflow:visible}.sellingPointContainer{display:flex;flex-direction:column;align-items:center;justify-content:start;width:100%;height:100%}.sellingPointImage{display:flex;height:3.5rem;width:auto;z-index:1}.sellingPointComodidad{display:flex;height:4.2rem;margin-bottom:-.7rem;width:auto;z-index:1}.pointTitle{font-size:1.65vw;font-weight:600;margin-top:1.75rem;margin-bottom:.5rem}.pointDescription,.pointTitle{font-style:normal;line-height:normal;text-align:center;color:white}.pointDescription{font-size:1.25vw;font-weight:300}@media (max-width:1240px){.sellingPointsCardsContainer{width:97%;grid-template-columns:repeat(4,1fr);row-gap:1.5rem;-moz-column-gap:2rem;column-gap:2rem;margin-top:2vw}.sellingPointImage{height:3.1rem}.sellingPointComodidad{height:3.8rem;width:auto}.pointTitle{margin-top:1.5rem;font-size:1.5rem}.pointDescription{font-size:.95rem}}@media (max-width:920px){.sellingPointsCardsContainer{width:98%;grid-template-columns:repeat(4,1fr);row-gap:1.7rem;-moz-column-gap:1.5rem;column-gap:1.5rem}.sellingPointImage{height:2.6rem;width:auto}.sellingPointComodidad{height:3.3rem;width:auto}.pointTitle{margin-top:1.5rem;font-size:1.2rem}.pointDescription{font-size:.85rem}}@media (max-width:640px){.sellingPointsCardsContainer{width:100%;grid-template-columns:repeat(2,1fr);row-gap:1.85rem;-moz-column-gap:3.8vw;column-gap:3.8vw;margin-top:3vw}.sellingPointImage{height:3.2rem;width:auto}.sellingPointComodidad{height:3.7rem;width:auto;margin-bottom:-.5rem}.pointTitle{font-size:1.2rem;margin-top:1.2rem;margin-bottom:.5rem}.pointDescription{font-size:.9rem}}.register-button{background-color:white;font-family:var(--body-font);color:black;font-weight:700;padding:1rem 1.5rem;border-radius:9999px;border:none;cursor:pointer;position:relative;overflow:hidden;transform:translateY(0);box-shadow:0 4px 15px rgba(0,0,0,.1);transition:all .4s cubic-bezier(.4,0,.2,1)}.register-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}.register-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px rgba(0,0,0,.15);color:#1f2937}