

.content-post-card img {
    #width: 100%;
    #object-fit: cover;
    object-position: center;
    aspect-ratio: 1.6;
}

.content-card-list {
    display: grid;
    justify-content: center;
    gap: 3rem;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}

.content-card-list .content-card-list-item {
    flex-grow: 1;
    flex-basis: 0;
}

.content-card-list-button {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.tab-header {
    margin-bottom: 2rem;
}

.tab-header .nav {
    justify-content: center;
    border: none;
}

.tab-header .nav-item {
    border: none;
    padding: 0.5rem 1rem;
    font-size: 2rem;
    font-weight: 500;
    color: #000;
}

.tab-header .nav-link {
    border: none !important;
    text-transform: uppercase;
}

.tab-header .nav-link.active {
    padding-bottom: 1rem;
    border-bottom: 0.3rem solid #B50900 !important;
}

.tab-header .nav-link:hover {
    border: none;
}

.vid-container .lyte-wrapper, .vid-container .lL {
    width: unset !important;
}

.single-icon-div {
    background-color: #F2F2F2;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    aspect-ratio: 1;
    gap: 1rem;
    text-align: center;
    justify-content: center;
}
.single-icon-div > div {
    font-size: 1rem;
    line-height: 1rem;
    max-width: 60%;
}

.single-icon-div > img {
    object-fit: cover;
    max-width: 50%;
    max-height: 50%;
}

.ftk-icon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 1rem;
}

.ftk-event-date {
    font-weight: bold;
    color: #003E61;
}
