.min-ht-666{
    min-height: 666px;
}
.bg-size-contain{
    background-size: contain;
    background-color: #EAEAEA;
}
.width-fit{
    width: fit-content;
}

.width-fit > ul > li {
    margin-top: 0;
}

.tab-link.active {
        font-weight: bold;
        color: #EB7B36;
        border-bottom: 3px solid #EB7B36;
    }

.orange-link{
    color: #EB7B36;
}