@media (max-width: 787px) {
  /*	.table-wrapper table{
		width: auto !important;
	}*/
  .site-container-inner .left-wrap.has-page-menu {
    display: none !important;
  }
  .localaboutus_form .gr-value textarea {
    width: 100%;
  }
  .content * img {
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  .fastcons_picttext_pack .fastcons_picttext_left {
    width: auto;
  }
}
.top-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-blocks .block-inner {
  display: flex;
  flex-direction: column;
}
.top-blocks .block-inner .title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  height: 100%;
}
