﻿/* Copyright © Dipl.-Kfm. Andreas Rabenschlag Immobilien GmbH - All rights reserved. */
/* page-home.css — Startseite */

.intro-lede { max-width: 780px; margin-top: 8px; }
.intro-body  { max-width: 780px; margin-top: 24px; font-size: 17px; line-height: 1.7; }
.pair-cta { margin-top: 32px; }
.strengths-header { margin-bottom: 64px; max-width: 780px; }
.intro-portrait img {width: 100%;display: block;border-radius: 4px;aspect-ratio: 3 / 4;object-fit: cover;object-position: center top;}
.intro-portrait {margin: 100px 0px;width: 80%;height: 100%;}
@media (max-width: 780px) {
  .intro-portrait {margin: 48px 0px 32px 0px;width: 80%;height: 100%;width: 100%;padding: 0px 15%;}
}
