
.rm-w { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 50px; row-gap: 15px; } .rm-i { width: 100%; } .rm-h { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 5px; } .rm-t { color: #5E503F; font-weight: 700; text-transform: uppercase; margin: 0 !important; line-height: 1; } .rm-l { flex-grow: 1; border-bottom: 1px dashed rgba(212, 175, 55, 0.4); margin: 0 10px; position: relative; top: -4px; } .rm-p { color: #5E503F; font-weight: 700; line-height: 1; white-space: nowrap; } .rm-d { color: #a0a0a0; margin: 0 !important; line-height: 1.4; } @media(max-width: 768px) { .rm-w { grid-template-columns: 1fr; } }