.ask-the-fox-section {
  color: #02314c;
  padding: 20px 0 90px;
  text-align: center;
  width: 993px;
  margin: auto;
}

.ask-the-fox-section p, .ask-the-fox-section span {
  color: #737373;
}

.ask-the-fox-section h3 {
  font-weight: 700;
  font-size: 1.71rem !important;
  line-height: 20px;
  margin: 8px 20px 50px;
  color: #012E4B;
}

.ask-the-fox-section .h2-heading {
  font-weight: 700;
  font-size: 1.71rem !important;
  line-height: 20px;
  margin: 8px 20px 50px;
}

.ask-the-fox-section .ft-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
}

.ask-the-fox-section .ft-container .ft-boxes {
  padding: 35px 15px;
  width: 217px;
  height: 225px;
  margin: 0 15px;
}

.ask-the-fox-section .ft-container .ft-boxes .info-heading {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  margin: 15px 0;
  color: #02314c;
  height: 40px;
}

.ask-the-fox-section .ft-container .ft-boxes .info-description {
  font-size: 13px;
  text-align: center;
  color: #92a2aa;
}

.ask-the-fox-section .ft-container .ft-boxes p {
  font-size: 13px;
  text-align: center;
  color: #92a2aa;
}

.white-shadow-box {
  background: #ffffff;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.13);
  border-radius: 15px;
}

.icon img{
  display: inline;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .ask-the-fox-section {
    padding: 20px 0  30px ;
    width: auto;
  }
  .ask-the-fox-section .ft-container {
    display: block;
  }
  .ask-the-fox-section .ft-container .ft-boxes {
    margin: 20px 10px;
    width: auto;
    height: 215px;
    padding: 17px;
  }
  .ask-the-fox-section .h2-heading {
    line-height: 30px;
    margin: 25px 20px 20px;
  }
}
