.footer-tabs-content-inner > p {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  color: #464d4b;
  margin: 0 0 20px;
  display: inline-block;
}
.footer-tabs-content-inner > p a {
  background: #edf4f2;
  box-sizing: border-box;
  padding: 13px 20px 13px;
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #00927c;
  text-decoration: none;
}
.footer-tabs-content-inner > p img {
  margin-right: 15px;
}
.meeting-rooms-near-you-panel > .container {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-tabs-content-inner > p {
      font-size: 28px;
      line-height: 35px;
      margin: 0 0 15px;
  }
  .footer-tabs-content-inner > p a {
      padding: 8px 15px 8px;
      font-size: 13px;
      line-height: 24px;
  }
  .footer-tabs-content-inner > p img {
      margin-right: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-tabs-content-inner > p {
      font-size: 22px;
  }
  .footer-tabs-content-inner > p a {
      padding: 6px 6px 6px;
      font-size: 12px;
      line-height: 24px;
  }
  .footer-tabs-content-inner > p img {
      margin-right: 4px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .footer-tabs-content-inner > p {
      line-height: 33px;
      text-align: center;
  }
}