.elementor-15 .elementor-element.elementor-element-9db43b3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-element-6464f3b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-element-9c14a34{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2658b2f *//* ================================
   Szolgáltatási területek oldal
================================ */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.ml-areas-page {
  background:
    radial-gradient(circle at top left, rgba(25, 211, 197, 0.10), transparent 28%),
    linear-gradient(180deg, #f4fbfa 0%, #ffffff 100%);
  font-family: inherit;
  color: #062b25;
  overflow: hidden;
  max-width: 100%;
}

.ml-areas-page *,
.ml-areas-page *::before,
.ml-areas-page *::after {
  box-sizing: border-box;
}

/* ================================
   HERO SLIDESHOW - VILÁGOSABB, CITY HERO STÍLUS
================================ */

.ml-areas-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  overflow: hidden;
  isolation: isolate;
  background: #062b25;
}

/* Background slides */

.ml-areas-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  opacity: 0;
  transform: scale(1.06) translateX(0);
  animation: mlAreasSlider 24s infinite ease-in-out;
  will-change: opacity, transform;
  z-index: -3;
}

/* Világosabb overlay közvetlenül a képeken */
.ml-areas-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(6, 43, 37, 0.68),
      rgba(4, 26, 23, 0.46)
    ),
    radial-gradient(
      circle at 18% 25%,
      rgba(25, 211, 197, 0.12),
      transparent 34%
    );
}

/* Hero images */

.ml-areas-slide-1 {
  background-image: url("https://mesterlomtalanitas.hu/wp-content/uploads/2026/05/ChatGPT-Image-May-18-2026-01_28_36-PM.webp");
  animation-delay: 0s;
}

.ml-areas-slide-2 {
  background-image: url("https://mesterlomtalanitas.hu/wp-content/uploads/2026/05/ChatGPT-Image-Oct-20-2025-05_59_32-PM-1.webp");
  animation-delay: 8s;
}

.ml-areas-slide-3 {
  background-image: url("https://mesterlomtalanitas.hu/wp-content/uploads/2026/05/ChatGPT-Image-Oct-20-2025-08_33_12-PM-1.webp");
  animation-delay: 16s;
}

/* Smooth fade + slow movement */

@keyframes mlAreasSlider {
  0% {
    opacity: 0;
    transform: scale(1.08) translateX(18px);
  }

  8% {
    opacity: 1;
  }

  28% {
    opacity: 1;
  }

  36% {
    opacity: 0;
    transform: scale(1.02) translateX(-12px);
  }

  100% {
    opacity: 0;
    transform: scale(1.08) translateX(18px);
  }
}

/* Extra soft overlay - NEM sötétít nagyon */

.ml-areas-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(
      circle at 18% 25%,
      rgba(25, 211, 197, 0.16),
      transparent 34%
    ),
    radial-gradient(
      circle at 82% 70%,
      rgba(255, 255, 255, 0.04),
      transparent 30%
    );
  pointer-events: none;
}

.ml-areas-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
  padding: 120px 0;
}

.ml-areas-hero span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(25, 211, 197, 0.86);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.ml-areas-hero h1 {
  max-width: 900px;
  margin: 0 auto 18px;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.ml-areas-hero p {
  max-width: 760px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.90);
  font-size: 18px;
  line-height: 1.7;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.ml-areas-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.ml-areas-hero-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  transition: all 0.25s ease;
}

.ml-areas-hero-buttons a:first-child {
  background: #19d3c5;
  color: #04211d;
  box-shadow: 0 14px 34px rgba(25, 211, 197, 0.24);
}

.ml-areas-hero-buttons a:last-child {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
}

.ml-areas-hero-buttons a:hover {
  transform: translateY(-2px);
}

/* Mobile */

