﻿

/* ============================================================
   Statement / positioning
   ============================================================ */
.statement {
  background: #edeff3;
  padding: 50px 0 20px 0;
}

.statement__grid {
  display: grid;
  grid-template-columns: minmax(0px, 1.45fr) minmax(410px, 0.55fr);
  gap: 120px;
  align-items: center;
  margin-bottom: 15px;
    border-bottom: 1px solid #dfe4eb;
    padding-bottom: 40px;
}

.icon-brand-statement{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-self: center;
    font-family: var(--serif);
    opacity: 0.7;
    gap: 15px;
}

.icon-brand-statement p{
    font-size: 37px;
    font-weight: 900;
    font-style: italic;
    text-align: center;
    letter-spacing: 1px;
    color: rgb(161 171 181 / 70%);
    max-width: 170px;
}

.icon-brand-statement p{
  margin-bottom: 0;
}

.statement__headline {
    font-size: 43px;
    font-weight: 500;
    line-height: 51px;
    letter-spacing: -1.1px;
    max-width: 700px;
    font-family: var(--serif);
}

.statement__body p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
  max-width: 360px;
}

.statement__body p + p {
  margin-top: 24px;
}


/* ============================================================
   SERVICES
============================================================ */

.services__grid{
    display:grid;
    grid-template-columns:0.8fr 1.1fr 0.8fr;
    grid-template-rows:auto auto;
    gap:34px 42px;
    align-items:center;
}

.service:nth-child(1){
    grid-column:2;
    grid-row:1 / span 2;
}

.service:nth-child(2){
    grid-column:1;
    grid-row:1;
    align-self:end;
}

.service:nth-child(3){
    grid-column:1;
    grid-row:2;
    align-self:start;
}

.service:nth-child(4){
    grid-column:3;
    grid-row:1;
    align-self:end;
}

.service:nth-child(5){
    grid-column:3;
    grid-row:2;
    align-self:start;
}



/* ---------- Images ---------- */

.service img{
    display:block;
    width:100%;
    height:auto;
    object-fit:contain;
}

.service:nth-child(1) img{
    max-height:570px;
    margin:auto;
}

.service:nth-child(2) img,
.service:nth-child(3) img,
.service:nth-child(4) img,
.service:nth-child(5) img{
    max-height:220px;
    margin:auto;
}

/* ---------- Content ---------- */

.service__body{
    margin-top:22px;
    text-align:center;
}

.service__cat{
    display:inline-block;
    font-size:10px;
    font-weight:600;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:#9a938d;
}

.service__body p{
  margin-bottom: 0;
}

.service__title{
    margin:14px 0 8px;
    font-size:24px;
    font-weight:500;
    line-height:1.15;
    letter-spacing:-.03em;
}

.service:nth-child(1) .service__title{
    font-size:31px;
}

.service__desc{
    margin-top:0;
    font-size:14px;
    line-height:1.6;
    color:#747d86;
}

.service:nth-child(1) .service__desc{
    font-size:15px;
}

.more-info{
    display:inline-block;
    margin-top:16px;
    font-size:10px;
    font-weight:600;
    letter-spacing:.16em;
    text-transform:uppercase;
    opacity:.9;
    color: var(--ink-strong);
}

