.contact-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-right: 10px;
}
.fold-button {
    margin-left: 20px;

    &.unfold {
      transform: rotate(90deg);
    }
    .fold-icon{
      width: 24px;
      height: 24px;
    }
  }
  