/* ============================================================
   DLM Consulting – Global Stylesheet
   Minden oldal által használt közös stílusok
   ============================================================ */
/* === RESET === */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  background: none;
  -webkit-font-smoothing: antialiased;
}
menu, ol, ul { list-style-type: none; }

.container{
  max-width: 1920px;
  margin: 0 auto;

}


/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.header__logo-link {
  display: block;
  position: absolute;
  left: 20.0625rem;
  top: 2.3125rem;
}
.header__logo {
  width: 12.0625rem;
  height: 3.25rem;
  display: block;
}
.header__divider {
  background: #e40613;
  width: 0.1875rem;
  height: 2.625rem;
  position: absolute;
  left: 56.3125rem;
  top: -0.5625rem;
}
.header__nav {
  position: absolute;
  left: 54rem;
  top: 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header__nav a {
  color: #ffffff;
  font-family: "Raleway-SemiBold", sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  text-transform: uppercase;
}
.header__nav a:hover {
  opacity: 0.8;
}
.header__nav a.active {
  border-bottom: 2px solid #e40613;
}
.header__lang {
  color: #ffffff;
  font-family: "Raleway-Bold", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 97.9375rem;
  top: 3rem;
}
.header__lang-box {
  background: #e40613;
  border-radius: 0.3125rem;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  left: calc(50% + 37.5rem);
  top: 2.3125rem;
}

/* ============================================================
   HERO (Főoldal)
   ============================================================ */
.page {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.hero {
  position: relative;
  height: 47.6875rem;
}
.hero__slider {
  width: 120rem;
  height: 47.6875rem;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.hero__slide {
  width: 120rem;
  height: 47.6875rem;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.hero__slide.active {
  opacity: 1;
}
.hero__red-stripe {
  background: #e40613;
  border-radius: 1.5625rem;
  width: 25.27875rem;
  height: 45.538125rem;
  position: absolute;
  left: -10.173125rem;
  top: -6.74625rem;
  transform-origin: 0 0;
  transform: rotate(-66.199deg);
}
.hero__title {
  color: #ffffff;
  font-family: "LibreBaskerville-SemiBold", georgia;
  font-size: 2.625rem;
  line-height: 3.375rem;
  font-weight: 600;
  position: absolute;
  left: 20rem;
  top: 16.125rem;
}
.hero__subtitle {
  color: #ffffff;
  font-family: "Raleway-SemiBold", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  position: absolute;
  left: 20rem;
  top: 24.8125rem;
}
.hero__feature:nth-child(1) {
  color: #ffffff;
  font-family: "Raleway-Bold", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6875rem;
  font-weight: 700;
  position: absolute;
  left: 20rem;
  top: 28rem;
  width: 14.4375rem;
}
.hero__feature:nth-child(2) {
  color: #ffffff;
  font-family: "Raleway-Bold", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6875rem;
  font-weight: 700;
  position: absolute;
  left: 35.625rem;
  top: 28rem;
  width: 14.4375rem;
}
.hero__feature:nth-child(3) {
  color: #ffffff;
  font-family: "Raleway-Bold", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6875rem;
  font-weight: 700;
  position: absolute;
  left: 53.75rem;
  top: 28rem;
  width: 14.4375rem;
}
.btn--hero {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e40613;
  border-radius: 0.5rem;
  color: #ffffff;
  font-family: "Raleway-SemiBold", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  left: calc(50% - 39.9375rem);
  top: 34.8125rem;
  width: 14.4375rem;
  height: 3.5625rem;
  cursor: pointer;
}

/* ============================================================
   SERVICES (Szolgáltatások kártyák)
   ============================================================ */
.services {
  position: relative;
  margin: 0 auto;
  width: 80rem;
  height: 18.625rem;
  margin-top: -4rem; /* átfedés a hero aljával */
}
.services::before {
  content: '';
  background: #e40613;
  border-radius: 0.5rem;
  position: absolute;
  inset: 0;
}
.services::after {
  content: '';
  background: #ffffff;
  border-radius: 0.5rem;
  position: absolute;
  inset: 0;
  bottom: 0.375rem;
}
.services__card {
  margin-top: 55px;
  position: absolute;
  z-index: 1;
}
.services__card:nth-child(1) { left: 3.5rem; }
.services__card:nth-child(2) { left: 31.25rem; }
.services__card:nth-child(3) { left: 59rem; }

.services__icon {
  position: absolute;
  top: -2.25rem;
}
.services__card:nth-child(1) .services__icon { width: 2.9425rem; height: 3.475rem; left: 0; }
.services__card:nth-child(2) .services__icon { width: 3.5rem;    height: 2.875rem; left: 0; top: -2rem; }
.services__card:nth-child(3) .services__icon { width: 3.5625rem; height: 3.4375rem; left: 0; }

.services__title {
  color: #1c232b;
  font-family: "LibreBaskerville-Bold", georgia;
  font-size: 1.25rem;
  line-height: 4.5rem;
  font-weight: 700;
  display: block;
  margin-top: 1rem;
}
.services__desc {
  color: #1c232b;
  font-family: "Raleway-Medium", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  font-weight: 500;
  width: 18.5625rem;
}
.services__more {
  color: #1c232b;
  font-family: "Raleway-SemiBold", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.8125rem;
  font-weight: 600;
  display: block;
  margin-top: 0.5rem;
  cursor: pointer;
}

/* ============================================================
   WHY / RÓLUNK (Amiért érdemes)
   ============================================================ */
.why {
  position: relative;
  padding: 4rem 0;
  max-width: 1300px;
  margin: 0 auto;
}
.why__label {
  color: #e40613;
  font-family: "Raleway-SemiBold", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.why__heading {
  color: #1c232b;
  font-family: "LibreBaskerville-Bold", georgia;
  font-size: 1.5625rem;
  line-height: 4.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.why__subheading {
  color: #1c232b;
  font-family: "LibreBaskerville-Bold", georgia;
  font-size: 1.5625rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 40px;
}
.why__cols {
  display: flex;
  gap: 4rem;
}
.why__col {
  flex: 1;
  position: relative;
  padding-left: 1.5rem;
}
.why__dot {
  background: #e40613;
  border-radius: 50%;
  width: 0.5625rem;
  height: 0.5625rem;
  display: block;
  position: absolute;
  left: 0;
}
.why__col p {
  color: #1c232b;
  font-family: "Raleway-Regular", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}
.why__col p strong {
  font-family: "Raleway-Bold", sans-serif;
  font-weight: 700;
}
.why__list {
  list-style-type: none;
}
.why__list li {
  color: #1c232b;
  font-family: "Raleway-Regular", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 20px;
  text-align: justify;
}
.why__list li::before {
  content: "●";
  color: #e40613;
  font-size: 1.6875rem;
  position: absolute;
  left: 0;
  top: -0.2rem;
}

/* ============================================================
   METHOD (Módszertan blokkok)
   ============================================================ */
.method {
  position: relative;
  padding: 4rem 0;
  max-width: 1300px;
  margin: 0 auto;
}
.method__cols {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
.method__col {
  flex: 1;
}
.method__change-img {
  width: 60%;
  margin: 0 auto;
  height: auto;
  display: block;
}
.method__item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
}
.method__icon {
  width: 4.75rem;
  flex-shrink: 0;
}
.method__text p {
  color: #1c232b;
  font-family: "Raleway-Regular", sans-serif;
  line-height: 1.6875rem;
}
.method__text p strong {
  font-family: "Raleway-Bold", sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 0.25rem;
}
.method__list {
  list-style-type: none;
}
.method__list li {
  color: #1c232b;
  font-family: "Raleway-Regular", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  position: relative;
  padding-left: 1.5rem;
  text-align: justify;
}
.method__list li::before {
  content: "●";
  color: #e40613;
  font-size: 1.6875rem;
  position: absolute;
  left: 0;
  top: -0.2rem;
}

/* ============================================================
   ABOUT / RÓLUNK szekció
   ============================================================ */
.about {
  background: #f2f2f2;
  padding: 4rem 0;
}
.about > div{
  max-width: 1300px;
  margin: 0 auto;
}
.about__cols {
  display: flex;
  gap: 4rem;
}
.about__col {
  flex: 1;
}
.about__col p {
  color: #1c232b;
  font-family: "Raleway-Medium", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  text-align: justify;
}
.about__col p strong {
  font-family: "Raleway-Bold", sans-serif;
  font-weight: 700;
}
.about__list {
  list-style-type: none;
}
.about__list li {
  color: #1c232b;
  font-family: "LibreBaskerville-Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 2.0625rem;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 20px;
}
.about__list li strong {
  font-family: "LibreBaskerville-Bold", georgia;
  font-weight: 700;
}
.about__list li::before {
  content: "●";
  color: #e40613;
  font-size: 1.6875rem;
  position: absolute;
  left: 0;
  top: -0.2rem;
}
.about__dot {
  background: #e40613;
  border-radius: 50%;
  width: 0.5625rem;
  height: 0.5625rem;
  display: block;
  position: absolute;
  left: 0;
}
.about__stats-col strong {
  font-family: "LibreBaskerville-Bold", georgia;
  font-weight: 700;
}

/* ============================================================
   PAGE HEADER BAND (aloldalak teteje)
   ============================================================ */
.page-hero {
  position: relative;
  height: 20rem;
  background: #1c232b;
  overflow: hidden;
}
.page-hero__red-stripe {
  background: #e40613;
  border-radius: 1.5625rem;
  width: 25.27875rem;
  height: 45.538125rem;
  position: absolute;
  left: -10.173125rem;
  top: -6.74625rem;
  transform-origin: 0 0;
  transform: rotate(-66.199deg);
}
.page-hero__title {
  color: #e40613;
  font-family: "Raleway-SemiBold", sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  left: 20rem;
  top: 12rem;
}
.page-hero__subtitle {
  color: #ffffff;
  font-family: "LibreBaskerville-Bold", georgia;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  left: 20rem;
  top: 13.5rem;
}

/* ============================================================
   SUBPAGE – ROLUNK (Rólunk oldal)
   ============================================================ */
.team {
  padding: 4rem 20rem;
}
.team__member {
  display: flex;
  gap: 3rem;
  margin-bottom: 4rem;
}
.team__photo {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.team__info h2 {
  color: #1c232b;
  font-family: "LibreBaskerville-Bold", georgia;
  font-size: 1.5rem;
  font-weight: 700;
}
.team__info h3 {
  color: #e40613;
  font-family: "Raleway-SemiBold", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.team__info p {
  color: #1c232b;
  font-family: "Raleway-Medium", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6875rem;
}
.team__contact {
  color: #1c232b;
  font-family: "Raleway-Regular", sans-serif;
  font-size: 1rem;
  margin-top: 1rem;
}
.team__competencies {
  margin-top: 1rem;
}
.team__competencies h4 {
  color: #1c232b;
  font-family: "Raleway-Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.team__competencies ul {
  list-style: disc;
  padding-left: 1.25rem;
  color: #1c232b;
  font-family: "Raleway-Regular", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.75rem;
}

/* Tapasztalat diagram szekcióban */
.expertise {
  background: #f2f2f2;
  padding: 4rem 20rem;
}
.expertise__heading {
  color: #1c232b;
  font-family: "LibreBaskerville-Bold", georgia;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.expertise__desc {
  color: #1c232b;
  font-family: "Raleway-Medium", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6875rem;
  margin-bottom: 2rem;
}

/* Kompetencia táblázat */
.expertise__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
.expertise__card {
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.expertise__card h3 {
  color: #1c232b;
  font-family: "LibreBaskerville-Bold", georgia;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  border-left: 4px solid #e40613;
  padding-left: 0.75rem;
}
.expertise__card ul {
  list-style: disc;
  padding-left: 1.25rem;
  color: #1c232b;
  font-family: "Raleway-Regular", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
}

/* Referenciák / idézetek */
.testimonials {
  padding: 4rem 20rem;
  background: #ffffff;
}
.testimonials__heading {
  color: #1c232b;
  font-family: "LibreBaskerville-Bold", georgia;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.testimonials__subheading {
  color: #1c232b;
  font-family: "Raleway-Medium", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6875rem;
  margin-bottom: 3rem;
}
.testimonial {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #dadada;
}
.testimonial:last-child { border-bottom: none; }
.testimonial__logo {
  width: 8rem;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}
.testimonial__text blockquote {
  color: #1c232b;
  font-family: "Raleway-Regular", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6875rem;
  font-style: italic;
  margin-bottom: 1rem;
}
.testimonial__author strong {
  font-family: "Raleway-Bold", sans-serif;
  font-weight: 700;
  display: block;
}
.testimonial__author span {
  color: #666;
  font-family: "Raleway-Medium", sans-serif;
  font-size: 0.9375rem;
}

/* ============================================================
   SUBPAGE – SZOLGÁLTATÁSOK
   ============================================================ */
.service-detail {
  padding: 4rem 20rem;
}
.service-detail + .service-detail {
  border-top: 1px solid #dadada;
}
.service-detail__title {
  color: #1c232b;
  font-family: "LibreBaskerville-Bold", georgia;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.service-detail__body {
  color: #1c232b;
  font-family: "Raleway-Regular", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6875rem;
}
.service-detail__body strong {
  font-family: "Raleway-Bold", sans-serif;
  font-weight: 700;
}

/* ============================================================
   SUBPAGE – TUDÁSTÁR
   ============================================================ */
.knowledge {
  padding: 4rem 20rem;
}
.knowledge__intro {
  color: #1c232b;
  font-family: "Raleway-Medium", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6875rem;
  margin-bottom: 3rem;
}
.knowledge__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}
.knowledge__nav a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f2f2f2;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  color: #1c232b;
  font-family: "Raleway-SemiBold", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
.knowledge__nav a:hover,
.knowledge__nav a.active {
  background: #e40613;
  color: #ffffff;
}
.knowledge__dot {
  background: #e40613;
  border-radius: 50%;
  width: 0.5625rem;
  height: 0.5625rem;
  display: inline-block;
}
.knowledge__nav a.active .knowledge__dot,
.knowledge__nav a:hover .knowledge__dot {
  background: #ffffff;
}

/* Blog kártyák */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.blog-card {
  background: #f2f2f2;
  border-radius: 0.5rem;
  overflow: hidden;
}
.blog-card__img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  display: block;
}
.blog-card__body {
  padding: 1.5rem;
}
.blog-card__tag {
  color: #e40613;
  font-family: "Raleway-Bold", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}
.blog-card__title {
  color: #1c232b;
  font-family: "LibreBaskerville-Bold", georgia;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

/* ============================================================
   RESZPONZÍV TÖRÉSPONTOK – FŐOLDAL
   ============================================================ */

/* ── 1600px: header flex (nav linkek láthatók, hamburger nélkül) ── */
@media (max-width: 1600px) {
  .header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    background: #1c232b;
    z-index: 50;
  }
  .header__logo-link { position: static; flex: 0 0 auto; }
  .header__logo { width: auto; height: 2.75rem; }
  .header__divider  { display: none; }
  .header__nav {
    position: static;
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
  }
  .header__nav a { color: #ffffff; }
  .container{
    padding-inline: unset !important;
  }
}

/* ── 1500px: content section padding csökkentés ── */
@media (max-width: 1500px) {
  .why, .method { padding-left: 4rem; padding-right: 4rem; }
  .about        { padding-left: 4rem; padding-right: 4rem; }
  .hero__title{
    left: 10rem;
  }
  .hero__subtitle{
    left: 10rem;
  }
  .hero__feature:nth-child(1){
    left: 10rem;
  }
  .hero__feature:nth-child(2){
    left: 30.625rem;
  }
  .btn--hero{
    margin-left: 20px;
  }
}

/* ── 1024px: hamburger mód + hero/services átrendezés ── */
@media (max-width: 1024px) {
  /* ── Header hamburger módban ── */
  .header { padding: 1rem 1.5rem; gap: 0.75rem; }
  .nav-hamburger { margin-left: auto; }
  /* Hamburger vonalak fehérek (sötét háttér miatt) */
  .header .nav-hamburger span { background: #ffffff; }

  /* ── Nav dropdown ── */
  .header__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    background: #ffffff;
    flex-direction: column;
    gap: 0;
    padding: 0.5rem 1.5rem 1.25rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border-top: 2px solid #e40613;
    z-index: 100;
  }
  .header.nav--open .header__nav { display: flex; }
  .header__nav a {
    color: #1c232b;
    display: block;
    padding: 0.875rem 0;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
  }
  .header__nav a.active {
    border-bottom: 1px solid #f2f2f2;
    color: #e40613;
  }
  .header__nav .nav-lang-btn {
    color: #ffffff;
    margin-top: 0.75rem;
    width: 2.5rem;
    height: 2.5rem;
    border-bottom: none;
    padding-left: 8px;
    padding-top: 10px;
  }

  /* ── Hero ── */
  .hero { height: auto; min-height: 20rem; overflow: hidden; }
  .hero__slider { width: 100%; height: 100%; }
  .hero__slide { width: 100%; height: 100%; }
  .hero__red-stripe { display: none; }
  .hero__content {
    position: relative;
    padding: 3rem 2rem 4rem;
    z-index: 1;
  }
  .hero__title {
    position: static;
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
  .hero__subtitle {
    position: static;
    margin-bottom: 1.5rem;
  }
  .hero__feature:nth-child(1),
  .hero__feature:nth-child(2),
  .hero__feature:nth-child(3) {
    position: static;
    width: auto;
    display: block;
    margin-bottom: 0.5rem;
  }
  .btn--hero {
    position: static;
    width: auto;
    display: inline-flex;
    margin-top: 1.5rem;
    padding: 0 2rem;
  }

  /* ── Services kártyák ── */
  .services {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.25rem;
    background: #e40613;
    border-radius: 0.5rem;
  }
  .services::before,
  .services::after { display: none; }
  .services__card {
    position: static;
    margin-top: 0;
    padding: 1.5rem 2rem 1.25rem;
    background: #ffffff;
    border-radius: 0.375rem;
  }
  .services__icon { position: static !important; display: block; margin-bottom: 0.5rem; }
  .services__card:nth-child(1) .services__icon { width: 2.5rem; height: auto; left: auto; top: auto; }
  .services__card:nth-child(2) .services__icon { width: 3rem;   height: auto; left: auto; top: auto; }
  .services__card:nth-child(3) .services__icon { width: 3rem;   height: auto; left: auto; top: auto; }
  .services__title { line-height: 2rem; margin-top: 0.5rem; }
  .services__desc  { width: 100%; }

  /* ── Why / Method / About ── */
  .why, .method { padding: 2rem 2rem; }
  .about        { padding: 2rem 2rem; }
  .why__cols, .method__cols, .about__cols {
    flex-direction: column;
    gap: 1.5rem;
  }
  .method__change-img { width: 60%; }
}

@media (max-width: 768px) {
  .hero__title     { font-size: 1.5rem;  line-height: 2.25rem; }
  .why__heading    { font-size: 1.25rem; line-height: 2rem; }
  .why__subheading { font-size: 1.25rem; line-height: 1.75rem; }
  .why, .method    { padding: 2rem 1.5rem; }
  .about           { padding: 2rem 1.5rem; }
}

@media (max-width: 480px) {
  .hero { min-height: 18rem; }
  .hero__title   { font-size: 1.25rem; line-height: 1.875rem; }
  .hero__content { padding: 2rem 1rem 3rem; }
  .why, .method  { padding: 2rem 1rem; }
  .about         { padding: 2rem 1rem; }
  .services      { padding: 0.25rem; }
  .services__card { padding: 1.25rem 1rem; }
}
