.popular-questions {
  background-color: #f8f7f3;
  padding: 53px 0 74px; }
@media (max-width: 767px) {
  .popular-questions {
    padding-top: 50px;
    padding-bottom: 50px; } }
.popular-questions .popular-question {
  margin-bottom: 45px; }
.popular-questions h2 {
  margin-top: 0;
  margin-bottom: 54px; }
.popular-questions .icon {
  display: block;
  height: 43px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 27px; }
@media (max-width: 767px) {
  .popular-questions .icon {
    height: 35px; } }
.popular-questions h4 {
  margin-top: 0;
  margin-bottom: 7px; }
.popular-questions p {
  margin: 0; }
