@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.contentWrapper,
.contentWrapper2 {
  font-family: "Kanit", sans-serif;
}

.content1:nth-of-type(1) .pcOrder1MobileOrder2 {
  width: 45%;
}
.content1:nth-of-type(1) .pcOrder2MobileOrder1 {
  width: 50%;
}
.content1 .pcOrder1MobileOrder2 {
  width: 55%;
}
.content1 .pcOrder2MobileOrder1 {
  width: 43%;
}
.content1 .pcOrder1MobileOrder2 h1 {
    color: #000000;
    font-family: "Prompt", Sans-serif;
    font-size: 60px;
    font-weight: 200;
    text-transform: capitalize;
    line-height: 54px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.singleArticle {
  width: 45%;
  margin-bottom: 1.5rem;
}
.hero4 {
  padding: 2rem 3rem;
  /* margin-top: 4rem; */
  background-image: url("../img/Slider-4.jpg");

  width: 100%;
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero4 .mycont h1 {
  font-size: 40px;
}
.hero4::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #363333;
  inset: 0;
  opacity: 0.78;
  z-index: 3;
}
.hero4 .mycont h1 {
  font-size: 40px;
}
.mycont {
  position: relative;
  z-index: 4;
}
p {
  font-weight: 300;
}
.careerAdvancement {
  width: 60%;
  margin: 0 auto;
  font-size: 17px;
}

@media (max-width: 768px) {
  .pcOrder1MobileOrder2 {
    order: 2;
    width: 95% !important;
  }
  .pcOrder2MobileOrder1 {
    order: 1;
    width: 100% !important;
  }
  .singleArticle {
    width: 90%;
    margin-bottom: 1.5rem;
  }
  .hero4 .mycont h1 {
    font-size: 29px;
  }
  .careerAdvancement {
    width: 100%;
  }
}