.services__cta{
    margin-top:60px;
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services__cta p{
    margin-top:18px;
}

/* ============================================================
   Diagnostics
   ============================================================ */
.technical {
  color: var(--ink);
  background: transparent;
  padding-block: 0;
}

.technical__inner {
  position: relative;
}

.technical__media {
  width: 90%;
  height: 620px;
  object-fit: cover;
  object-position: center;
  outline: 1px solid #ffffff57;
  outline-offset: -15px;
}


.technical__panel {
  position: absolute;
  right: 0;
  bottom: -5%;
  width: 720px;
  padding: 70px;
  background: var(--paper);
  margin-left: 0;
  outline: 1px solid #a5b0bb3b;
  outline-offset: -15px;
}


.technical__lead {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

#technical-title{
  margin-bottom: 35px;
}

.numbered {
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.numbered li {
  padding: 12px 0;
  display: flex;
  align-items: baseline;
  gap: 14px;
  border-bottom: 1px solid #a1a7ad1c;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--ink-2);
}

.numbered li span {
  color: var(--ink-2);
  font-family: var(--serif);
  font-size: 16px;
  letter-spacing: 0.5px;
}


.technical .text-link::after {
  background: var(--ink);
}

/* ============================================================
   Process
   ============================================================ */

.process{
  padding: 95px 0 110px 0;
}

   
#process-title {
  max-width: 520px;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 50px;
}

.process__list {
  counter-reset: process-step;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  list-style: none;
}

.process__step {
  counter-increment: process-step;
  position: relative;
  min-height: 0;
  padding: 86px 24px 0 0;
  border-bottom: 0;
}

.process__step::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 168px;
  right: 0;
  width: auto;
  height: 1px;
  background: var(--line-strong);
}

.process__step::after {
  content: counter(process-step, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--accent);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
  border: 1px solid #d7dadd;
  border-radius: 50%;
  outline: 1px solid rgba(8, 118, 222, 0.16);
  outline-offset: -7px;
}

.process__tag {
  position: absolute;
  top: 21px;
  left: 78px;
  display: inline-block;
  margin: 0;
  color: var(--accent);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.42px;
  text-transform: uppercase;
}

.process__step h3 {
  margin-bottom: 16px;
  font-size: 28px;
}

.process__step p {
  max-width: 255px;
  color: var(--muted);
}

.process__actions {
  margin-top: 64px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ============================================================
Brands
============================================================ */
.brands {
  color: var(--paper);
  background: var(--noir);
}

.brands h2 {
  color: var(--paper);
}


.brands__list{
  margin:0;
  padding:0;
  list-style:none;

  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));

  border-top:1px solid var(--line-on-dark);
}

.brands__list li a{
  display:grid;
  grid-template-columns:110px minmax(0, 1fr);
  grid-template-areas:
    "visual name"
    "visual origin";

  column-gap:24px;
  row-gap:15px;
  align-items:center;
  padding:30px;
  border-bottom:1px solid var(--line-on-dark);
}

.brands__list li:nth-child(even){
  border-left:1px solid var(--line-on-dark);
}

.brands__visual{
  grid-area:visual;

  width:100%;
  max-width:110px;
  height:88px;

  object-fit:contain;
  object-position:center left;

  opacity:.92;
}

.brands__name{
  grid-area:name;
  align-self:end;

  font-family:var(--serif);
  font-size:50px;
  font-weight:500;
  line-height:.95;
  letter-spacing:-1.2px;

  color:rgba(243,240,235,.94);
}

.brands__origin{
    grid-area: origin;
    align-self: start;
    color: rgba(243, 240, 235, .44);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

/* ============================================================
   Issues
   ============================================================ */
.issues {
  background: var(--white);
}

.issues__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 76px;
  border-top: 1px solid var(--line-strong);
}

.icon-issues{
  width: 35px;
}

.issue {
  display: flex;
  gap: 25px;
  align-items: start;
  padding: 35px 0;
  border-bottom: 1px solid var(--line);
}

.issue h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 14px;
  letter-spacing: -0.47px;
}

.issue p {
  max-width: 520px;
  color: var(--ink-2);
}

/* ============================================================
   Service areas
   ============================================================ */
.areas {
  background: #f6f7f9;
}

.areas__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
  align-items: center;
}

.areas__map {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.areas__map img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
}