@media (max-width: 767px) {
  .ml-areas-hero {
    min-height: 520px;
  }

  .ml-areas-slide {
    background-position: center center;
  }

  .ml-areas-hero-inner {
    width: min(100% - 28px, 1180px);
    padding: 95px 0 110px;
  }

  .ml-areas-hero h1 {
    font-size: 42px;
  }

  .ml-areas-hero p {
    font-size: 16px;
  }

  .ml-areas-hero-buttons a {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ml-areas-hero {
    min-height: 500px;
  }

  .ml-areas-hero h1 {
    font-size: 36px;
  }

  .ml-areas-hero span {
    font-size: 12px;
    padding: 8px 14px;
  }
}
/* ================================
   INTRO
================================ */

.ml-areas-intro {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: 85px 0 44px;
  text-align: center;
}

.ml-areas-intro h2 {
  margin: 0 0 18px;
  color: #062b25;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.ml-areas-intro p {
  max-width: 760px;
  margin: 0 auto;
  color: #465956;
  font-size: 17px;
  line-height: 1.75;
}

/* ================================
   LISTS
================================ */

.ml-areas-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding-bottom: 80px;
}

.ml-area-box {
  position: relative;
  padding: 38px;
  border-radius: 34px;
  background:
    radial-gradient(circle at bottom right, rgba(25, 211, 197, 0.13), transparent 34%),
    #ffffff;
  border: 1px solid rgba(6, 43, 37, 0.08);
  box-shadow: 0 24px 70px rgba(6, 43, 37, 0.08);
  overflow: hidden;
}

.ml-area-box::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(25, 211, 197, 0.10);
}

.ml-area-box h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 26px;
  color: #062b25;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-align: center;
}

.ml-area-box h3::after {
  content: "";
  display: block;
  width: 74px;
  height: 4px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: #19d3c5;
}

.ml-area-links {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.ml-area-links a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 14px;
  color: #0a8f84;
  background: rgba(244, 251, 250, 0.72);
  font-size: 16px;
  font-weight: 750;
  text-decoration: none;
  transition: all 0.22s ease;
}

.ml-area-links a:hover {
  transform: translateX(4px);
  background: #062b25;
  color: #ffffff;
}

/* ================================
   CTA
================================ */

.ml-areas-cta {
  position: relative;
  width: min(1050px, calc(100% - 40px));
  margin: 0 auto 95px;
  padding: 52px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(25, 211, 197, 0.24), transparent 34%),
    linear-gradient(135deg, #062b25 0%, #083b33 100%);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 24px 70px rgba(6, 43, 37, 0.16);
  overflow: hidden;
}

.ml-areas-cta h2 {
  max-width: 760px;
  margin: 0 auto 16px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.ml-areas-cta p {
  max-width: 680px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 17px;
  line-height: 1.75;
}

.ml-areas-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ================================
   MOBILE
================================ */

@media (max-width: 900px) {
  .ml-areas-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ml-areas-hero {
    min-height: 470px;
  }

  .ml-areas-slide {
    background-position: center center;
  }

  .ml-areas-hero-inner,
  .ml-areas-intro,
  .ml-areas-grid,
  .ml-areas-cta {
    width: min(100% - 28px, 1180px);
  }

  .ml-areas-hero-inner {
    padding: 90px 0 105px;
  }

  .ml-areas-hero h1 {
    font-size: 42px;
  }

  .ml-areas-hero p,
  .ml-areas-intro p,
  .ml-areas-cta p {
    font-size: 16px;
  }

  .ml-areas-intro {
    padding: 64px 0 34px;
    text-align: left;
  }

  .ml-areas-grid {
    padding-bottom: 64px;
  }

  .ml-area-box {
    padding: 28px;
    border-radius: 26px;
  }

  .ml-area-box h3 {
    text-align: left;
    font-size: 25px;
  }

  .ml-area-box h3::after {
    margin-left: 0;
  }

  .ml-areas-cta {
    margin-bottom: 72px;
    padding: 34px 26px;
    text-align: left;
  }

  .ml-areas-cta-buttons {
    justify-content: flex-start;
  }

  .ml-areas-hero-buttons a,
  .ml-areas-cta-buttons a {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ml-areas-hero {
    min-height: 450px;
  }

  .ml-areas-hero h1 {
    font-size: 36px;
  }

  .ml-areas-hero span,
  .ml-areas-intro span {
    font-size: 12px;
    padding: 8px 14px;
  }
}
/* NEM TALÁLJA CTA - BIZTOS GOMB STÍLUS */
.ml-county-not-found-actions {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
  margin-top: 28px !important;
}

.ml-county-not-found-actions .ml-county-not-found-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  padding: 0 26px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  border: 1px solid transparent !important;
  transition: all 0.25s ease !important;
}

/* Telefon - fő gomb */
.ml-county-not-found-actions .ml-county-not-found-phone {
  color: #063429 !important;
  background: #59e4c0 !important;
  box-shadow: 0 16px 36px rgba(89, 228, 192, 0.26) !important;
}

/* Ajánlatkérés - másodlagos gomb */
.ml-county-not-found-actions .ml-county-not-found-offer {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.30) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

.ml-county-not-found-actions .ml-county-not-found-btn:hover {
  transform: translateY(-3px) !important;
  text-decoration: none !important;
}

.ml-county-not-found-actions .ml-county-not-found-phone:hover {
  color: #063429 !important;
  background: #70f2d1 !important;
}

.ml-county-not-found-actions .ml-county-not-found-offer:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.22) !important;
}

