section.ban .sectitle{
    font-weight: 700;
}

.archive-blg{
    padding: 75px 0 109px;
}

.archive-blg .sectitle{
    width: 580px;
}

.archive-blg .text.main{
    width: 697px;
    margin-top: 19px;
}

.archive-blg .row{
    grid-gap: 1rem 0;
    width: 930px;
    max-width: 100%;
    margin: 72px auto 0;
}

.archive-blg .box{
    background: url(../../assets/img/boxbgg.png) no-repeat bottom right,var(--white);
    box-shadow: 0 3px 6px #00000029;
    padding: 29px 43px 22px 21px;
}

.archive-blg .box .title,
.archive-blg .box .text,
.archive-blg .box .sm{
    color: var(---title);
    font-size: 14px;
}

.archive-blg .box .title,
.archive-blg .box .sm{
    font-weight: 700;
}

.archive-blg .box hr{
    background: var(--main);
    margin: 7px auto 18px;
}

.archive-blg .box .sm{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 5px;
    width: fit-content;
    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-blg .box .sm:hover{
    color: #BA9260;
}

.archive-blg .box .sm::after{
    content: url('data:image/svg+xml;utf8,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="12" height="12" rx="6" fill="rgb(183,14,12)"/><path d="M4.60055 9.03757C4.7558 9.03546 4.90404 8.97264 5.01355 8.86257L7.55057 6.32358C7.60677 6.26656 7.65099 6.19887 7.68063 6.12449C7.71027 6.05011 7.72473 5.97055 7.72314 5.89049C7.72156 5.81044 7.70397 5.73151 7.67141 5.65836C7.63885 5.58521 7.59199 5.51933 7.53357 5.46458L4.99756 3.11658C4.87878 3.02926 4.73199 2.98872 4.58523 3.00271C4.43847 3.01669 4.30202 3.08422 4.20187 3.1924C4.10172 3.30059 4.0449 3.44185 4.04226 3.58925C4.03963 3.73666 4.09134 3.87988 4.18756 3.99158L6.26956 5.91857L4.16955 8.01858C4.08737 8.10321 4.03197 8.21018 4.01025 8.32613C3.98854 8.44208 4.00149 8.56188 4.04748 8.67051C4.09348 8.77914 4.17045 8.8718 4.26883 8.93691C4.3672 9.00202 4.48258 9.03768 4.60055 9.03757Z" fill="white"/></svg>');
}

.contact{
    padding: 2rem 0 40px;
}

.contact .text{
    margin-top: .5rem;
}

.contact .dbtn{
    margin-top: 22px;
}

@media(max-width:992px){
    .archive-blg,
    .contact{
        padding: 2rem 0;
    }
}