.map-pin {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    background: var(--ink);
    border: 2px solid var(--white);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.map-pin::before {
  content: "";
  position: absolute;
  inset: -12px;
  border: 1px solid var(--ink);
  border-radius: inherit;
  opacity: 0;
  animation: map-pulse 2.6s ease-out infinite;
}

.map-pin--aventura { left: 64%; top: 21%; }
.map-pin--beach { left: 78%; top: 40%; }
.map-pin--brickell { left: 60%; top: 50%; }
.map-pin--gables { left: 46%; top: 58%; }
.map-pin--pinecrest { left: 38%; top: 74%; }
.map-pin--key { left: 69%; top: 69%; }

.map-pin--beach::before,
.map-pin--gables::before { animation-delay: 0.6s; }
.map-pin--pinecrest::before,
.map-pin--key::before { animation-delay: 1.2s; }
.map-pin--brickell::before { animation-delay: 1.8s; }



.areas__intro {
  margin: 26px 0 40px;
  color: var(--muted);
}
.areas__links{
    margin:44px 0;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    border:0;
}

.areas__links a{
    display:inline-flex;
    align-items:center;
    gap:12px;
    min-height:48px;
    padding:0 22px;
    border:1px solid #5e666e1f;
    border-radius:10px;
    background:#ffffff14;
    font-size:12px;
    font-weight:500;
    letter-spacing:.08em;
    text-transform:uppercase;

    color:#7c8895;

    transition:
        border-color .25s,
        background .25s,
        color .25s,
        transform .25s;
}

.areas__links a:nth-child(odd),
.areas__links a:nth-child(even){
    padding:0 22px;
}



.areas__links a:hover span{
    transform:translateX(4px);
}

/* ============================================================
   Appointment
   ============================================================ */
.appointment {
  color: var(--paper);
  background: var(--noir);
}

.appointment__grid,
.faq__grid {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  gap: 76px;
  align-items: start;
}

.appointment__intro {
  position: sticky;
  top: 110px;
}

.appointment h2 {
  color: var(--paper);
}

.appointment__lead {
  margin-top: 28px;
  color: var(--on-dark);
  font-size: 16px;
}

.appointment__contact {
  margin-top: 40px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--line-on-dark);
}

.appointment__contact span {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.appointment__contact a {
  font-size: 30px;
  font-weight: 500;
}

.appointment__reassure {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.appointment__reassure li {
  position: relative;
  padding-left: 26px;
  color: var(--on-dark);
  font-size: 13px;
  letter-spacing: 0.26px;
}

.appointment__reassure li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 9px;
  height: 9px;
  border: 1px solid var(--champagne);
  transform: rotate(45deg);
}

.appointment__form {
  padding: 0;;
}

#appointmentIframe {
    display: block;
    min-height: 540px;
    background: #7c87991c;
    border-radius: 20px;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  background: var(--white);
}

#faq-title{
  margin-bottom: 20px;
}

.faq__intro {
  position: sticky;
  top: 110px;
}

.faq__intro > p:not(.section-label) {
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 16px;
}

.faq__list {
  border-top: 1px solid var(--line-strong);
}

.faq__list details {
  border-bottom: 1px solid var(--line);
}

.faq__list summary {
  position: relative;
  padding: 30px 56px 30px 0;
  display: flex;
  align-items: center;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.18;
  cursor: pointer;
  list-style: none;
  transition: color 240ms var(--ease);
}

.faq__list summary:hover {
  color: var(--ink-strong);
}

.faq__list summary::-webkit-details-marker {
  display: none;
}

.faq__toggle,
.faq__toggle::after {
  position: absolute;
  right: 4px;
  width: 18px;
  height: 1px;
  background: var(--ink-strong);
  transition: transform 260ms var(--ease);
}

.faq__toggle::after {
  content: "";
  right: 0;
  transform: rotate(90deg);
}

.faq__list details[open] .faq__toggle::after {
  transform: rotate(0);
}

.faq__list details > p {
  max-width: 480px;
  margin: -6px 0 30px;
  padding-right: 50px;
  color: var(--muted);
  font-size: 15px;
}

/* ==================================
    EMERGENCY
=====================================*/

.emergency{
    position:relative;
    overflow:hidden;
    width:100%;
    padding:120px 0;
    background:url("../assets/images/emergency-accent.webp") no-repeat center center / cover;
    color:var(--white);
}

.feature-step .small-text{
    color: #a3abb5;
}
/* Dark overlay */

