.information-section {
  background-color: #000;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.content-wrapper {
  width: 100%;
  max-width: 1145px;
}

.content-container {
  gap: 20px;
  display: flex;
  margin: 50px 50px;
}

.column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 50%;
  margin-left: 0;
}

.business-background {
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  min-height: 621px;
  flex-grow: 1;
  padding: 27px 0 77px;
}

.background-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.information-label {
  position: relative;
  background-color: #ffbf00;
  align-self: start;
  color: #000;
  white-space: nowrap;
  justify-content: center;
  padding: 2px 10px;
  font:
    700 12px Poppins,
    sans-serif;
}

.business-background-content {
  position: relative;
  display: flex;
  margin-top: 335px;
  padding-left: 33px;
  flex-direction: column;
  color: #fff;
}

.business-background-title {
  text-decoration-line: underline;
  font:
    600 18px Poppins,
    sans-serif;
}

.business-background-description {
  text-align: justify;
  letter-spacing: -0.32px;
  margin-top: 27px;
  margin-right: 30px;
  font:
    300 14px Poppins,
    sans-serif;
}

.project-details {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 50%;
  margin-left: 20px;
}

.project-capstone {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  color: #fff;
}

.project-capstone-content {
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  min-height: 290px;
  width: 100%;
  align-items: start;
}

.project-capstone-title {
  position: relative;
  text-decoration-line: underline;
  margin: 100px 60px 0 30px;
  font:
    600 18px Poppins,
    sans-serif;
}

.project-capstone-description {
  position: relative;
  text-align: justify;
  letter-spacing: -0.48px;
  margin: 18px 60px 0 30px;
  font:
    300 14px Poppins,
    sans-serif;
}

.dashboard {
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  min-height: 293px;
  margin-top: 38px;
  width: 100%;
  align-items: start;
}

.dashboard-title {
  position: relative;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin: 90px 60px 0 30px;
  font:
    600 18px Poppins,
    sans-serif;
}

.dashboard-description {
  position: relative;

  letter-spacing: -0.48px;
  margin: 18px 60px 0 30px;
  font:
    300 14px Poppins,
    sans-serif;
}
