.what-is-al-die-casting {
  display: flex;
  width: 1200px;
  padding: 60px 0 80px;
}

.what-is-al-die-casting .left {
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.16);
  margin-right: 5px;
}

.what-is-al-die-casting .right {
  width: 700px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 78px 60px;
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  background-color: rgba(245, 245, 245, 1);
}

.pom-materials-properties {
  width: 1200px;
  display: flex;
  padding: 60px 0 40px;
}

.pom-materials-properties-text {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-top: 40px;
}

.pom-materials-properties .left {
  background-color: rgba(242, 242, 242, 1);
}

.pom-materials-properties-table {
  border-collapse: collapse;
  width: 1200px;
  text-align: center;
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.pom-materials-properties-table th {
  font-size: 16px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #242424;
  line-height: 24px;
  height: 80px;
  background-color: rgba(248, 248, 248, 1);
}

.first-col {
  font-size: 16px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #242424;
  line-height: 24px;
}

.pom-materials-properties-table td {
  height: 80px;
  border: 1px solid #e5e5e5;
}

.conditions-of-pom {
  width: 1200px;
  padding: 60px 0 120px;
}

.conditions-of-pom-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 60px;
  background: #f5f5f5;
}

.conditions-of-pom-left {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  list-style-position: inside;
}

.conditions-of-pom-img {
  margin-top: 40px;
}

.conditions-of-pom-title {
  font-size: 20px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #666666;
  line-height: 28px;
  margin-top: 20px;
}

.conditions-of-pom-text {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-top: 6px;
  width: 465px;
}

.advantages-of-pom {
  width: 1200px;
  padding: 60px 0 60px;
}

.advantages-of-pom-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 60px;
  background: #f5f5f5;
}

.advantages-of-pom-left {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  list-style-position: inside;
}

.advantages-of-pom-left li {
  padding: 3px 0;
}

.advantages-of-pom-right {
  width: 352px;
  height: 240px;
}

.advantages-of-pom-text {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  background-color: #fff;
}

.advantages-of-pom-img {
  margin-top: 40px;
}

.advantages-of-pom-title {
  padding: 40px 0 20px;
  font-size: 20px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #242424;
  line-height: 28px;
}

.disadvantages-of-pom {
  display: flex;
  width: 1200px;
  padding: 60px 0 0;
}

.disadvantages-of-pom ul {
  list-style-position: inside;
  /* margin-top: 60px; */
}

.disadvantages-of-pom li {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding: 7px 0;
}

.pom-applications {
  display: flex;
  width: 1200px;
  padding: 60px 0 80px;
}

.pom-applications .left {
  margin-right: 24px;
  background-color: #fff;
}

.pom-applications .right {
  padding: 74px 40px 0;
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  background-color: #fff;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.16);
}

.pom-applications ul {
  list-style-position: inside;
  list-style-type: none;
  margin-top: 20px;
}

.pom-applications li {
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.ready-to-get-a-quote {
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-dot {
  width: 14px;
  height: 14px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 5px solid #2d78b5;
  border-radius: 50%;
  margin-right: 14px;
  flex-shrink: 0;
}