.archive-segs{
    background: url(../../assets/img/pcontbg.svg) no-repeat right center, url(../../assets/img/archtaxbg.png) no-repeat top center;
    background-size: auto, cover;
    padding: 5.33rem 0;
}

.archive-segs .row{
    justify-content: center;
    -webkit-justify-content: center;
    grid-gap: 20px 0;
}

.archive-segs .row>*{
    padding: 0 5px;
}

.archive-segs .box{
    background: none;
    border: none;
}

.archive-segs .box .img{
    width: 100%;
    aspect-ratio: 1/.59530;
    border-radius: 10px 10px 0 0;
    background-color: var(--line2);
    margin-bottom: -10px;
}

.archive-segs .box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.archive-segs .box .bottom{
    position: relative;
    width: 100%;
    border: 1px solid #00285633;
    border-bottom: 3px solid #00285633;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0px 23px 31.6px -21px #7090b026;
    padding: 35px 14px;
}

.archive-segs .box .bottom img{
    width: 60px;
    aspect-ratio: 1/1;
    object-fit: contain;
    -o-object-fit: contain;
    margin: 0 auto 1rem;
}

.archive-segs .box .bottom .title{
    text-align: center;
    color: var(--text);
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

@media(max-width:992px){
    .archive-segs{
        padding: 2rem 0;
    }
}