.blog-box{margin-bottom:80px}.blog-box__title{margin-bottom:40px}.blog-box-wrapper{grid-gap:20px 0}.blog-box-wrapper,.blog-box__item{display:flex;flex-direction:column}.blog-box__item{position:relative;grid-gap:16px;width:100%;background-color:#fff;border-radius:12px;box-shadow:3px 0 13px 3px rgba(0,0,0,.1019607843);transition:all .3s ease;overflow:hidden}.blog-box__item-image{width:100%;height:auto;min-height:140px;max-height:200px;overflow:hidden}.blog-box__item-image img{display:block;width:100%;min-width:unset;object-fit:cover;object-position:center}.blog-box__item-info{padding:24px}.blog-box__item:hover{box-shadow:5px 0 20px 5px rgba(0,0,0,.1019607843)}.blog-box__item:hover .button-arrow:after{filter:brightness(0);transform:translateX(16px)}.blog-box__item_title{color:#101820;margin-bottom:16px}.blog-box__item-taglist{display:none;align-items:center;justify-content:flex-start;flex-wrap:wrap;grid-gap:10px 16px}.blog-box__item-taglist-item{display:flex;align-items:center;grid-gap:16px;white-space:nowrap}.blog-box__item-taglist-item:not(:last-child):after{content:"";display:block;width:6px;height:6px;background:#101820}.blog-box__item-time{display:none}@media(min-width:768px){.blog-box__title{white-space:break-spaces;margin-bottom:60px}.blog-box-wrapper{display:grid;grid-template-areas:". .";grid-template-columns:1fr 1fr;grid-gap:20px}.blog-box__item-image{height:220px;max-height:unset}.blog-box__item-image img{height:100%}.blog-box__item-info{display:flex;flex-direction:column;flex:1}.blog-box__item-title{margin-bottom:40px}.blog-box__item-box{display:flex;align-items:center;justify-content:space-between;gap:10px}.blog-box__item-time{display:flex}}@media(min-width:1280px){.blog-box{margin-bottom:130px}.blog-box-wrapper{grid-template-areas:". . .";grid-template-columns:1fr 1fr 1fr}.blog-box__item{gap:0}.blog-box__item-info{padding:28px}.blog-box__item-title{margin-bottom:16px}.blog-box__item-taglist{display:flex;align-items:flex-start;flex:1}.blog-box__item-box{flex:1;margin-top:40px}}@media(min-width:1920px){.blog-box{margin-bottom:200px}.blog-box__item-image{height:240px}.blog-box__item-info{padding:32px 48px}}