.footer__minibox--office {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .footer__media-wrapper {
    margin-top: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-grow: 1; }
  .footer__media-icon {
    margin-left: 5px; }
    .footer__media-icon:first-child {
      margin-left: 0; }
    .footer__media-icon svg {
      fill: #fff; }
    .footer__media-icon:hover svg {
      fill: #95815c; }

@media (max-width: 61.99em) {
  .hero__header {
    font-size: 1.125rem; }

  .hero__text {
    font-size: 0.675rem; } }

.comparison__house {
  height: 33vw; }
  @media (max-width: 47.99em) {
  .comparison__house {
    height: auto; } }

.comparison__img-front {
  height: 100%; }
  @media (max-width: 47.99em) {
  .comparison__img-front {
    height: auto; } }

.comparison__img-front img {
  height: 100%;
  width: auto; }
  @media (max-width: 47.99em) {
  .comparison__img-front img {
    height: auto; } }

.rt__header, .rt__row {
  grid-template-columns: 1.7fr 1fr 1fr 1.3fr 0.8fr 0.8fr; }

.rt__header span {
  font-weight: 700; }

@media (max-width: 35.99em) {
  .rt__item {
    grid-template-columns: 130px 1fr; }

  .rt__item:last-of-type {
    display: grid; }

  .rt__row {
    grid-template-columns: 1fr; } }
