.Common_Title {
}

.Common_Title .page_title {
  color: #202020;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 7px;
}

.Common_Title .box_text {
  color: #202020;
  font-size: 50px;
  width: fit-content;
  padding: 4px 6px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #fff;
  background: linear-gradient(135deg, #066a80 0%, #876b24 25%, #044f60 100%);
  font-family: Bodoni MT;
  text-wrap-mode: nowrap;
}

.Common_Title .sub_text {
  color: #202020;
  font-size: 50px;
  width: fit-content;
  font-weight: 600;
  margin-bottom: 5px;
  color: #202020;
  font-family: Bodoni MT;
  padding-left: 10px;
  position: relative;
  /* text-wrap-mode: nowrap; */
}

.Common_Title .sub_text::after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #70707075;
  left: 30%;
  transform: translate(-50%);
  bottom: -9px;
}

.Common_Title .text_content {
  margin-top: 25px;
  width: 40%;
}

.Common_Title .text_content .dark_text {
  color: #202020;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 6px;
}

.Common_Title .text_content .simple_text {
  color: #202020;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Common_Title .box_text {
    font-size: 18px;
  }

  .Common_Title .sub_text {
    font-size: 16px;
  }

  .Common_Title .text_content {
    width: 100%;
  }

  .Common_Title .text_content .dark_text {
    font-size: 13px;
  }

  .Common_Title .text_content .simple_text {
    font-size: 12px;
  }

  .Common_Title .sub_text::after {
    width: 59%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Common_Title .box_text {
    font-size: 25px;
  }

  .Common_Title .sub_text {
    font-size: 24px;
  }

  .Common_Title .text_content {
    width: 90%;
  }

  .Common_Title .text_content .dark_text {
    font-size: 17px;
  }

  .Common_Title .text_content .simple_text {
    font-size: 14px;
  }

  .Common_Title .sub_text::after {
    width: 59%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Common_Title .box_text {
    font-size: 27px;
  }

  .Common_Title .sub_text {
    font-size: 30px;
  }

  .Common_Title .text_content {
    width: 70%;
  }

  .Common_Title .text_content .dark_text {
    font-size: 18px;
  }

  .Common_Title .text_content .simple_text {
    font-size: 15px;
  }

  .Common_Title .sub_text::after {
    width: 59%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Common_Title .box_text {
    font-size: 28px;
  }

  .Common_Title .sub_text {
    font-size: 33px;
  }

  .Common_Title .text_content {
    width: 64%;
  }

  .Common_Title .sub_text::after {
    width: 59%;
  }

  .Common_Title .text_content .dark_text {
    font-size: 18px;
  }

  .Common_Title .text_content .simple_text {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .Common_Title .box_text {
    font-size: 33px;
  }

  .Common_Title .sub_text::after {
    left: 46%;
  }

  .Common_Title .text_content .dark_text {
    font-size: 19px;
  }

  .Common_Title .text_content {
    width: 50%;
  }

  .Common_Title .sub_text {
    font-size: 40px;
  }
}
