.reviews {
  padding-top: 72px; }
  .reviews_header h1 {
    font-family: "Morion", Times, serif;
    font-size: 52px;
    line-height: 95%;
    text-align: center;
    color: #513C27;
    margin-bottom: 48px; }
  .reviews_header p {
    font-family: "Morion", Times, serif;
    font-size: 25px;
    line-height: 116%;
    text-align: center;
    color: #513C27;
    max-width: 600px;
    margin: 0 auto; }
  .reviews_header_stars {
    text-align: center;
    color: #F0C250;
    margin-top: 36px; }
  .reviews_header_rating {
    font-family: "Morion", Times, serif;
    text-align: center;
    color: #513C27;
    margin-top: 12px; }
  .reviews_header_count {
    font-family: "Morion", Times, serif;
    text-align: center;
    color: #513C27;
    margin-top: 12px;
    font-style: italic;
    font-size: 15px; }
  @media only screen and (max-width: 600px) {
    .reviews_header h1 {
      font-size: 36px; }
    .reviews_header p {
      font-size: 20px;
      max-width: unset; } }
  .reviews_reviews {
    max-width: 800px;
    margin: 12px auto 0; }
    .reviews_reviews_review {
      display: grid;
      grid-template-columns: 2fr 4fr;
      color: #513C27;
      margin-bottom: 48px;
      padding-top: 48px;
      border-top: 1px solid #EDE3D3; }
      .reviews_reviews_review:first-of-type {
        padding-top: 100px; }
      .reviews_reviews_review h5 {
        font-size: 25px;
        line-height: 116%;
        margin-bottom: 12px; }
      .reviews_reviews_review img {
        width: 70px;
        image-rendering: initial; }
      .reviews_reviews_review_info {
        font-family: "Morion", Times, serif;
        font-style: italic;
        font-size: 15px;
        line-height: 136%; }
      .reviews_reviews_review_row {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .reviews_reviews_review_row_stars {
          margin-bottom: 12px; }
          .reviews_reviews_review_row_stars .material-icons {
            color: #F0C250;
            font-size: 18px; }
    @media only screen and (max-width: 600px) {
      .reviews_reviews {
        max-width: unset; }
        .reviews_reviews_review {
          grid-template-columns: 1fr; }
        .reviews_reviews .reviews_reviews_review_row_stars {
          margin-bottom: 0; } }
  .reviews .instant_quote__wrap.container {
    max-width: 100%; }
    .reviews .instant_quote__wrap.container .instant_quote {
      max-width: 100%; }

#content {
  grid-gap: 0; }

.services {
  padding-top: 100px;
  margin-bottom: 48px; }
  .services .services__content {
    max-width: 1200px;
    margin: 0 auto; }
    .services .services__content h2 {
      margin-bottom: 36px; }
    @media only screen and (max-width: 1200px) {
      .services .services__content {
        padding: 0 16px; } }
    @media only screen and (max-width: 900px) {
      .services .services__content {
        max-width: 507px; } }
  .services .services__services_wrapper {
    display: flex;
    justify-content: space-between;
    grid-gap: 18px; }
  .services .services__services_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 24px;
    background-color: #F1E9DC;
    padding: 36px; }
    .services .services__services_item h3 {
      font-size: 26px; }
  @media only screen and (max-width: 900px) {
    .services {
      padding-top: 48px; }
      .services .services__content h2 {
        margin-bottom: 48px; }
      .services .services__services_wrapper {
        flex-direction: column;
        grid-gap: 12px; } }
.instant_quote {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 12px auto;
  padding: 48px;
  justify-content: space-between;
  align-items: center;
  grid-gap: 12px; }
  @media only screen and (max-width: 1200px) {
    .instant_quote {
      max-width: calc(100% - 32px); } }
  @media only screen and (max-width: 900px) {
    .instant_quote {
      align-items: flex-start;
      flex-direction: column;
      padding: 36px;
      max-width: calc(507px - 32px); } }
  @media only screen and (max-width: 507px) {
    .instant_quote {
      max-width: calc(100% - 32px); } }
  .instant_quote .instant_quote__col--wide {
    flex: 1; }
  @media only screen and (max-width: 900px) {
    .instant_quote .instant_quote__col:not(:last-child) {
      margin-bottom: 24px; } }
  .instant_quote .instant_quote__text {
    font-family: Morion, Times, serif;
    font-size: 26px;
    line-height: 35px; }
    @media only screen and (max-width: 900px) {
      .instant_quote .instant_quote__text:not(:last-child) {
        margin-bottom: 26px; } }
.facilities {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 72px;
  justify-content: space-between;
  grid-gap: 18px;
  background-color: transparent; }
  @media only screen and (max-width: 1200px) {
    .facilities {
      padding: 0 16px 72px;
      grid-gap: 12px; } }
  @media only screen and (max-width: 900px) {
    .facilities {
      flex-direction: column;
      padding: 0 1rem;
      margin-bottom: 48px;
      max-width: 507px; } }
  .facilities .facilities__col {
    display: flex; }
    .facilities .facilities__col--wide {
      flex: 2; }
      @media only screen and (max-width: 900px) {
        .facilities .facilities__col--wide {
          flex-direction: column; }
          .facilities .facilities__col--wide .facilities__text_wrapper {
            order: 2; }
          .facilities .facilities__col--wide .facilities__image_wrapper {
            order: 1; } }
    .facilities .facilities__col--narrow {
      flex: 1;
      flex-direction: column; }
  .facilities .facilities__text_wrapper {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 36px;
    background-color: #BFC3B6; }
    @media only screen and (max-width: 900px) {
      .facilities .facilities__text_wrapper {
        padding: 24px; } }
    .facilities .facilities__text_wrapper--separate {
      margin-top: 18px; }
      @media only screen and (max-width: 900px) {
        .facilities .facilities__text_wrapper--separate {
          margin-top: 12px; } }
    .facilities .facilities__text_wrapper h4 {
      font-size: 32px; }
      @media only screen and (max-width: 900px) {
        .facilities .facilities__text_wrapper h4 {
          font-size: 24px; } }
  .facilities .facilities__image_wrapper {
    flex: 2; }
    .facilities .facilities__image_wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 900px) {
      .facilities .facilities__image_wrapper {
        display: flex;
        justify-content: stretch;
        height: 306px;
        flex: auto; } }
  .facilities .facilities__text_top_wrapper {
    margin-bottom: 36px; }
  .facilities .facilities__text_bottom_wrapper p {
    margin-bottom: 12px; }
