@media screen and (min-width: 0px) {
  .BusinesSubTitle {
    font-family: "Times New Roman", Times, serif;
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .BusinesSubTitle {
    font-family: "Times New Roman", Times, serif;
    margin-left: 8px;
    margin-top: 4px;
  }
}

.ExperienceTitle {
  font-size: 23px;
  font-weight: bolder;
  margin-left: -12px;
  color: rgb(0, 88, 168);
  text-shadow: 2px 2px 3px rgb(128, 168, 218);
}

.ExperienceSubTitle {
  font-size: 19px;
  margin-left: 15px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: bolder;
  color: rgb(0, 88, 168);
  text-decoration: underline;
  font-family: "Times New Roman", Times, serif;
}

@media screen and (max-width: 400px) {
  .ProjectItem {
    margin-left: -10px;
    margin-top: 2px;
    line-height: 26px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 17px;
  }
}

@media screen and (max-width: 576px) and (min-width: 401px) {
  .ProjectItem {
    margin-left: 0px;
    margin-top: 0px;
    line-height: 28px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) and (min-width: 577px) {
  .ProjectItem {
    margin-left: 0px;
    margin-top: 0px;
    line-height: 32px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ProjectItem {
    margin-left: -10px;
    margin-top: 0px;
    line-height: 28px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 19px;
  }
}

@media screen and (max-width: 2000px) and (min-width: 1200px) {
  .ProjectItem {
    margin-left: 0px;
    margin-top: 0px;
    line-height: 32px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 20px;
  }
}
