@keyframes fadeIn{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.three-item__tab-image-container{align-items:center;display:flex;height:410px;justify-content:center;margin-bottom:32px}.three-item__tab-image{animation:fadeIn .5s ease-in-out;animation-fill-mode:forwards;max-height:100%}.three-item__tab-image img{border-radius:8px;box-shadow:0 24px 48px -12px rgba(16,24,40,.18);max-height:512px;width:auto}.three-item__tab-button-area{display:flex;flex-direction:row;justify-content:center;list-style:none;margin:0;padding:0}.three-item__tab-button-container{width:100%}.three-item__tab-button{align-items:center;border:none;border-top:4px solid #f2f4f7;cursor:pointer;display:flex;flex-direction:column;gap:8px;justify-content:center;max-height:120px;padding:24px 16px;text-align:center;width:100%}.three-item__tab-button h4{margin:0;padding:0}.three-item__tab-button p{color:#475467;font-size:16px;font-weight:300;letter-spacing:.25px;line-height:24px;margin:0;padding:0;text-align:center}@media only screen and (max-width:768px){.three-item__tab-image-container{height:228px;margin-bottom:24px}.three-item__tab-image img{max-height:228px;width:auto}.three-item__tab-button-area{display:flex;flex-direction:column;justify-content:center;list-style:none;margin:0;padding:0}}