.archive-toolkit {
    background: #F0EDE8;
}

.archive-toolkit .at-item .img-shadow {
    background: #6C2383;

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    opacity: 0.8;
    border-radius: 10px;
}


.archive-toolkit .at-item .img-shadow.yellow {
    background: #FFD500;

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    opacity: 0.8;
    border-radius: 10px;
}

.archive-toolkit .at-item {
    display: flex;
    background: #F0EDE8;
    color: white;
    padding: 30px;
    border-radius: 10px;
    min-height: 470px;
    position: relative;
    margin-top: calc(var(--bs-gutter-x) * .5);
}

.archive-toolkit .at-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    border-radius: 10px;
}

.archive-toolkit .at-item .card-detail {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.archive-toolkit h1 {
    font-size: 56px;
    line-height: 56px;
    font-weight: bold;
}

.archive-toolkit .card-detail .title {
    font-size: 32px;
    line-height: 26px;
    font-weight: bold;
}

.archive-toolkit .card-detail .desc {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 2rem;
}


.archive-toolkit .at-big-banner .card-detail {
    color: #2A2A2A;
}

.archive-toolkit .at-big-banner .card-detail {
    padding: 6rem 6rem;
}

.archive-toolkit .at-big-banner .card-detail .title {
    font-size: 52px;
    line-height: 52px;
    font-weight: bold;
}

.archive-toolkit .at-big-banner .card-detail .desc {
    font-size: 18px;
    font-weight: 300;
    margin-top: 2rem;
    line-height: normal;
}

