.left-title-section-outer {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.left-title-section-outer-blue {
  background-color: #EDF3F5;
}

.left-title-section-outer-white {
  background-color: white;
}

.left-title-container {
  width: 1000px;
  margin: auto;
  padding: 60px 0px;
}

.left-title-section-title {
  width: 400px;
  height: 100px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 50.4px;
  color: #333333;
  float: left;
}

.left-title-section-text {
  width: 520px;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  color: #333333;
  padding-left: 80px;
  float: left;
}


@media screen and (max-width: 768px) {
  .left-title-container {
    width: auto;
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .left-title-section-title {
    width: 100%;
    height: auto;
    font-size: 24px;
    line-height: 33.6px;
    padding-left: 0px;
  }

  .left-title-section-text {
    width: 100%;
    font-size: 14px;
    line-height: 22.4px;
    padding: 0;
  }
}
