.tab-name h4 {
    margin-bottom: 0;
	font-size: 16px;
    font-weight: 400;
}
.tab-sec-outer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
/*     gap:40px; */
    background-color: #EDE9F2;
    padding: 5px;
    border-radius: 10px;
  margin: 0 16px;
  
}
.tab-sec-inner {
    padding: 10px 20px;
}
.tab-sec-inner.selected-tab {
    background-color: #fff;
   
    border-radius: 6px;
}
.tab-name h6 {
    margin-bottom: 0;
}

.tab-name a {
    text-decoration: none;
    font-weight: 600;
    color: #898291;
}
.tab-section-wrapper {
    padding: 25px 0;
    border-bottom: 1px solid #EDE9F2;
}
{#.tab-sec-inner:first-child {
    background-color: #fff;
    padding: 12px 15px;
    border-radius: 5px;
}#}
@media(max-width:1080px){
.tab-sec-outer {
    gap: 15px;
  }
  .tab-sec-inner.selected-tab {
    padding: 10px;
}
}
@media(max-width:768px){

  .tab-sec-outer {
    display: block;
    padding: 10px;
    margin: 0;
}

.tab-sec-inner {
    margin-bottom: 10px;
}
}