.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);
}

.pet-properties {
  width: 1200px;
  padding: 60px 0 120px;
}

.pet-properties-text {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-top: 40px;
}

.pet-properties table {
  width: 1200px;
  border-collapse: collapse;
  text-align: center;
}

.pet-properties td {
  height: 80px;
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 600px;
}

.pet-properties td:first-child {
  border-right: 1px solid #e5e5e5;
}

.pet-processing-conditions {
  width: 1200px;
  padding: 60px 0 60px;
}

.pet-processing-conditions table {
  width: 1200px;
  border-collapse: collapse;
  text-align: center;
}

.pet-processing-conditions td {
  height: 80px;
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 600px;
  padding: 24px 32px;
}

.pet-processing-conditions td:first-child {
  border-right: 1px solid #e5e5e5;
}

.advantages-of-pet {
  width: 1200px;
  padding: 60px 0 200px;
}

.advantages-of-pet-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 60px;
  background: #f5f5f5;
}

.advantages-of-pet-left {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  list-style-position: inside;
}

.advantages-of-pet-left li {
  padding: 3px 0;
}

.advantages-of-pet-right {
  width: 352px;
  height: 240px;
  background-color: #000;
}

.advantages-of-pet-img {
  margin-top: 40px;
}

.ready-to-get-a-quote {
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pet-applications {
  display: flex;
  width: 1200px;
  padding: 60px 0 80px;
}

.pet-applications .left {
  margin-right: 24px;
  background-color: #000;
}

.pet-applications .right {
  padding: 80px 26px 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);
}

.pet-applications ul {
  list-style-position: inside;
  list-style-type: none;
  margin-top: 20px;
}

.pet-applications li {
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.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;
}