.elementor-851 .elementor-element.elementor-element-cf7e998{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-1949a03 */.tab_list {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.tab_list li {
    width: 19.38%;
    text-align: center;
    border: 1px solid #adbcc8;
    padding: 15px 0;
    border-radius: 10px;
    background: #fff;
    transition: all 0.3s ease-out;
}
.tab_list a {
    display: block;
    padding: 0 3px;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: -0.3px;
    color: #333333;
    transition: all 0.3s ease-out;
}
.tab_list li:hover, .tab_list li.at {
    background: #451B0E;
}
.tab_list li:hover a, .tab_list li.at a {
    color: #fff;
}

@media (max-width: 1500px) {
    .tab_list {justify-content: center;}
    .tab_list li {width: 25%;}
}
@media (max-width: 1100px) {
    .tab_list li {width: 100%;}
}/* End custom CSS */