.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);
}

.types-of-pp {
  width: 1200px;
}

.types-of-pp ul {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  padding-left: 10px;
  /* list-style-position: inside; */
}

.types-of-pp li {
  margin-top: 40px;
  line-height: 24px;
}

.types-of-pp span {
  font-size: 16px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: rgba(36, 36, 36, 1);
  line-height: 24px;
}

.pp-process {
  width: 1200px;
  padding: 60px 0 60px;
}

.pp-process-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 60px;
  background: #f5f5f5;
}

.pp-process-left {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  list-style-position: inside;
}

.pp-process-left li {
  padding: 3px 0;
}

.pp-process-right {
  width: 352px;
  height: 240px;
}

.pp-process-img {
  margin-top: 40px;
}

.pp-materials-properties {
  width: 1200px;
  padding: 60px 0 60px;
}

.pp-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;
}

.pp-materials-properties 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);
}

.pp-materials-properties td {
  height: 80px;
  border: 1px solid #e5e5e5;
  width: 600px;
}

.advantages-of-ploypropylene {
  display: flex;
  width: 1200px;
  padding: 60px 0 80px;
}

.advantages-of-ploypropylene .left {
  margin-right: 24px;
  background-color: #fff;
}

.advantages-of-ploypropylene .right {
  padding: 26px 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);
}

.advantages-of-ploypropylene ul {
  list-style-position: inside;
  list-style-type: none;
  margin-top: 20px;
}

.advantages-of-ploypropylene li {
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.disadvantages-of-pp {
  width: 1200px;
  padding: 60px 0 0;
}

.disadvantages-of-pp-text {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-bottom: 40px;
}

.disadvantages-of-pp ul {
  list-style-position: inside;
  padding-left: 10px;
}

.disadvantages-of-pp li {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding: 7px 0;
}

.pp-health-concerns {
  width: 1200px;
  padding: 60px 0 40px;
}

.pp-health-concerns-text {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-bottom: 40px;
}

.pp-applications {
  display: flex;
  width: 1200px;
  padding: 60px 0 80px;
}

.pp-applications .left {
  margin-right: 24px;
  background-color: #fff;
}

.pp-applications .right {
  padding: 34px 30px 0 40px;
  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);
}

.pp-applications ul {
  list-style-position: inside;
  list-style-type: none;
  margin-top: 20px;
}

.pp-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;
  opacity: 1;
  border: 5px solid #2d78b5;
  border-radius: 50%;
  margin-right: 14px;
  flex-shrink: 0;
}