.custom-tabed-showcase .tab-buttons{display:flex;gap:10px;justify-content:center;margin-bottom:40px}.custom-tabed-showcase .tab-buttons .tabs__tab{background-color:#f3f3f3;color:#54595f;font-weight:500;height:54px;min-width:115px;padding:10px 20px;text-transform:capitalize}.custom-tabed-showcase .tab-buttons .tabs__tab:active,.custom-tabed-showcase .tab-buttons .tabs__tab:focus,.custom-tabed-showcase .tab-buttons .tabs__tab:hover,.custom-tabed-showcase .tab-buttons .tabs__tab[aria-selected=true]{background-color:#3e3f43;color:#fff}.custom-tabed-showcase .showcase-wrapper{display:flex;flex-wrap:wrap;gap:20px}.custom-tabed-showcase .showcase-wrapper .display-box{align-items:center;background-color:#f1f1f1;display:flex;justify-content:center;padding:15px;text-align:center}.custom-tabed-showcase .showcase-wrapper .display-box .box-wrapper :is(h1,h2,h3,h4,h5){color:#3e3f43;font-size:25px;margin-bottom:18px}.custom-tabed-showcase .showcase-wrapper .item-body{text-align:center;width:calc(20% - 16px)}.custom-tabed-showcase .showcase-wrapper .item-body .image img{transition:transform .3s ease}.custom-tabed-showcase .showcase-wrapper .item-body .image:hover img{transform:scale(.9)}.custom-tabed-showcase .showcase-wrapper .item-body .content p{margin-bottom:15px}.custom-tabed-showcase .showcase-wrapper .item-body a.button{font-size:15px;margin-top:5px}@media (max-width:991px){.custom-tabed-showcase .showcase-wrapper .item-body{width:calc(33.33333% - 13.33333px)}}@media (max-width:767px){.custom-tabed-showcase .tab-buttons{flex-direction:column}.custom-tabed-showcase .showcase-wrapper .item-body{width:calc(50% - 10px)}}@media (max-width:480px){.custom-tabed-showcase .showcase-wrapper{flex-direction:column}.custom-tabed-showcase .showcase-wrapper .item-body{width:100%}}