.sq-contact-us-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px;
  &__item {
    padding:30px  50px ;
    box-shadow: 0px 10px 10px $sq-color-slate-lightest;
    border-radius: 15px;
    display: flex;
    align-items: center
  }
  &__text {
    margin-left: 14px;
  }
  &__header {
    @include t3-style();
    text-align: center;
    margin-bottom: 8px;
  }
  &__subheader {
    @include t3-style();
    text-align: center;
    margin-bottom: 8px;
  }
}