.emergency::before{
    content:"";
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            90deg,
            rgba(10,13,16,.92) 0%,
            rgba(10,13,16,.84) 30%,
            rgba(10,13,16,.68) 58%,
            rgba(10,13,16,.50) 80%,
            rgba(10,13,16,.35) 100%
        );

    z-index:1;
    outline: 1px solid #ffffff17;
    outline-offset: -15px;
}

.emergency .container-large{
    position:relative;
    z-index:2;
}

.emergency__grid{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);
    gap:88px;
    align-items:center;
}

.emergency__content{
    max-width:760px;
}

.emergency__label{
    display:flex;
    align-items:center;
    gap:12px;

    margin-bottom:18px;

    color:rgba(255,255,255,.82);
    font-size:11px;
    font-weight:800;
    letter-spacing:1.2px;
    text-transform:uppercase;
}

.emergency__label::before{
    content:"";
    width:32px;
    height:1px;
    background:rgba(255,255,255,.45);
}

.emergency__title{
    color:var(--paper);
    font-size:68px;
    font-weight:600;
    line-height:1.05;
    letter-spacing:-2px;
}

.emergency__aside{
    padding-left:56px;
    border-left:1px solid rgba(255,255,255,.25);
}

.emergency__phone{
    display:inline-block;

    color:var(--paper);

    font-size:42px;
    font-weight:800;
    line-height:1.15;

    text-decoration:none;
}

.emergency__actions{
    margin-top:26px;
}


.emergency__note{
    max-width:360px;
    margin-top:28px;
    color:rgba(255,255,255,.82);
    line-height:1.8;
    font-size: 15px;
}

/*========================================
  INNER PAGE
========================================*/

.inner-page-section{
  padding: 40px 0 100px 0;
  background: rgb(246, 247, 249);
}

.title-inner-page h1{
    font-size: 52px;
}

.title-inner-page{
  margin-bottom: 35px;
}

/*============================
 CONTENT PAGE
=============================*/


/* .content h1{
  margin-bottom: 30px;
  color: var(--paper);
} */

.content h2{
    position: relative;
    font-size: 34px;
    margin: 0px 0 22px;
    padding-bottom: 14px;
}

.content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    border-radius: 999px;
    background: var(--ink-strong);
    opacity: .9;
    
}

.content h3{
  font-weight: 600;
  margin: 20px 0 15px 0;
}

.content h4{
  margin: 23px 0 8px 0;
}

.content ol{
  padding: 20px 20px 20px 40px;
  background: var(--color-bg-offwhite);
  list-style: decimal;
  list-style-position: outside;
  margin-bottom: 20px;
}
.content ol li{
  line-height: 32px;
  font-weight: 600;
}


.content img,
.content picture{
  width: 100%;
  object-fit: cover;
  display: block;
  height: 350px;
}

/*============= UNIVERSAL TABLE =============*/

.content .wp-block-table {
  margin: 32px 0 0;
}

.content .wp-block-table td,
.content .wp-block-table th {
  border: 0 !important;
  padding: 0;
}

.content .wp-block-table tbody td {
  padding: 18px 20px;
  font-size: 15px;
  line-height: 1.55;
  color: #374151;
  vertical-align: top;
  border-bottom: 1px solid #f1ebe3 !important;
  background: #fff;
}

/* header */
.content .wp-block-table thead th {
  padding: 18px 20px;
  border-bottom: 1px solid #ece5dc !important;
}

.content .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.05);
  margin-bottom: 30px;
}

.content .wp-block-table thead th {
  background: var(--ink-deep);
  color: #ece5dc;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid #ece5dc;
  text-transform: uppercase;
}

.content .wp-block-table tbody td {
  padding: 18px 20px;
  font-size: 15px;
  line-height: 1.55;
  color: #374151;
  vertical-align: top;
  border-bottom: 1px solid #f1ebe3;
  background: #fff;
}

.content .wp-block-table tbody tr:last-child td {
  border-bottom: 0;
}

/* pills */
.content .status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.content .status-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: 0 0 8px;
}

.content .status-pill--low {
  background: #ecfdf3;
  color: #166534;
}
.content .status-pill--low::before {
  background: #22c55e;
}

