.text-custom-orange {
    color: #FF6100;
}

.section-title-container {
    position: relative;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.75rem;
}

.section-title-container .section-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 11%;
    height: 4px;
    background-color: currentColor;
}

.card {
    border: 0.5px;
}

.card-title {
    font-size: 18px;
}
