#quality .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* height: auto; */
}

#certificates {
  /* background-color: aqua; */
  width: 70%;
  /* height: 450px; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#quality img {
  width: 300px;
  height: 450px;
  border-radius: 4px;
}

.row {
  height: 100%;
  /* background-color: red; */
  margin: 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

#certificates .box {
  width: 220px;
  height: 220px;
  /* background-color: aqua; */
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

#certificates .box img {
  width: 140px;
  height: 140px;
  /* background-color: aqua; */
  margin-bottom: 5px;
}

.box-text {
  height: 47px;
  /* background-color: blanchedalmond; */
  margin-top: 12px;
}

#quality a:hover .box {
  background-color: rgba(110, 172, 218, .3);
  
}