/* Elementor/theme link szín teljes felülírás */
.ml-county-not-found-actions a,
.ml-county-not-found-actions a:visited,
.ml-county-not-found-actions a:focus,
.ml-county-not-found-actions a:active {
  text-decoration: none !important;
}

/* Mobil */
@media (max-width: 640px) {
  .ml-county-not-found-actions {
    flex-direction: column !important;
    gap: 12px !important;
  }

  .ml-county-not-found-actions .ml-county-not-found-btn {
    width: 100% !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21564b0 *//* ================================
   National Process Block
================================ */

.ml-national-process {
  position: relative;
  padding: 95px 0;
  background:
    radial-gradient(circle at top right, rgba(25, 211, 197, 0.16), transparent 30%),
    radial-gradient(circle at bottom left, rgba(6, 43, 37, 0.06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4fbfa 100%);
  font-family: inherit;
  overflow: hidden;
}

.ml-national-process::before {
  content: "";
  position: absolute;
  right: -115px;
  top: 80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 28px solid rgba(25, 211, 197, 0.10);
  pointer-events: none;
}

.ml-national-process-wrap {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* Heading */

.ml-national-process-head {
  max-width: 840px;
  margin: 0 auto 48px;
  text-align: center;
}

.ml-national-process-head span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(25, 211, 197, 0.12);
  color: #0a8f84;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ml-national-process-head h2 {
  margin: 0 0 18px;
  color: #062b25;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.ml-national-process-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #465956;
  font-size: 17px;
  line-height: 1.75;
}

/* Cards */

.ml-national-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.ml-national-step {
  position: relative;
  min-height: 250px;
  padding: 34px 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at bottom right, rgba(25, 211, 197, 0.18), transparent 34%),
    #062b25;
  color: #ffffff;
  box-shadow: 0 22px 58px rgba(6, 43, 37, 0.14);
  overflow: visible;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ml-national-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(6, 43, 37, 0.20);
}

.ml-national-step::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: rgba(25, 211, 197, 0.13);
  pointer-events: none;
}

/* Desktop chevron between cards */

.ml-national-step:not(:last-child)::before {
  content: "›";
  position: absolute;
  top: 50%;
  right: -24px;
  z-index: 10;
  transform: translateY(-50%);
  color: #19d3c5;
  font-size: 58px;
  line-height: 1;
  font-weight: 900;
  text-shadow: 0 10px 24px rgba(6, 43, 37, 0.18);
  pointer-events: none;
}

.ml-national-step h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 900;
}

.ml-national-step p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15.5px;
  line-height: 1.7;
}

/* Tablet */

