.tab-services-trade-agreement-container {
    display: flex;
}
  
/* Tab */
.tab-services-trade-agreement {
    width: 20%;
    background-color: #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px;
    color: #898989;
    text-align: center;
}

.tab-services-trade-agreement.first {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.tab-services-trade-agreement.active.first {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-right: -15px;
}

.tab-services-trade-agreement.second {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.tab-services-trade-agreement.active.second {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-left: -15px;
}


/* Active tab */
.tab-services-trade-agreement.active {
    background-color: #1054A5;
    color: #FFFFFF !important;
}

/* Content */
.tab-services-trade-agreement-content {
    display: none;
    padding: 10px;
}

/* Show active content */
.tab-services-trade-agreement-content.active {
    display: block;
}

.services-trade-agreement-negative-title {
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 24px;
    color: #898989;
}

.services-trade-agreement-negative-content {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #898989;
    margin-left: 10px;
}

.services-trade-agreement-topic {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #898989;
}
