*{box-sizing:border-box;margin:0;padding:0}.container{height:auto;margin:0 auto;max-width:1200px}.tab-container{display:flex;flex-direction:row;height:auto}.tabs{flex-direction:column;gap:15px;min-height:60px;min-width:285px;overflow-y:hidden;user-select:none}.tab-button,.tabs{display:flex;padding:10px}.tab-button{align-items:center;background-color:transparent;background-color:#f5f5f5aa;border:none;border-radius:12px;color:#425b76;cursor:pointer;font-size:16px;gap:3px;height:54px;justify-content:start;margin-bottom:5px;min-width:263px}.tab-button>img{height:36px;width:auto}.tab-button.active{background-color:#fff;color:#1f2559}.tab-content{display:none;flex-grow:1;padding:20px}.tab-content.active{display:block}.tab-content .container-img{margin:0 auto 45px;max-width:733px}.tab-content .container-img img{height:auto;width:100%}.tab-content h3{color:#1f2559;font-size:22px;font-weight:700;margin-bottom:20px;text-align:center}.tab-content p{color:#425b76;font-size:16px;margin:0 auto;max-width:580px;text-align:center}@media (max-width:980px){.tab-container{flex-direction:column}.tabs{align-items:center;border-bottom:1px solid #ccc;border-right:none;flex-direction:row;height:100px;overflow-x:auto;white-space:nowrap}.tabs::-webkit-scrollbar{cursor:pointer!important;height:8px}.tabs::-webkit-scrollbar-thumb{background-color:#425b76!important;border-radius:10px!important;cursor:pointer!important}.tab-button{align-items:center;background-color:transparent;background-color:#f5f5f5aa;border:none;border-radius:12px;color:#425b76;cursor:pointer;display:flex;font-size:14px;height:44px;justify-content:start;margin-bottom:5px;min-width:auto;padding:10px;text-wrap:nowrap;width:fit-content}.tab-content h3{font-size:18px}.tab-content p{font-size:14px}}