.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 60px 0;
}

.hero-right-img {
  width: 45%;
}

.hero-right-img img {
  width: 100%;
}

.hero-left-content {
  width: 50%;
}

.hero-left-content h1 {
  font-size: 38px;
  color: #4831d4;
  line-height: 55px;
  margin: 0;
  padding: 0;
}

.hero-left-content p {
  font-size: 16px;
  color: #8f8f8f;
  margin: 20px 0;
}

.hero-left-content button {
  background-color: #f2791d;
  color: #fff;
  border-radius: 6px;
  border: 0;
  padding: 16px 30px;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
}

.hero-left-content button:hover {
  box-shadow: 0 20px 30px rgba(59, 110, 133, 0.2);
  transform: scale(1.05);
}

.second-container-bg {
  background-color: #f0f1ed;
  padding: 30px 0;
  margin: 60px 0;
}

.second-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.second-headline {
  margin: 0;
  margin-top: 140px;
}

.second-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.second-info-icon {
  width: 50%;
}

.second-info-icon img {
  width: 100%;
}

.second-info-holder {
  width: 80%;
  height: 240px;
  border-radius: 6px;
  overflow: hidden;
}

.printing-plate-img {
  width: 100%;
}

.second-headline p {
  margin: 0;
  padding: 20px;
  text-align: center;
  color: #6b6a6a;
}

.point-info h4 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 600;
  margin-top: 12px;
}

.point-info p {
  color: #6b6a6a;
  font-size: 16px;
  font-weight: 400;
}

.page-headline {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 60px;
}

.page-headline h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.page-headline span {
  color: #f2791d;
}

.page-headline p {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 12px;
  width: 60%;
}

.page-content-btn {
  background-color: #f2791d;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  border: 0;
  border-radius: 6px;
  margin: 0 auto;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.2s;
  margin-top: 40px;
}

.page-content-btn:hover {
  box-shadow: 0 20px 30px rgba(219, 72, 88, 0.2);
  transform: scale(1.05);
}

.third-bg-container {
  background-image: url(../assets/images/left-bg.webp);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  margin-top: 60px;
}

.third-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 20px;
}

.third-text-container {
  width: 100%;
}

.fount-img {
  width: 70%;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 20px;
}

.fount-img img {
  width: 100%;
}

/* 
.third-img {
    width: 50%
}

.third-img-mobile {
    width: 26%
} 

.third-img img,
.third-img-mobile img {
    width: 100%
} */

.third-text-container h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.third-text-container p {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 28px;
}

.third-bg-container p::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  left: 0;
  top: 8px;
  background-color: #1e1e1e;
  border-radius: 50%;
}

.third-text-container b {
  color: #1e1e1e;
}

.third-btn {
  margin: 0;
  margin: 60px 0;
}

.fifth-headline {
  margin: 0 auto;
  margin-bottom: 60px;
}

.fifth-headline p {
  text-align: center;
  color: #8f8f8f;
  margin-top: 20px;
}

.content-div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, auto));
  margin: 20px;
  margin-bottom: 60px;
  justify-content: space-between;
}

.div-01 {
  background-color: #fbfafb;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 240px;
  padding: 16px;
  transition: 0.2s;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.div-02 {
  background-color: #f8e3d2;
  overflow: hidden;
}

.div-02 img {
  width: 100%;
}

.div-01 h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}

.div-02 h3 {
  color: #f2791d;
}

.div-01 p {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.div-01:hover {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  transform: scale(1.01);
}

.adhesive-container {
  margin-top: 60px;
  background-color: #efefef;
  padding: 40px 0;
}

.adhesive-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

.adhesive-types {
  display: flex;
  flex-direction: column;
  width: 45%;
  gap: 20px;
}

.adhesive-types h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}

.adhesive-types p {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  margin-top: 12px;
}

.adhesive-image-holder {
  width: 45%;
}

.adhesive-image-holder img {
  width: 100%;
}

.adhesive-btn {
  margin: 0;
  margin-top: 40px;
  display: block;
  margin-left: 60px;
}

.adhesive-cta {
  margin-top: 0;
}

.soln-container {
  margin-top: 60px;
}

.soln-btn {
  margin: 0;
  margin-top: 40px;
  display: block;
}

@media only screen and (max-width: 1250px) {
  .container {
    width: 90%;
  }
}

@media only screen and (max-width: 1100px) {
  .container {
    flex-direction: row;
  }

  .breadcrum-nav-link {
    padding: 16px 0;
  }

  .hero-content {
    margin-top: 0px;
    margin-bottom: 60px;
    padding-top: 30px;
  }

  .hero-left-content {
    width: 55%;
  }

  .hero-right-img {
    width: 40%;
  }

  .hero-left-content h1 {
    font-size: 36px;
    line-height: 50px;
  }

  .second-points {
    gap: 20px;
  }

  .page-headline p {
    width: 80%;
  }

  .adhesive-info {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .adhesive-types {
    flex-direction: row;
    width: 100%;
  }

  .adhesive-types h3 {
    font-size: 22px;
  }

  .adhesive-image-holder {
    width: 90%;
  }

  .adhesive-btn {
    margin: 0 auto;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 880px) {
  .commerce-cta-info {
    flex-direction: column;
    align-items: center;
  }

  .commerce-cta-bg .cta-content {
    width: 90%;
    text-align: center;
    align-items: center;
    margin-top: 40px;
  }

  .commerce-cta-bg .cta-content h2 {
    text-align: center;
    font-size: 36px;
  }

  .commerce-cta-bg .cta-btn {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 900px) {
  .hero-content {
    flex-direction: column;
    padding: 0;
  }

  .hero-left-content {
    width: 100%;
    text-align: center;
  }

  .hero-left-content h1 {
    font-size: 32px;
  }

  .hero-left-content button {
    margin: 0 auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }

  .page-content-btn {
    margin: 0 auto;
    display: block;
    margin-top: 40px;
  }

  .page-headline {
    margin-bottom: 40px;
  }

  .page-headline p {
    width: 100%;
  }

  .second-points {
    margin-bottom: 40px;
  }

  .hero-right-img {
    margin-top: 10px;
    width: 100%;
  }

  .third-text-container h3 {
    font-size: 26px;
  }

  .adhesive-types {
    flex-direction: column;
  }

  .commerce-cta-bg .cta-content h2 {
    font-size: 22px;
  }

  .commerce-cta-bg .cta-btn {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .page-headline {
    margin-bottom: 60px;
  }

  .page-headline h2 {
    font-size: 24px;
  }

  .page-content-btn {
    width: 95%;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
  }

  .hero-left-content h1 {
    font-size: 24px;
    line-height: 40px;
    margin-top: 0;
  }

  .hero-left-content p {
    font-size: 16px;
  }

  .hero-right-img {
    margin-top: 0;
  }

  .second-container-bg {
    margin-top: 20px;
  }

  .second-points {
    flex-direction: column;
  }

  .second-info {
    width: 100%;
  }

  .second-points {
    gap: 10px;
    margin-bottom: 30px;
  }

  .div-01 h3 {
    font-size: 20px;
  }

  .third-container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .third-point {
    gap: 20px;
  }

  .content-div {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .fifth-headline {
    text-align: center;
  }

  .commerce-cta-info {
    padding-top: 0;
  }
}
