html{
    scroll-behavior: smooth;
}
.dropdown-icon {
    font-size: 13px;
}

.text-justify {
    text-align: justify;
}

.featured-bg {
    height: 850px !important;
}

.featured-bg img {
    height: 100% !important;
    object-fit: cover !important;
}

.team-grid {
    height: 300px !important;
    object-fit: cover !important;
}

.resource-imgs {
    height: 300px !important;
}

.hero-h {
    height: 600px !important;
}

.hero-slider-img img {
    height: 180px !important;
    object-fit: cover;
}

.accordion-wrapper .card-header button.collapsed:before {
    display: none !important;
}

.accordion-wrapper .card-header button.collapsed:after {
    display: none !important;
}

.accordion-wrapper .card-header button:before {
    display: none !important;
}

.bg-primary{
    background-color: #F58320 !important;
}

.text-primary{
    color: #F58320 !important;
}