/* Module Custom Styles */

.internal-text .title {
  margin-bottom: 40px;
  font-size: 31.25px !important;
  font-weight: 700;
  line-height: 43.75px !important;
  color: #21272d;
}

.seccolor {
  color: #21272d !important;
}

.margin-custom {
  margin-top: 80px !important;
}

.internal-text .content {
  color: #394049 !important;
  font-size: 16px !important;
  font-family: Noto Sans !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

@media (max-width: 1025px) {
  .margin-custom {
    margin-top: 32px !important;
  }

  .internal-text .title {
    margin-bottom: 24px;
    font-size: 25px !important;
    font-weight: 700;
    line-height: 35px !important;
  }
}

@media (max-width: 480px) {
  .internal-text .title {
    margin-bottom: 24px;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 28px !important;
  }

  .internal-text .content {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 21px !important;
  }
}
