.hot-profile-ddm-layout {
  align-items: stretch;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
}

.hot-profile-ddm-main > * {
  margin-bottom: 1.5rem;
}

.hot-profile-ddm-main > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 1400px) {
  .hot-profile-ddm-layout {
    grid-template-columns: minmax(0, 2fr) minmax(16rem, 1fr);
  }
}
