.last-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.last-container .tab {
    flex: 1;
    line-height: 50px;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    transition: color 0.3s, border-bottom 0.3s;
    border: 0.5px solid #dddada;
    font-size: 20px;
    font-weight: bolder;
}
.last-container .tab:hover {
    color: #ff8c00;
    border-bottom: 2px solid #ff8c00
}
.last-container .tab.active {
    color: #ff8c00;
    border-bottom: 2px solid #ff8c00
}
.last_h1{
    font-weight: bolder !important;
}
.show{
    display: block;
}
.hidden{
    display: none;
}


