/*!
Theme Name: fbp817
Theme URI: #
Version: 4.4.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fbp817
*/

:root {
  --text-color: #000000;
  --heading-color: #00FF7F;
  --primary-btn-bg: #32CD32;
  --secondary-btn-bg: #FF7F50;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #2E8B57;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #2E8B57;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #98FB98;
  --table-border-color: #00FF7F;
  --table-text-color: #000000;

  --body-bg-color: #F0FFF0;
  --card-bg-color: #ffffff;
  --card-text-color: #000000;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 77%;
  --banner-padding: 144px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1592px;
  --container-padding: 0 15px;
  --border-radius: 30px;
  --py: 24px;
  --py-2: 66px;
  --py-3: 76px;
  --text-align: center;
  --mb: 18px;
  --fz-1: 28.8px;
  --fz-2: 24px;
  --fz-3: 20px;
  --logo-width: 129px;
  --menu-margin: 0;

  --animation-duration: 534ms;
  --animation-type: ease;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #2b2b2b;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--body-bg-color);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--text-color);
  transition: color 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 650px;
  width: auto;
}

ul, ol {
  margin: 0;
}

.wrap_jseyrix {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .top_fiwcbkx {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .header_oqclpxt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .h_agqhrim {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .head_pfnzmrv {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .head_pfnzmrv:hover {
        color: var(--primary-btn-bg);
      }


      .h_yfqlexc {
        display: flex;
        gap: 10px;
      }

      .h_gyvojcd {
        display: none;
      }
    

@media (max-width: 1024px) {
  .h_agqhrim {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--header-bg-color);
    z-index: 100;
    padding: var(--py) 15px;
    display: block;
  }

  .head_pfnzmrv {
    padding: 10px 0;
    display: block;
  }

  .h_agqhrim.active {
    opacity: 1;
    visibility: visible;
  }

  .h_gyvojcd {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .h_gyvojcd span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .h_gyvojcd.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .h_gyvojcd.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.log_ozrlqif {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log_ozrlqif img {
  max-height: 80px;
}

.first_stfzkmi,
.alt_bpzegta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.first_stfzkmi {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.first_stfzkmi:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt_bpzegta {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt_bpzegta:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.footer_enjrpzx{
  position: relative;
}
.footer_enjrpzx * {
  z-index: 1;
  position: relative;
}


      .txt_nfikzrt > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .txt_nfikzrt > .wp-block-image img {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 100%;
        height: auto;
        display: block;
      }

      .txt_nfikzrt > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


    .lks_ukyejgs {
      margin: 0 auto 0;
      max-width: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 35px;
      background: rgb(from var(--table-bg-color) r g b / 0.5);
      border-radius: var(--border-radius);
      padding: 15px;
      box-sizing: border-box;
      margin-bottom: var(--mb);
    }

    .lks_ukyejgs a {
      color: var(--table-text-color);
      text-decoration: none;
      text-transform: capitalize;
      transition: all .3s ease;
    }

    .lks_ukyejgs a:hover {
      opacity: .7;
    }

    .lks__title_gnkdjup {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .footer_enjrpzx {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 48px 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer_gltuexs {
      max-width: 1280px;
      margin: 0 auto;
    }

    .foot_bonjasz {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-bottom: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .f_foqkhey {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .f_foqkhey:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .foot_qoskmic {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .bottom_qtlscxf {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.4;
      margin: 15px 0 0 0;
    }

    @media (max-width: 768px) {
      .foot_bonjasz {
        gap: 16px;
      }
    }
    



.foot_bonjasz li:empty {
  display: none;
}

.main_dkmqtxe {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.main_dkmqtxe {
  text-align: var(--banner-direction);
  padding: var(--banner-padding) 0;
  background-color: var(--banner-bg-color);
  color: var(--banner-text-color);
  border-bottom: var(--banner-border);
  position: relative;
  overflow: hidden;
}

.main_dkmqtxe svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.main_sgfdpwr{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.b_mtnlvab {
  width: var(--banner-column);
  animation: var(--animation-effect) var(--animation-duration) var(--animation-type);
  animation-fill-mode: both;
}
  */

h1 {
  font-size: var(--fz-1);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

h2 {
  color: var(--heading-color);
  font-size: var(--fz-2);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: var(--py-2);
}

h3 {
  color: var(--heading-color);
  font-size: var(--fz-3);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

.tbl_jalbqcy{
  overflow-x: auto;
  width: 100%;
}

.txt_nfikzrt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt_nfikzrt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt_nfikzrt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt_nfikzrt ul {
  list-style: none;
}

.txt_nfikzrt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt_nfikzrt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt_nfikzrt ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 1.5rem 0;
      width: max-content;
      max-width: 100%;
      text-align: left;
      display: inline-block;
    }

    .txt_nfikzrt ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .txt_nfikzrt ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #32cd32 0%, #6fdc6f 100%);
      color: white;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #32CD32;
        text-decoration: none;
        opacity: 0.8;
        transition: opacity 0.2s ease;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.6;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.4;
        margin: 0 0.5rem;
      }
    


      .txt_nfikzrt table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        border: 1px solid rgba(0, 0, 0, 0.1);
        overflow: hidden;
      }

      .txt_nfikzrt table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .txt_nfikzrt table th {
        padding: 15px 15px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        letter-spacing: 0.025em;
        border: none;
      }

      .txt_nfikzrt table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        transition: background-color 0.2s ease;
      }

      .txt_nfikzrt table tbody tr:last-child {
        border-bottom: none;
      }

      .txt_nfikzrt table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .txt_nfikzrt table td {
        padding: 20px 16px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .txt_nfikzrt table td:first-child {
        font-weight: normal;
      }
    

.txt_nfikzrt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.item_qdzkfsh {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post_uwdrknh {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols_wqfhgmd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .cols_wqfhgmd::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #98e698 50%, transparent 100%);
        z-index: 1;
      }

      .cols_wqfhgmd .cols_huxfrdn:first-child {
        position: relative;
        z-index: 2;
        order: 1;
      }

      .cols_wqfhgmd .cols_huxfrdn:last-child {
        position: relative;
        z-index: 2;
        order: 2;
        padding-left: 2rem;
      }

      .cols_wqfhgmd figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .cols_wqfhgmd figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #32cd3220 0%, #98e69810 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .cols_wqfhgmd figure:hover::before {
        opacity: 1;
      }

      .cols_wqfhgmd figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .cols_wqfhgmd h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .cols_wqfhgmd h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #32cd32;
        border-radius: 1px;
      }

      .cols_wqfhgmd p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .cols_wqfhgmd {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .cols_wqfhgmd::before {
          display: none;
        }

        .cols_wqfhgmd .cols_huxfrdn:first-child {
          order: 1;
        }

        .cols_wqfhgmd .cols_huxfrdn:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.tbl_rikdyog {
  background: rgb(from var(--table-bg-color) r g b / 0.5);
  border-radius: var(--border-radius);
  padding: var(--py-3);
  margin: var(--py-2) auto;
  width: max-content;
  max-width: 100%;
}

.tbl_rikdyog p,
.tbl_rikdyog h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl_rikdyog table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl_rikdyog table td,
.tbl_rikdyog table th {
  border: 0;
}

.tbl_rikdyog table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl_rikdyog tr:last-child {
  border-bottom: 0;
}

.tbl_rikdyog h2 {
  margin-top: 0;
}

/*
.row_kwuagih {
  border: var(--card-border);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  box-shadow: var(--card-shadow);
  padding: var(--py);
  border-radius: var(--border-radius);
}
  */

.dark_wdqhsba {
  position: relative;
  border-radius: var(--border-radius);
  color: var(--contrast-text-color);
  padding: var(--py-2);
  margin-top: var(--py-2);
  margin-bottom: var(--py-2);
}


    .dark_wdqhsba{
      border: 2px solid var(--primary-btn-bg);
      color: var(--text-color);
      background-color: var(--body-bg-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.dark_wdqhsba h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .main_sgfdpwr{
    flex-direction: column;
  }

  .b_mtnlvab {
    width: 100%;
  }

  .tbl_rikdyog {
    padding: var(--py);
  }

  .dark_wdqhsba {
    padding: var(--py);
  }
}

.map_tdkjzil{
  display: flex;
  flex-direction: column;
  gap: var(--mb);
  list-style: none;
  margin: 15px 0;
  padding: 15px;
  border-radius: var(--border-radius);
  background: rgb(from var(--table-bg-color) r g b / 0.5);
}
.map_tdkjzil a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}
.map_tdkjzil a:hover {
  color: var(--primary-btn-bg);
}
.map_tdkjzil h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .form_rewpbgl {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .frm_vnhrkzf {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .fr_fjgousx {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .fr_fjgousx h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .frm_dnjaxor {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .form_fnvikes {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .fr_qfvmgsb {
      font-size: 24px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--primary-btn-bg);
      border-radius: 50%;
      flex-shrink: 0;
    }

    .frm_ybzngsj {
      color: var(--text-color);
      line-height: 1.5;
    }

    .frm_ybzngsj strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .fr_dkrmuah {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .frm_socyxfp {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frm_kfgitem {
      display: flex;
      flex-direction: column;
    }

    .fr_fryhmpz, .fr_gwrafjv {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--body-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .fr_fryhmpz:focus, .fr_gwrafjv:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr_gwrafjv {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr_dkrmuah button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .fr_dkrmuah button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frm_vnhrkzf {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .fr_fjgousx, .fr_dkrmuah {
        padding: 20px;
      }

      .frm_socyxfp {
        gap: 15px;
      }

      .fr_fryhmpz, .fr_gwrafjv {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


            .main_dkmqtxe {
                padding: var(--py);
            }

            .main_sgfdpwr {
                background-color: #bdffbd;
                color: #000000;
                padding: 108px var(--py);
                text-align: center;
                border-radius: var(--border-radius);
            }

            .main_sgfdpwr p {
                font-size: 19px;
                max-width: 72%;
                margin: 0 auto var(--mb);
            }

            .hero_wqcfvms {
                text-align: center;
                font-size: 4rem;
                line-height: 1.25;
            }

            .hero_wqcfvms span {
                color: #1e7b2d;
                background: linear-gradient(90deg, #1e7b2d, #1e7b5c);
                background-clip: text;
                color: #0000;
            }

            @media (max-width: 1024px) {
                .hero_wqcfvms {
                    font-size: 28px;
                }

                .main_sgfdpwr {
                    padding: 50px var(--py);
                }

                .main_sgfdpwr p {
                    width: 100%;
                }
            }
        


        .block_wfvarhd {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .row_kwuagih {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

        .row_kwuagih::before {
            content: '';
            position: absolute;
            top: 83%;
            left: 30%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #32CD3220, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .row_kwuagih:hover::before {
            width: 225px;
            height: 225px;
        }

        .row_kwuagih:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .row_kwuagih h3 {
            color: #000000;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .row_kwuagih:hover h3 {
            color: #32CD32;
        }

        .row_kwuagih p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .block_wfvarhd {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        