/* =========================================================
   ABOUT MANUFACTURING SECTION
========================================================= */

.about_manufacturing_section {
  width: 100%;
  padding: 65px 0 60px;
  background: #ffffff;
}

/* =========================================================
   TOP ROW
========================================================= */

.about_manufacturing_top {
  margin-bottom: 32px;
}

/* =========================================================
   LEFT CONTENT
========================================================= */

.about_manufacturing_content {
  padding-right: 30px;
}

.about_manufacturing_content p {
  margin: 0 0 10px;

  color: #111111;

  font-size: 16px;
  line-height: 1.45;

  font-weight: 400;
}

/* =========================================================
   LIST
========================================================= */

.about_manufacturing_content ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

.about_manufacturing_content li {
  margin-bottom: 7px;

  color: #111111;

  font-size: 16px;
  line-height: 1.35;
}

.about_manufacturing_content li strong {
  font-weight: 700;
}

/* =========================================================
   IMAGE
========================================================= */

.about_manufacturing_image {
  width: 100%;
  height: 300px;

  overflow: hidden;
}

.about_manufacturing_image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 0.5s ease;
}

.about_manufacturing_image:hover img {
  transform: scale(1.03);
}

/* =========================================================
   BOTTOM CONTENT
========================================================= */

.about_manufacturing_bottom {
  width: 100%;

  padding: 0 25px;
}

.about_manufacturing_bottom p {
  margin: 0 0 13px;

  color: #111111;

  font-size: 16px;
  line-height: 1.45;

  font-weight: 400;
}

.about_manufacturing_bottom strong {
  font-weight: 700;
}

/* =========================================================
   TABLET
========================================================= */

@media (min-width: 768px) and (max-width: 991px) {
  .about_manufacturing_section {
    padding: 50px 0;
  }

  .about_manufacturing_content {
    padding-right: 0;
  }

  .about_manufacturing_content p,
  .about_manufacturing_content li,
  .about_manufacturing_bottom p {
    font-size: 15px;
  }

  .about_manufacturing_image {
    height: 270px;
  }

  .about_manufacturing_bottom {
    padding: 0;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (min-width: 481px) and (max-width: 767px) {
  .about_manufacturing_section {
    padding: 45px 0;
  }

  .about_manufacturing_top {
    margin-bottom: 30px;
  }

  .about_manufacturing_content {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .about_manufacturing_content p,
  .about_manufacturing_content li,
  .about_manufacturing_bottom p {
    font-size: 15px;
    line-height: 1.55;
  }

  .about_manufacturing_content ul {
    padding-left: 20px;
  }

  .about_manufacturing_image {
    height: 300px;
  }

  .about_manufacturing_bottom {
    padding: 0;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (min-width: 0px) and (max-width: 480px) {
  .about_manufacturing_section {
    padding: 35px 0;
  }

  .about_manufacturing_image {
    height: 230px;
  }

  .about_manufacturing_bottom {
    padding: 0;
  }

  .about_manufacturing_content {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .about_manufacturing_content p,
  .about_manufacturing_content li,
  .about_manufacturing_bottom p {
    font-size: 14px;
  }
}
