.archive-prods{
    background: url(../../assets/img/aboutusbg1.png) no-repeat top left,linear-gradient(to left,#fcfcfce6,#FCFCFC 45%,#FCFCFC 100%),url(../../assets/img/paboutusbg.png) no-repeat top right/auto 1010px;
    padding: 120px 0;
}

.archive-prods .row{
    grid-gap: 20px 0;
    margin-top: 2rem;
}

.archive-prods .row>*{
    padding: 0 5px;
}

.archive-prods .container>hr{
    width: 349px;
    background: linear-gradient(to right,#D2D2D2 0,#D2D2D2 39%,#ffffff9e 69%,transparent 100%);
    margin: 20px 0 30px;
}

.archive-prods .sectitle{
    text-transform: uppercase;
}

.archive-prods .box{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    grid-gap: 1rem;
    border: 1px solid #E4E4E4;
    border-radius: 15px;
    background-color: #FDFDFD;
    box-shadow: 0 10px 10px #7090b01a;
    padding: 1rem;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.archive-prods .box:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

/* .archive-prods .box img{
    margin-bottom: 2rem;
} */

.archive-prods .box .title{
    color: transparent;
    font-size: 20px;
    font-weight: 700;
    background: var(--linear3);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
}

.archive-prods .box .text{
    color: #707070;
    font-weight: 700;
    /* margin-top: 10px; */
}

/* .archive-prods .box .text{
    display: -webkit-box;
    display: -moz-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
} */

.archive-prods .box hr{
    background-color: #E4E4E4;
    margin: 0;
}

.archive-prods .box .dbtn{
    width: 100%;
}

.archive-prods .box .dbtn:hover{
    color: var(--title);
}

.box-contact .sectitle{
    text-transform: none;
}

@media(max-width:992px){
    .archive-prods{
        padding: 2rem 0;
    }
    .archive-prods .row>*{
        padding: 0 12px;
    }
}