/* BASIC css start */
html {
  scroll-behavior: smooth;
}

#sect6 {
  background-color: #ededed;
}

#sect6 .flex-cont {
  justify-content: center;
}

.SelfServicePrint #sect6 .products-col3 {
  max-width: 1200px;
}
.SelfServicePrint #sect6 .products-col3 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4%
}
.SelfServicePrint #sect6 .products-col3 ul li {
  background-color: #fff;
  border-radius: 50px;
  padding: 50px;
  width: 48%;
}
.SelfServicePrint #sect6 .products-col3 .img {
  text-align: center;
}
.SelfServicePrint #sect6 .products-col3 .img img {
  display: inline-block;
  border: 1px solid #ededed;
}
.SelfServicePrint #sect6 .products-col3 .desc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 15px;
}
.SelfServicePrint #sect6 .products-col3 .desc span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.SelfServicePrint #sect6 .products-col3 .desc a {
  display: inline-block;
  padding: 5px 10px;
  max-width: 240px;
  width: 100%;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #0f3392;
  text-align: center;
  margin-top: 10px;
}

@media all and (max-width: 768px) {
  .SelfServicePrint #sect6 .products-col3 {
    margin: 0 10px;
    margin-top: 20px;
  }
  .SelfServicePrint #sect6 .products-col3 ul {
    flex-direction: column;
  }
  .SelfServicePrint #sect6 .products-col3 ul li + li {
    margin-top: 15px;
  }
  .SelfServicePrint #sect6 .products-col3 ul li {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
  }
  .SelfServicePrint #sect6 .products-col3 ul li .img {
    width: 100%;
    min-width: 120px;
    max-width: 180px;
  }
  .SelfServicePrint #sect6 .products-col3 ul li .desc {
    width: 100%;
    min-width: 120px;
  }
  .SelfServicePrint #sect6 .products-col3 .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
  }
  .SelfServicePrint #sect6 .products-col3 .desc span {
    font-size: 14px;
  }
  .SelfServicePrint #sect6 .products-col3 .desc a {
    padding: 5px 10px;
    max-width: 140px;
    width: 100%;
    border-radius: 12px;
    font-size: 12px;
  }
}
/* BASIC css end */

