.animatedContentsWrapper{background:#fafafb;text-align:center}.animatedContents{display:grid;grid-template-columns:auto;grid-template-rows:auto;height:270px;margin-bottom:120px;min-height:279px;overflow:hidden;position:relative;transition:height .3s ease-in-out}.animatedContents>div{left:0;opacity:0;position:absolute;top:0;transform:translateY(385px);transition:all 1s ease;visibility:hidden;width:100%}.animatedContents h1:first-child,.animatedContents h4:first-child{margin-bottom:10px}.animatedContents h1{font-weight:700;min-height:225px}.animatedContents h1,.animatedContents h4{color:#222;letter-spacing:-.01em;text-transform:uppercase}.animatedContents h4{line-height:140%;margin:0}.animatedContents>div.active{opacity:1;transform:translateY(0);transition-delay:.25s;visibility:visible}.animatedContents>div.prev{transform:translateY(-385px)}@media(max-width:991px){.animatedContents h1{min-height:95px}.animatedContents{margin-bottom:76px;min-height:140px}}