
.blog-content{ max-width: 960px; margin: auto}
.docs-version{ font-style: italic; font-weight: bold; margin-bottom: 15px; font-style: 13px;}
.docs-list{}
.docs-list a{ display: block; padding: 10px; margin-bottom: 10px; border: 1px solid rgb(29 57 0 / 20%); border-radius: 4px; transition: .3s; background: #fff}
.docs-list a:hover{ box-shadow:0px 10px 8px -10px  rgb(29 57 0 / 20%); cursor: pointer}

@media(max-width: 768px){
    .docs-list a{ padding: 12px 20px }

}

@media(max-width: 1042px){
    .banner-item-title{ margin-right: 40px}

}