.more-text{position:relative;display:flex;flex-direction:column}
.more-image{max-height:180px;object-fit:cover;position:relative;transition:transform 0.3s ease}
.more-image:after{content:"";position:absolute;display:block;top:-20%;height:130%;width:30px}
.more-image.right:after{left:-12px !important;background:#fff;transform:rotate(4deg)}
.more-image.left:after{right:-12px !important;background:#fff;transform:rotate(-4deg)}
.more-card:hover .more-image{transform:scale(1.1)}
.more-bar{width:50px;height:3px;border-radius:5px;background-color:#375ca2;transition:width 0.2s ease}
.more-card:hover .more-bar{width:100px}
.card-body .ratio{margin:0;padding:0;width:calc(102%);transform:translateX(-1rem)}