.about-container {
  margin-top: calc(var(--navbar-height) + 1rem);
  padding-bottom: 1rem;
}
.page-title {
  margin: 1rem 0;
}
.row-panel {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  color: #2d2d2d;
  font-family: var(--secondary-demi-font), georgia, serif;
  flex-wrap: wrap;
}

.into-text {
  display: grid;
  gap: 0.5rem;
  align-self: start;
}

.row-text-block {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1rem;
  padding-top: 1.5rem;
  padding-left: 0.65rem;
}

.intro-title {
  font-size: 2.5rem;
  /* font-weight: bold; */
  font-family: var(--secondary-font);
  color: var(--grey-color);
  text-align: center;
}

.intro2 {
  font-family: var(--secondary-demi-font);
}

.contact-profile-img {
  padding: 20px;
}
.contact-info-text {
  text-align: center;
  display: grid;
  -webkit-box-align: center;
  align-items: stretch;
}

.contact-info ul li {
  vertical-align: top;
}
.contact-info ul li:nth-child(1) .contact-profile-img img {
  width: 50px;
  height: 50px;
  alt: "Contact-1";
}
.contact-info ul li:nth-child(2) .contact-profile-img img {
  width: 50px;
  height: 50px;
  alt: "Contact-2";
}
.contact-info ul li:nth-child(3) .contact-profile-img img {
  width: 50px;
  height: 50px;
  alt: "Contact-3";
}

.contact-info ul li:nth-child(3) .contact-info-text {
  padding-top: 15px;
}

.aboutUsBlocks .aboutAlternateRows {
  flex-direction: row;
}
.aboutUsBlocks .aboutAlternateRows:nth-child(even) .leftPanel {
  order: 1;
}
.aboutUsBlocks .aboutAlternateRows:nth-child(even) .rightPanel {
  order: 2;
}
@media screen and (max-width: 767px) {
  .aboutUsBlocks .aboutAlternateRows:nth-child(even) .leftPanel {
    order: 2;
  }
  .aboutUsBlocks .aboutAlternateRows:nth-child(even) .rightPanel {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .row .col-lg-4 col-md-6 .brand-tile {
    max-width: 300px;
    margin: 1rem auto 0;
    justify-content: center;
  }
}

.img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
