.tab-name h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: Bai Jamjuree,sans-serif;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
}
.tab-sec-outer {
    display: inline-block;
    flex-wrap: wrap;
    align-items: center;
    background-color: #EDE9F2;
    border-radius: 10px;
    margin: 0px 0px;
    width: auto;
    overflow: hidden;
      padding: 5px;
   margin:0 16px;
}
.tab-sec-inner.active a {
    color: #1A0E2A;
}
.tab-sec-inner.active {
    background: #fff;
    border-radius: 10px;
}
.tab-sec-inner {
    background-color: #EDE9F2;
    padding: 10px 25px;
    display: inline-block;
}
.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:767px){
    .tab-sec-outer {
      display: block;
    }
  .tab-sec-inner {
    text-align: center;
      display: block;
  }
}