  
}h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.2em;
}


/** BLOG SECTION**/

section#blog-section {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section#blog-section .product {
  margin-top: 10px;
 /* background-color: rgb(240, 248, 248);*/
}

section#blog-section .info-product {
  padding: 30px;
  text-align: center;
}

section#blog-section .info-product h1 {
  font-weight: bold;
}



/** PRODUCT SECTION**/



section#product-section {
  margin-top: 80px;
}
section#product-section .see-all-catalag {  
  display: block;
  text-align: right;
  margin-top: 1em;
  text-decoration: underline;
}
section#product-section .product-sell {
  /*margin-top: 2em;*/
}

section#product-section .image-product-sell {
  padding: 50px;
  border-radius: 5px;
  /*border: 2px solid rgb(240, 232, 232);*/
}

section#product-section h1 {
  font-weight: bold;
  margin: 0;
}

section#product-section h2 {
  font-weight: bold;
  margin-top: 10%;
}

section#product-section h2, section#product-section h3, section#product-section h4 {
  margin: 0;
}

section#product-section h3 {
  color: rgb(185, 182, 182);
}

section#product-section span {
  font-weight: bold;
  position: relative;
  top: 2.5em;
  left: -2em;
  width: 10%;
  padding: 8px;
  background: rgb(241, 241, 241);
}

section#product-section .product-detail {
  margin-top: 2em;
}

section#product-section h4 {
  font-size: .8em;
  margin: 0;
  color: rgb(207, 204, 204);
}

  section#founder-section {
    flex-direction: row;
  }
  section#founder-section .founder-info {
    margin-left: rigth;
    width: 40%;
    text-align: left;
  }
  section#founder-section .founder-image {
    margin-left: auto;
  }
  section#blog-section img {
    width: 60%;
  }
  section#blog-section .product {
    display: flex;
  }
  section#blog-section .info-product {
    align-items: center;
    padding: 6%;
    /*border: 2px solid pink;*/
  }
  section#product-section .wrap {
    /*border:2px solid red;*/
    justify-content: space-between;
  }
  section#product-section .product-sell {
    width: 30.3%;
    /*border: 5px solid yellow;*/
  }
  section#product-section .image-product-sell {
    padding: 80px;
    border: 2px solid rgb(240, 232, 232);
  }
