/* City Seamless homepage owner-photo balance */
section.about .row { display: flex; flex-wrap: wrap; align-items: stretch; }
section.about .about-img { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-evenly; gap: 24px; }
section.about .about-img figure { margin: 0; }
section.about .about-img img { display: block; width: 100% !important; max-width: 620px !important; height: auto; border-radius: 6px; box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35); }
section.about .about-img figcaption { color: #ffffff; margin: 10px 4px 0 0; font-size: 14px; }
section.about .about-img .round-brand-mark { align-self: center; background: #ffffff; border-radius: 12px; padding: 30px 36px; box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35); }
section.about .about-img .round-brand-mark img { max-width: 330px !important; border-radius: 0; box-shadow: none; }
@media (max-width: 767px) { section.about .about-img { align-items: center; margin-top: 24px; } }
