.content-block:last-of-type{margin-bottom:32px}.content-block__list{display:flex;flex-direction:column}.content-block__list-item{display:flex;flex-wrap:nowrap;width:100%;min-height:200px;max-height:300px;padding:16px;justify-content:space-between;flex-direction:row-reverse;border:1px solid var(--border-color);box-shadow:4px 4px 0 0 var(--border-color);transition:background-color .5s ease}.content-block__list-item:not(:last-of-type){margin-bottom:24px}.content-block__list-item-desc strong{width:100%;display:block;font-size:24px;margin-bottom:16px}.content-block__list-item-image{max-width:50%;max-height:100%;text-align:right}.content-block__list-item-image img{max-width:100%;min-width:150px;max-height:180px;border:1px solid var(--grey-darker)}.content-block__list-item-desc{flex:1;padding-right:24px}.content-block__list-item .button{margin-top:16px;margin-right:16px;display:inline-block;padding:.6em 1.2em;font-size:1rem;font-weight:500;color:var(--text-color);background-color:var(--light-grey);border:1px solid var(--border-color);border-radius:8px;text-decoration:none;transition:all .2s ease-in-out;cursor:pointer}.content-block__list-item .button:hover{background-color:var(--hover-background);border-color:var(--grey);box-shadow:0 2px 6px rgba(0,0,0,.08)}.content-block__list-item .button:active{transform:scale(.98)}.content-block__list-item-desc-text{font-size:14px}@media screen and (max-width:800px){.content-block__list-item{flex-direction:column;align-items:stretch;max-height:none;padding:12px}.content-block__list-item-desc,.content-block__list-item-image{max-width:100%;width:100%;padding-right:0;text-align:center}.content-block__list-item-desc strong{font-size:20px}.content-block__list-item-desc .button{min-width:100%;width:100%;margin-right:0;margin-bottom:12px}.content-block__list-item-desc .button:last-child{margin-bottom:0}}