.tabs-items {
margin-top: -1px;
border-top: 1px solid hsl(0deg 0% 0% / 30%);
padding-top: 40px;
}
.tabs-nav {
overflow: hidden;
margin: 0;
padding: 0;
display: flex;
gap: 40px;
}
.tabs-nav li {
display: block;
padding: 0;
list-style: none;
}    
.tabs-nav a {
display: block;
padding: 14px 0;
text-decoration: none;
text-align: center;
color: #0F0F0F;
font-family: Jost;
font-weight: 500;
line-height: 125.5%;
text-transform: uppercase;
border-bottom: 3px solid #fff0;
}	
.tabs-nav a.active {
border-bottom: 3px solid #000;
}
.tabs-item__title {
font-size: 52px;
font-weight: 500;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 20px;
max-width: 470px;
}
.tabs-item__subtitle {
font-weight: 500;
font-size: 24px;
text-transform: uppercase;
margin-bottom: 20px;
max-width: 522px;
}
.tabs-item__text {
font-size: 16px;
color: rgba(15, 15, 15, 0.6);
text-transform: none;
font-weight: 400;
max-width: 465px;
}
.tabs-items__button-box {
display: flex;
align-items: center;
justify-content: flex-start;
margin-top: 128px;
gap: 40px;
}
.download-button {
display: inline-flex;
align-items: center;
text-align: center;
justify-content: center;
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
height: 53px;
padding: 0 39px;
box-sizing: border-box;
color: #FFF;
border-radius: 100px;
transition: 0.3s;
cursor: pointer;
background: #10275D;
}
.next-button {
display: inline-flex;
align-items: center;
text-align: center;
justify-content: center;
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
height: 53px;
padding: 0 39px;
box-sizing: border-box;
border-radius: 100px;
transition: 0.3s;
cursor: pointer;
border: 1px solid #000;
background: #fff;
color: #000;
}