.contact, .container, .details, .hotel { display: flex; flex-direction: column; } .container { gap: var(--Spacing-x4); } .details { gap: var(--Spacing-x-one-and-half); } .contact, .hotel { gap: var(--Spacing-x-half); } .list { padding-left: var(--Spacing-x2); } .link { word-break: break-all; }