.offset-image-description{display:flex;flex-wrap:wrap;gap:50px;justify-content:space-between}@media (max-width:992px){.offset-image-description{column-gap:60px;justify-content:center;padding-right:20px}}@media (max-width:768px){.offset-image-description__card{margin:0 auto;max-width:380px;width:100%}}.offset-image-description__card{display:flex;flex-direction:column}.offset-image-description__card-image{background-color:#fff;margin-bottom:-55px;min-height:335px;padding:4px 4px 30px}.offset-image-description__card-image img{height:100%;max-height:335px;object-fit:cover;width:100%}.offset-image-description__card-content{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:100%;justify-content:space-between;left:21px;padding:35px 10px;position:relative}.offset-image-description__card-description{margin-top:20px}.offset-image-description__card--horizontal{display:grid;grid-template-columns:1fr 1fr}.offset-image-description__card--horizontal .offset-image-description__card-content{left:0;padding:32px}.offset-image-description__card--horizontal .offset-image-description__card-image{display:grid;margin-bottom:0;min-height:auto;padding:0}.offset-image-description__card--horizontal img{max-height:none}.offset-image-description__card--horizontal .offset-image-description__card-content{align-items:start}@media (max-width:992px){.offset-image-description__card--horizontal{grid-template-columns:1fr}}