.content .status-pill--medium {
  background: #fff7e6;
  color: #9a6700;
}
.content .status-pill--medium::before {
  background: #f59e0b;
}

.content .status-pill--high {
  background: #fff1f2;
  color: #b42318;
}
.content .status-pill--high::before {
  background: #ef4444;
}

.content .status-pill--critical {
  background: #f5e8ff;
  color: #7c2d12;
}
.content .status-pill--critical::before {
  background: #a855f7;
}


.content ul li,
.u-list-dots li {
  position: relative;
  padding-left: 16px;
}


.content ul li{
  line-height: 32px;
  font-weight: 700;
  color: var(--color-ink);
}

.content ul{
  margin-bottom: 20px;
}

.content ul li::before,
.u-list-dots li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-brand-gold);
  transform: translateY(-50%);
}

.content ul li,
.u-list-dots li {
  position: relative;
  padding-left: 16px;
}


.content ul li{
  line-height: 32px;
  font-weight: 600;
  color: var(--ink-deep);
}

.content ul{
  margin-bottom: 20px;
}

.content ul li::before,
.u-list-dots li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ink-strong);
  transform: translateY(-50%);
}


/*============= MOBILE STACKED TABLE =============*/

@media (max-width: 1024px) {
  .content .wp-block-table {
    overflow: visible;
  }

  .content .wp-block-table table,
  .content .wp-block-table thead,
  .content .wp-block-table tbody,
  .content .wp-block-table tr,
  .content .wp-block-table th,
  .content .wp-block-table td {
    display: block;
    width: 100%;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  .content .wp-block-table thead {
    display: none;
  }

  .content .wp-block-table table {
    background: transparent;
    border-radius: 0;
  }

  .content .wp-block-table tbody tr {
    background: #fff;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.05) !important;
    margin-bottom: 16px;
    overflow: hidden;
  }

  .content .wp-block-table tbody td {
    padding: 14px 16px;
    border-bottom: 1px solid #f1ebe3 !important;
    background: transparent;
  }

  .content .wp-block-table tbody td:last-child {
    border-bottom: 0 !important;
  }

  .content .wp-block-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--color-ink);
    text-transform: uppercase;
    letter-spacing: .04em;
  }
}

.brand-hero {
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    height: auto;
    z-index: 1;
    padding-bottom: 50px;
}

.brand__hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    z-index: 0;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.brand__hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.brand-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 70vh;
    background: linear-gradient(
    90deg,
    rgb(13 14 16 / 84%) 0%,
    rgb(13 14 16 / 75%) 28%,
    rgb(17 18 20 / 69%) 55%,
    rgb(15 16 18 / 42%) 75%,
    rgb(15 16 18 / 30%) 90%,
    rgb(15 16 18 / 38%) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.brand-hero .container {
    position: relative;
    z-index: 2;
}

.general-brand-hero-container {
    padding-top: 50px;
    align-items: start;
}

.description-brand-hero{
  margin-top:30px;
  
}

.features{
  margin-top: 40px;
  gap: 20px;
}

.description-brand-hero h1,
.feature-step h4 {
    color: var(--paper);
}

.description-brand-hero h1 {
    margin-bottom: 20px;
    font-size: 64px;
    line-height: 68px;
}

.description-brand-hero p {
    color: var(--paper);
}

.feature-step{
    padding:15px 20px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:10px;

    background:rgba(25, 31, 37, 0.38);
    backdrop-filter:blur(3px);
}

.wp-block-separator{
    width:100%;
    height:1px;
    margin:38px 0;
    border:0;
    background:rgba(16,20,24,.14);
}

.form-brand {
    position: relative;
    z-index: 3;
    padding: 40px 35px;
    margin-bottom: -70px; 
	opacity: 0.98;
}

.form-brand iframe {
    display: block;
    width: 100%;
    border: 0;
}

.feature-step h4 {
    color: var(--paper);
    margin-bottom: 5px;
}



.content .wp-block-group {
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 14px 34px rgb(185 193 199 / 20%);
    border-radius: 7px;
    padding: 27px 35px;
    margin: 20px 0;
}
