.cstCard{display:flex;padding:40px;height:340px;width:340px;flex-direction:column;justify-content:space-between;align-items:flex-start;box-shadow:none!important;border-radius:0!important;transition:all .6s ease-in-out;border-top:3px solid transparent}.cardTitle{display:block;max-width:335px}@media screen and (min-width:1025px){.cardHover{width:700px;height:340px;border-top-color:#000;margin-top:-1px}.cardHover .hoverContent{display:inline-flex;flex-direction:column;justify-content:space-between;align-items:flex-start;height:340px}.cardHover .cardTitle{display:none}.cstCard:hover{width:700px;height:340px;border-top-color:#000;margin-top:-1px}.cstCard:hover .hoverContent{display:inline-flex;flex-direction:column;justify-content:space-between;align-items:flex-start;height:340px}.cstCard:hover .cardTitle{display:none}.cstCard:not(:last-child){border-right:1px solid #c1c1c1}}@media screen and (max-width:1024px){.cstCard{padding:16px;width:auto;height:auto;border:1px solid #c1c1c1}.cstCard:first-child,.cstCard:nth-child(2),.cstCard:nth-child(3){border-bottom:none}.hoverContent{display:block!important}.cardTitle{display:none!important}}