body, html{
  box-sizing: border-box;
  margin:0;
  padding:0;
  font-size:18px;
}
.maincontent{
  max-width:100%;
  padding:0;
  margin:0;
  background:#ececec;
}
.maincontent_wrapper{
  padding-top:0;
}
.maincontent{
  max-width:100%;
}

.product-global {
  position: relative;
  background: url('/imageserver/Reusable/GAF/commbg1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top:20px;
  padding: 70px 20px;
}
.flex-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
}

.flex-item {
  max-width: 350px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-direction: column;
  margin: 1%;
  padding: 3%;
  min-height: 575px;
  background-color:#fff;
}

.product-link {
  padding: 12px 24px;
  text-align: center;
  color: #fff;
  background-color: red;
  border: none;
  border-radius: .4rem;
  transition: 0.2s;
  cursor: pointer;
}

.product-link:hover,
.product_link:active {
  background-color: #dce4ff;

}

.my-footer {
  position: relative;
  background: url('/imageserver/Reusable/GAF/commbg2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 20px;
}