@media (max-width: 1100px) {
  .ml-national-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ml-national-step:not(:last-child)::before {
    display: none;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .ml-national-process {
    padding: 66px 0;
  }

  .ml-national-process-wrap {
    width: min(100% - 28px, 1180px);
  }

  .ml-national-process-head {
    margin-bottom: 34px;
    text-align: left;
  }

  .ml-national-process-head h2 {
    font-size: 32px;
  }

  .ml-national-process-head p {
    font-size: 16px;
  }

  .ml-national-process-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .ml-national-step {
    min-height: auto;
    padding: 28px;
    border-radius: 24px;
  }

  .ml-national-step h3 {
    font-size: 23px;
  }

  .ml-national-step:not(:last-child)::before {
    content: "⌄";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    right: auto;
    top: auto;
    bottom: -39px;
    width: 32px;
    height: 32px;
    transform: translateX(-50%);
    color: #19d3c5;
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
    text-shadow: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94cbe5c *//* ================================
   Areas CTA + FAQ
================================ */

.ml-areas-help-faq {
  position: relative;
  padding: 95px 0;
  background:
    radial-gradient(circle at top right, rgba(25, 211, 197, 0.14), transparent 30%),
    radial-gradient(circle at bottom left, rgba(6, 43, 37, 0.06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4fbfa 100%);
  font-family: inherit;
  overflow: hidden;
}

.ml-areas-help-wrap {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

/* CTA */

.ml-areas-help-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  margin-bottom: 80px;
  padding: 50px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(25, 211, 197, 0.26), transparent 34%),
    linear-gradient(135deg, #062b25 0%, #083b33 100%);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(6, 43, 37, 0.16);
  overflow: hidden;
}

.ml-areas-help-text span,
.ml-areas-faq-head span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(25, 211, 197, 0.12);
  color: #19d3c5;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ml-areas-help-text h2 {
  max-width: 720px;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.ml-areas-help-text p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.80);
  font-size: 17px;
  line-height: 1.75;
}

.ml-areas-help-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.ml-areas-help-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.ml-areas-help-buttons .primary {
  background: #19d3c5;
  color: #04211d;
  box-shadow: 0 14px 34px rgba(25, 211, 197, 0.24);
}

.ml-areas-help-buttons .secondary {
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.ml-areas-help-buttons a:hover {
  transform: translateY(-2px);
}

/* FAQ */

.ml-areas-faq-head {
  max-width: 800px;
  margin: 0 auto 42px;
  text-align: center;
}

.ml-areas-faq-head span {
  color: #0a8f84;
  background: rgba(25, 211, 197, 0.12);
}

.ml-areas-faq-head h2 {
  margin: 0 0 18px;
  color: #062b25;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.ml-areas-faq-head p {
  max-width: 720px;
  margin: 0 auto;
  color: #465956;
  font-size: 17px;
  line-height: 1.75;
}

.ml-areas-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.ml-areas-faq-item {
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(6, 43, 37, 0.08);
  box-shadow: 0 16px 42px rgba(6, 43, 37, 0.06);
  overflow: hidden;
}

.ml-areas-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px;
  color: #062b25;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.ml-areas-faq-item summary::-webkit-details-marker {
  display: none;
}

.ml-areas-faq-item summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #f4fbfa;
  color: #0a8f84;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  transition: 0.25s ease;
}

.ml-areas-faq-item[open] {
  border-color: rgba(25, 211, 197, 0.28);
  box-shadow: 0 22px 55px rgba(6, 43, 37, 0.09);
}

.ml-areas-faq-item[open] summary::after {
  content: "−";
  background: #19d3c5;
  color: #04211d;
}

.ml-areas-faq-item p {
  max-width: 880px;
  margin: 0;
  padding: 0 28px 26px;
  color: #52635f;
  font-size: 16.5px;
  line-height: 1.75;
}

/* Mobile */

@media (max-width: 900px) {
  .ml-areas-help-card {
    grid-template-columns: 1fr;
  }

  .ml-areas-help-buttons {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .ml-areas-help-faq {
    padding: 66px 0;
  }

  .ml-areas-help-wrap {
    width: min(100% - 28px, 1100px);
  }

  .ml-areas-help-card {
    margin-bottom: 64px;
    padding: 34px 26px;
    border-radius: 28px;
  }

  .ml-areas-help-text h2,
  .ml-areas-faq-head h2 {
    font-size: 32px;
  }

  .ml-areas-help-text p,
  .ml-areas-faq-head p {
    font-size: 16px;
  }

  .ml-areas-help-buttons a {
    width: 100%;
  }

  .ml-areas-faq-head {
    margin-bottom: 34px;
    text-align: left;
  }

  .ml-areas-faq-item {
    border-radius: 20px;
  }

  .ml-areas-faq-item summary {
    padding: 20px 22px;
    font-size: 16.5px;
  }

  .ml-areas-faq-item summary::after {
    width: 30px;
    height: 30px;
    font-size: 22px;
  }

  .ml-areas-faq-item p {
    padding: 0 22px 22px;
    font-size: 15.5px;
  }
}/* End custom CSS */