#work-history-section [data-attr=content-wrapper] .content .card-wrapper {
    gap: 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

#work-history-section [data-attr=content-wrapper] .content .card-wrapper .card {
    padding: 40px 28px;
    border-radius: 6px;
    position: relative;
    color: var(--dark-col-1);
    width: 308px;
    min-height: 368px;
    background-color: var(--generic-white);
}

#work-history-section [data-attr=content-wrapper] .content .card-wrapper .card .card-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 6px;
}

#work-history-section [data-attr=content-wrapper] .content .card-wrapper .card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#work-history-section [data-attr=content-wrapper] .content .card-wrapper .card .card-content-wrapper {
    height: 100%;
    display: block;
    padding: 16px 0 16px;
}

#work-history-section [data-attr=content-wrapper] .content .card-wrapper .card .card-content-wrapper:has(.btn-wrapper) {
    padding: 16px 0 64px;
}

#work-history-section [data-attr=content-wrapper] .content .card-wrapper .card .card-content-wrapper .card-content .date {
    color: var(--brand-col-2);
    margin-bottom: 16px;
}

#work-history-section [data-attr=content-wrapper] .content .card-wrapper .card .card-content-wrapper .btn-wrapper {
    bottom: 40px;
    position: absolute;
    width: calc(100% - 58px);
}

#work-history-section [data-attr=content-wrapper] .content .card-wrapper .card .card-content-wrapper .btn-wrapper a {
    width: calc(100% - 46px);
}