.perfect-fit-tips {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .perfect-fit-tips .fit-box {
    width: 100%;
    padding: 0 0 50px 0;
  }
}
@media screen and (min-width: 769px) {
  .perfect-fit-tips .fit-box {
    width: 45%;
    padding: 0 0 50px 0;
  }
}
.perfect-fit-tips .fit-box img {
  margin-bottom: 25px;
}