.acf-tab-titles { 
    list-style: none; 
    padding: 0; 
    display: flex; 
    justify-content: space-around;
    margin: 0;
}
.acf-tab-titles li {
color: #272727;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Gotham;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 46px; /* 287.5% */
padding:0px 20px;
cursor:pointer;

}
.acf-tab-titles li.active { 
color: #272727;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Gotham;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 46px; /* 287.5% */
border-bottom:3px solid #9575FF;
}
.acf-tab-content { 
    padding-top: 50px;
    border-top: 1px solid #EFEFEF;
    color: #272727;
font-family: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
