.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
  height: 1452px;
  gap: 32px;
  box-sizing: border-box;
}

.banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 1280px;
  height: 272px;
  border-radius: 12px;
  box-sizing: border-box;
  /* Add border if needed */
}

.info-container {
  display: flex;
  flex-direction: row;
  width: 1280px;
  height: 89px;
  gap: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
}

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

.divider {
  width: 1280px;
  height: 0px;
  border-top: 1px solid #c5cad0; /* color from the Figma RGBA: 197, 202, 208 */
  margin: 0;
}
