.innerpage-title h3{
  padding: 45px 0;
  background: url('../img/innerpage-title3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffff;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}
.innerpage-content{
  height: 300px;
}

/*=======================
======== CONTACT ========
=======================*/
.contact-page img{
  width: 200px;
  text-align: center;
}

.contact-page-content a{
  display: inline-block;
  color: #000;
}
.contact-page-content a i{
  padding-right: 5px;
  color: var(--main-clr);
}
.contact-page{
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: url('../img/contact-bg.jpg');
  background-size: cover;
}
.contact-page-content h3{
  color: var(--main-clr);
  font-weight: 700;
}
.contact-page-content p i{
  padding-right: 5px;
  color: var(--main-clr);
}

/*  */
.products h5{
  text-align: center;
  font-weight: 700;
  color: var(--main-clr);
  margin-bottom: 0;
  margin-top: 10px;
}

.products{
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 100%;
}

.products img{
  width: 100%;
}

.products-page h1{
  margin-bottom: 0;
  padding: 5px 0px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  background: var(--main-clr);
  border-radius: 10px;
  color: #ffff;
}