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

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

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

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

.right-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;
  padding-left: 80px;
  float: left;
}

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

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

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

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