.expanding-cards__base{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.expanding-cards__panel{display:flex;flex-direction:column;justify-content:center;align-items:center;height:45vh;border-radius:50px;cursor:pointer;flex:.5;margin:10px;position:relative;transition:all 700ms ease-in;overflow:hidden}@media(max-width: 480px){.expanding-cards__panel:nth-of-type(4),.expanding-cards__panel:nth-of-type(5){display:none}}.expanding-cards__panel.active{flex:5}.expanding-cards__panel.active .heading__base{width:auto;opacity:1;transition:all .3s ease-in .4s}.expanding-cards__panel .heading__base{color:#eee;opacity:0;width:0;position:absolute;bottom:0}
