/*!*tabs*!*/
/*.title-with-arrows__header__tabs__container {*/
/*    border-bottom: 1px solid var(--color-black);*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*    overflow-x: auto;*/
/*    width: 100%;*/
/*    flex: 0 0 100%;*/
/*}ul.nav.nav-tabs .nav-link,*/
/*.title-with-arrows__header__tab a {*/
/*    text-transform: uppercase;*/
/*    color: var(--color-black);*/
/*    font-size: 0.88rem;*/
/*    letter-spacing: 0.14px;*/
/*    padding: 0.25rem 0.5rem;*/
/*    display: inline-block;*/
/*    text-decoration: none;*/
/*    border: 2px solid transparent;*/
/*    position: relative;*/
/*    margin-bottom: -1px;*/
/*}*/
/*ul.nav.nav-tabs .nav-link::after,*/
/*.title-with-arrows__header__tab.active a::after, .title-with-arrows__header__tab a.active::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 3px;*/
/*    bottom: -1px;*/
/*    left: 0;*/
/*}ul.nav.nav-tabs .nav-link.active::after{*/
/*     background: var(--color-green-2);}*/
/*ul.nav.nav-tabs .nav-link.active,*/
/*.title-with-arrows__header__tab.active a ,*/
/*.title-with-arrows__header__tab a.active{*/
/*    font-weight: 700;*/
/*}*/
/*ul.nav.nav-tabs .nav-link:hover,*/
/*.title-with-arrows__header__tab a:hover {*/
/*    color: var(--color-green-4);*/
/*    text-decoration: underline;*/
/*}*/
/*ul.nav.nav-tabs .nav-link:focus,*/
/*.title-with-arrows__header__tab a:focus {*/
/*    color: var(--color-black);*/
/*    text-decoration: underline;*/
/*    border: 2px solid var(--color-green-2);*/
/*}*/

.title-with-arrows__header__tabs__container {
    width: 100%;
}
.title-with-arrows__header__arrows {
    display: flex;
    gap: 1rem;
}.title-with-arrows__header__arrows >* {
     width: 2rem;
     height: 2rem;
     display: flex;
     align-items: center;
     justify-content: center;
 }

@media(max-width:575px){
    .title-with-arrows__header__arrows {
        display: none;
    }
}
@media(min-width:576px){
    .title-with-arrows__header__title {
        width: calc(100% - 6rem);
    }
    .title-with-arrows__header {
         display: flex;
         justify-content: space-between;
         align-items: center;
         margin-bottom: 1.5rem;
         flex-wrap: wrap;
     }
}