.elementor-498 .elementor-element.elementor-element-9841602 > .elementor-container{max-width:1320px;}/* Start custom CSS for html, class: .elementor-element-1216341 */.tab-holder {
    display: flex
;
    justify-content: space-around;
    background-color: #f0f0f0;
    border-radius: 8px 8px 0 0;
}
.tabx, .tabxa {
    flex: 1;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
    color: #555;
    transition: background-color 0.3s, color 0.3s;
}

.tabx.active, .tabx:hover {
    background-color: #C42929;
    color: white;
    border-radius: 8px 8px 0 0;
}/* End custom CSS */