.sidebar-close-icon-container {
  cursor: pointer;
}.column-section {
  padding: 1.25rem;
  border-bottom: 1.5px solid #acb9c8;
}
@media (min-width: 992px) {
  .column-section {
    padding: 1.25rem 1.5rem 1.5rem;
  }
}
.column-section__header {
  color: #686d7b;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.column-section__header h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 150%;
}