.divArticleList{border-style:dotted;border-width:0 0 2px;display:grid;grid-template-columns:repeat(2,1fr);margin:0 auto 40px;max-width:1100px;width:100%}.divArticleList .icon{height:20px;width:24px}.divArticleList_item{border-style:dotted;border-width:0 0 2px;display:flex;padding:24px 0;position:relative;transition:opacity .15s linear}.divArticleList_item:hover{opacity:.7}.divArticleList_item:nth-child(2n):before{content:"";display:block;margin-left:24px}.divArticleList_item:nth-child(odd):after{border-style:dotted;border-width:0 2px 0 0;content:"";display:block;margin-left:24px}.divArticleList_item:last-of-type,.divArticleList_item:nth-child(odd).divArticleList_item:last-of-type{border-bottom-width:0}.divArticleList_item_link{display:block;inset:0;position:absolute}.divArticleList_item_picture{align-items:center;aspect-ratio:1;display:flex;height:180px;justify-content:center;margin-right:30px;width:180px}.divArticleList_item_picture_image{height:100%;object-fit:scale-down;width:100%}.divArticleList_item_body{display:flex;flex-direction:column;gap:13px;width:100%}.divArticleList_item_body_headingContainer{align-items:center;display:flex;justify-content:space-between;width:100%}.divArticleList_item_body_heading{flex:1;font-size:22px;margin:0;text-decoration:underline}.divArticleList_item_body_description{font-size:16px;line-height:24px;margin:0;overflow-wrap:anywhere}.divArticleList_linkToList{display:block;margin:80px auto;width:fit-content}@media (max-width:767px){.divArticleList{grid-template-columns:1fr;max-width:100%;padding:0 20px 40px}.divArticleList .icon{height:13px;width:16px}.divArticleList_item_picture{height:117px;width:117px}.divArticleList_item:nth-child(2n):before,.divArticleList_item:nth-child(odd):after{display:none}.divArticleList_item_body_heading{font-size:16px;line-height:23.17px}.divArticleList_item_body_description{font-size:14px;line-height:22px}}