.about-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: calc(100% - 236px);
  padding: 16px 16px;
  padding-bottom: 0;
}

.logo-container {
  width: 170px;
  height: 170px;
  overflow: hidden;
  border-radius: 50%;
}
.logo-container img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.about-company-name {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 32px;
}
.about-quote {
  padding: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  padding-top: 8px;
}
.text-3 {
  padding-top: 8px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .logo-container {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 1080) {
  .logo-container {
    width: 320px;
    height: 320px;
  }
}
