.about-container {
  display: flex;
  flex-direction: row;
  width: 1280px;
  min-height: 168px;
  gap: 32px;
  box-sizing: border-box;
}

.about-text-container {
  display: flex;
  flex-direction: column;
  width: 836px;
  height: 112px;
  gap: 32px;
  flex-grow: 1;
  box-sizing: border-box;
}

.about-title {
  width: 859px;
  height: 23px;
  box-sizing: border-box;
}

.crackerbarrel .about-title {
  font-family: "Libre Franklin", sans-serif;
}

.about-description-container {
  display: flex;
  flex-direction: column;
  width: 836px;
  height: 69px;
  gap: 20px;
  box-sizing: border-box;
}

.about-description {
  width: 836px;
  height: 69px;
  flex-grow: 1;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  font-weight: 390;
  font-size: 16px;
  color: var(--dark-071-d-3-b, #071d3b);
  line-height: normal;
  font-style: normal;
}

.crackerbarrel .about-description {
  font-family: "Libre Franklin", sans-serif;
}

.contact-info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 412px;
  height: 168px;
  gap: 20px;
  box-sizing: border-box;
}

.info {
  display: flex;
  flex-direction: row;
  width: 412px;
  height: 42px;
  gap: 12px;
  box-sizing: border-box;
}

.phone-icon {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}

.text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 376px;
  height: 42px;
  gap: 4px;
  box-sizing: border-box;
}

.label-text {
  width: 150px;
  height: 18px;
  box-sizing: border-box;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #222724;
}

.crackerbarrel .label-text {
  font-family: "Special Gothic", sans-serif;
  color: #2b1d10;
}

.text {
  text-decoration: none;
  cursor: pointer;
  width: 150px;
  height: 18px;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  font-weight: 390;
  font-size: 16px;
  color: var(--dark-071-d-3-b, #071d3b);
  line-height: normal;
  font-style: normal;
  white-space: nowrap;
}

.crackerbarrel .text {
  font-family: "Libre Franklin", sans-serif;
}

.clock-icon {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}

.external-icon {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
