/* Modules */
.image-content { 
  .content-box {
    background-color: rgba(221, 213, 193, 0.35);

    .content-links {
      a:first-child {
        display: table;
        margin-right: 0;
      }
    }

    .btn-primary {
      @media (max-width: 639px) {
        padding: 8px 10px;
      }
    }
  }
  hr {
    margin: -11px 0 24px !important;
    @media (min-width: 1024px) {
      margin: -2px 0 24px !important;
    }
  }
  .bg-cover {
    min-height: 321px;
  }
}

.programs-list {
  .grid {
    margin-top: 50px;
  }

  .therapy-content {
    h3 {
      font-size: 18px;
      @media (min-width: 1024px) {
        font-size: 1.7vw;
      }

      &.title-blue {
        color: #003041;
      }

      &.title-orange {
        color: #b87c31;
      }
    }

    hr {
      margin: 6px 0 14px !important;
      @media (min-width: 1024px) {
        margin: 13px 0 15px !important;
      }
    }
  }

  h2 {
    &.text-left {
      text-align: left;
    }

    &.text-center {
      text-align: center;
    }

    &.text-right {
      text-align: right;
    }
  }

  .therapy-image {
    img {
      width: 100%;
      height: auto;
      object-fit: cover;
      aspect-ratio: 16/9;
    }
  }
}

.heading-text-columns-content {
  --grid-gap: 60px;
  --cards-columns: 2;
  background-color: white;

  @media (max-width: 767px) {
    --grid-gap: 40px;
  }

  .text-left {
    h2 {
      text-align: left;
    }

    .paragraph {
      text-align: left;

      p {
        text-align: left;
      }
    }
  }

  .paragraph h3 {
    font-size: 18px;
    margin-bottom: 23px;
    @media (min-width: 1024px) {
      font-size: 1.7vw;
    }
  }

  .paragraph p {
    font-weight: 500;
  }

  .card-link {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 0;
    color: #bda000;
  }

  .btn-cta {
    display: inline-block;
    max-width: 648px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 24px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #bda000;
    color: white;
    font-size: 14px;

    @media (min-width:1024px) {
      font-size: 1vw;
    }

    &:hover {
    }
  }

  &.orange {
    background-color: #bda000;
    background-image: url("/wp-content/uploads/2025/04/Drug-Rehab-Program-in-MS-Near-Biloxi-Gulf-Coast-1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

    h2 {
      color: #ffffff !important;
    }

    .paragraph {
      color: #ffffff !important;

      p {
        color: #ffffff !important;
      }
    }

    .card {
      background: white;
      .card-body {
        padding: 30px 30px;

        h3,
        p,
        .paragraph {
          color: #00263e !important;
        }

        .card-link {
          color: #00263e;
        }

        @media (min-width: 1024px) {
          p {
            font-size: 1.1vw;
            line-height: 1.5;
            margin-bottom: 10px;
          }
        } 
      }
    }

    .featured-card.card {
      background: white;

      .card-body {
        padding: 0 50px 0 0 !important;

        @media (max-width: 1023px) {
          padding: 30px !important;
          text-align: center;
        }
      }
    }

    .btn-cta {
      background-color: white;
      color: #00263e;
    }
  }

  .card {
    border: 0;
    background: transparent;

    .card-head {
      .card-image {
        height: 400px;
        object-fit: cover;
      }
    }

    .card-body {
      padding: 30px 0 0;
      text-align: center;

      h3 {
        line-height: 1.1;
        margin-bottom: 20px;
        font-size: 20px;
        color: #323232;
        font-weight: bold;
        @media (min-width: 1024px) {
          font-size: 1.7vw;
        }
      }

      p {
        max-width: 100%;
        margin-bottom: 0;
        color: #333;
        font-weight: 500;
      }
    }
  }

  .orange-card {
    background: #bda000;

    .card-body {
      padding: 30px 30px;

      h3,
      p,
      .paragraph {
        color: #ffffff !important;
      }

      .card-link {
        color: #ffffff;
      }

      @media (min-width: 1024px) {
        p {
          font-size: 1.1vw;
          line-height: 1.5;
          margin-bottom: 10px;
        }
      }
    }
  }

  .featured-card {
    width: 100%;

    .grid {
      gap: 0.5rem;

      @media (min-width: 1023px) {
        gap: var(--grid-gap);
      }
    }

    .card-head {
      .card-image {
        height: auto;
        max-height: 550px;
        width: 100%;
        object-fit: cover;
        object-position: center;
      }
    }

    .card-body {
      text-align: left;
      padding: 0 30px 0 0;

      @media (max-width: 1023px) {
        padding: 30px 0 0;
        text-align: center;
      }

      .paragraph p {
        margin-bottom: 20px;

        @media (min-width: 1024px) {
          font-size: 1.1vw;
        }
      }
    }

    @media (max-width: 1023px) {
      .card-head {
        .card-image {
          height: 400px;
        }
      }

      &.orange-card .card-body {
        padding: 30px !important;
      }
    }
  }

  .grid {
    gap: var(--grid-gap);
  }

  #incomplete-cards {
    display: flex;
   /* flex-direction: column;*/
    margin-top: var(--grid-gap);

    @media (max-width: 1023px) {
      .card {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: var(--grid-gap) !important;

        &:last-child {
          margin-bottom: 0 !important;
        }
      }
    }

    @media (max-width: 1024px) {
      flex-direction: column;
      /*flex-wrap: wrap;*/
      justify-content: center;
    }
  }
}

.grid-details {
  .grid {
    margin-top: 50px;
  }
  .detail-item{
    background-color: #DDD5C159;
    border: 1px solid #DDD5C159;

  }
  .detail-content {


    h3 {
      font-size: 18px;
      font-weight: bold;
      color: rgb(0, 38, 62);
      background-color: white;
      @media (min-width: 1024px) {
        font-size: 1.7vw;
      }
    }

    hr {
      margin: 6px 0 20px !important;
      @media (min-width: 1024px) {
        margin: 13px 0 25px !important;
      }
    }
  }

  h2 {
    &.text-left {
      text-align: left;
    }

    &.text-center {
      text-align: center;
    }

    &.text-right {
      text-align: right;
    }
  }

  .blue-list {
    
    ul,
    ol {
      list-style: none;
      padding-left: 0;

      li {
        position: relative;
        margin-bottom: 5px;
        color: #333333;
        display: flex;
        align-items: center;
        min-height: 26px;
        font-size: 16px;
        font-weight: 500;
        @media (min-width: 1024px) {
          font-size: 1.1vw;
        }
      }
    }

    ul li {
      padding-left: 0px;

      &:before {
        content: "• ";
                        padding-right: 5px;
        left: 0;
        font-size: 1.2em;
        line-height: 1;
      }
    }

    ol {
      counter-reset: item;

      li {
        padding-left: 25px;
        counter-increment: item;

        &:before {
          content: counter(item) ".";
          position: absolute;
          left: 0;
          font-weight: 600;
        }
      }
    }
  }
}

.services-grid-module {
  background-color: white;

  .text-left {
    h2 {
      text-align: left;
    }
  }

  .text-center {
    h2 {
      text-align: center;
    }
  }

  .text-right {
    h2 {
      text-align: right;
    }
  }

  .grid {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-item {
    border: 0;
    text-align: center;

    .service-title {
      line-height: 1.1;
      margin-bottom: 0px;
      font-size: 20px;
      color: #323232;
      font-weight: bold;

      @media (min-width: 1024px) {
        font-size: 1.7vw;
        margin-bottom: 20px;
      }
    }
  }

  .description-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;

    p {
      margin-bottom: 20px;
      font-weight: 500;

      @media (min-width: 1024px) {
        font-size: 1.1vw;
        line-height: 1.4rem;
      }
    }
  }

  .btn-cta {
    display: inline-block;
    max-width: 648px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 24px;
    font-weight: 500;
    background-color: #bda000;
    color: white;
    border: none;
  }

  &.theme-blue {
    background-color: #b3cccd;
    background-image: url("/wp-content/uploads/2025/04/Light-Blue-Leaf-Texture-scaled-1-1.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

    h2 {
      font-size: 22px;
      line-height: 1.2 !important;

      @media (min-width: 1024px) {
        font-size: 1.6vw;
      }
    }

    .service-item {
      .service-title {
        font-size: 16px;
        @media (min-width: 1024px) {
          font-size: 23px;
        }
      }
    }

    .description-content {
      p {
      }
    }

    .btn-cta {
      background-color: #cc9e15;
      color: white;
      font-size: 14px;
      letter-spacing: 1px;
      @media (min-width: 1024px) {
        font-size: 1vw;
      }
      font-weight: 600;
    }
  }

  &.theme-purple {
    background-color: #662d91;
    background-image: url("/wp-content/uploads/2025/04/Family-Therapy-Support-for-Addicts-in-MS-4-1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

    h2 {
      color: #ffffff !important;

      font-size: 22px;
      line-height: 1.2 !important;

      @media (min-width: 1024px) {
        font-size: 1.6vw;
      }
    }

    .service-item {
      .service-title {
        color: #ffffff !important;
        font-size: 16px;
        @media (min-width: 1024px) {
          font-size: 23px;
        }
      }
    }

    .description-content {
      color: #ffffff !important;

      p {
        color: #ffffff !important;
      }
    }

    .btn-cta {
      background-color: #cc9e15;
      color: white;
      font-size: 18px;
      letter-spacing: 1px;
      @media (min-width: 1024px) {
        font-size: 1.1vw;
      }
      font-weight: bold;
    }
  }
}

.split-content-banner {
  background-color: #585b40;
  color: white;
  .logo-container {
    max-width: 198px;
    margin: 0 auto;
    text-align: center;
    @media (min-width: 1024px) {
      max-width: 259px;
      text-align: left;
      margin-left: initial;
      margin-right: initial;
    }
  }

  @media (min-width: 1024px) {
    .content-column {
      padding-left: 8%;
      padding-right: 8%;
    }
  }

  .subheading-content {
    font-family: ivypresto-text, serif;
    font-size: 18px !important;

    @media (min-width: 1024px) {
      font-size: 1.7vw !important;
    }

    font-style: italic;
    strong {
      color: #cc9e15;
      font-weight: 400;
    }
  }

  .heading-content {
    line-height: 1;
    color: white;
    font-size: 24px;
    @media (min-width: 768px) {
      font-size: 27px;
    }
  }

  .description-content p {
    line-height: 1.3;
    font-size: 18px;
    @media (min-width: 768px) {
      font-size: 21px;
    }
  }

  .btn-secondary {
    width: 100%;
    font-size: 17px;
    @media (min-width: 1024px) {
      width: auto;
      font-size: 1vw;
    }
  }

  .image-column {
    min-height: 300px;
    max-height: 743px;

    @media (min-width: 768px) {
      min-height: 743px;
    }
  }
}

.feature-panel {
  .feature-panel-container {
    /* max-width: 1200px; */
    margin-left: auto;
    margin-right: auto;
  }
  .image-container {
    img {
      margin: 0 auto;
      max-width: 290px;
      @media (min-width: 1024px) {
        max-width: 487px;
      }
    }

    .text-left & img {
      margin-left: 0;
    }

    .text-right & img {
      margin-right: 0;
    }
  }

  h2 {

    line-height: 1.2;

    @media (min-width: 1024px) {

      margin-bottom: 48px !important;
    }
  }

  .content-wysiwyg {
    p {
      margin-bottom: 20px;
      font-weight: 500;

      @media (min-width: 1024px) {
        font-size: 1.1vw;
        line-height: 2.1;
      }

      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  .buttons-container {
    width: 100%;
    max-width: 1200px;


    .btn-primary::after {
      content: initial;
    }

    a {
      flex: 1;
      text-align: center;
      margin-bottom: 15px;
    }

    @media (min-width: 768px) {
      gap: 20px;

      a {
        margin-bottom: 0;
      }
    }
  }
}

.heading-hover-cards {
  .subheading {
    font-size: 18px;
    color: #00263e;
    text-align: center;
    font-style: italic;
    font-family: ivypresto-text, serif;

    @media (min-width: 1024px) {
      font-size: 1.7vw;
    }
  }

  h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #00263e;
    text-align: center;

    @media (min-width: 1024px) {
      font-size: 2.8vw;
    }
  }

  .intro-text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;

    p {
      font-weight: 500;

      @media (min-width: 1024px) {
        font-size: 1.1vw;
      }
    }
  }

  .hover-cards-grid {
    .hover-card {
      height: 350px;
      @media (min-width: 1024px) {
        height: 500px;
      }
      border-radius: 0px;
      overflow: hidden;

      .card-bg {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        position: relative;
        display: flex;
        align-items: flex-end;
        transition: transform 0.5s ease;

        &:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 50%;
          background: linear-gradient(to top, #00263e, transparent);
          z-index: 1;
          transition: opacity 0.3s ease;
        }
      }

      .card-content {
        position: relative;
        z-index: 2;
        padding: 20px;
        width: 100%;
        transition: transform 0.3s ease;
      }

      .card-title {
        color: white;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 8px;
        transition: margin 0.3s ease;

        @media (min-width: 1024px) {
          font-size: 1.6vw;
        }
      }

      .card-description {
        color: white;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.4s ease, opacity 0.3s ease;

        p {
          margin-top: 0;
          font-size: 16px;
          line-height: 1.4;

          @media (min-width: 1024px) {
            font-size: 1.3vw;
          }
        }
      }

      &:hover {
        .card-bg {
          transform: scale(1);

          &:before {
            height: 100%;
            background: linear-gradient(to top, #00263ee1, #00263ebd);
          }
        }

        .card-title {
          margin-bottom: 15px;
        }

        .card-description {
          max-height: 200px;
          opacity: 1;
        }
      }
    }
  }
}

.faq-accordion {
  .faq-wraper {
    margin: 0 auto;
    max-width: 1300px;
  }

  h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #b87c31;

    @media (min-width: 1024px) {
      font-size: 2.8vw;
      margin-bottom: 60px !important;
    }
  }

  .intro-text {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;

    p {
      font-weight: 500;

      @media (min-width: 1024px) {
        font-size: 1.1vw;
      }
    }
  }

  .faq-items {
    .faq-item {
      margin-bottom: 16px;
      border: 1px solid #f0f0f0;
      border-radius: 4px;
      background-color: #fff;
      overflow: hidden;
      transition: all 0.3s ease;

      &:last-child {
        margin-bottom: 0;
      }

      &.active {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

        .faq-question {
          background-color: #fbfbfb;

          h3 {
          }

          .plus-icon {
            display: none;
          }

          .minus-icon {
            display: inline-block;
          }
        }
      }
    }

    .faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      cursor: pointer;
      transition: background-color 0.3s ease;

      &:hover {
        background-color: #f9f9f9;
      }

      h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        color: #00263e;
        transition: color 0.3s ease;

        @media (min-width: 1024px) {
          font-size: 1.4vw;
        }
      }

      .faq-icon {
        flex-shrink: 0;
        margin-left: 15px;
        color: #bda000;
        font-size: 18px;

        .minus-icon {
          display: none;
        }
      }
    }

    .faq-answer {
      padding: 0 20px 20px;

      p {
        margin-top: 0;
        color: #555;
        font-size: 16px;
        line-height: 1.6;

        @media (min-width: 1024px) {
          font-size: 1vw;
        }

        &:last-child {
          margin-bottom: 0;
        }
      }
    }
  }
}

.testimonial-banner {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: left center;
  @media (min-width: 1024px) {
    background-position: center;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;

    background: linear-gradient(to left, #00263e68 33%, transparent 100%);

    @media (max-width: 767px) {
      background: #00263e95;
    }
  }

  .container-fluid {
    position: relative;
    z-index: 2;
    padding-top: 4rem;
    padding-bottom: 4rem;

    @media (min-width: 768px) {
      padding-top: 6rem;
      padding-bottom: 6rem;
    }

    @media (min-width: 1024px) {
      padding-top: 8rem;
      padding-bottom: 8rem;
    }
  }

  .testimonial-content {
    display: flex;
    flex-direction: column;
    align-items: center;

    @media (min-width: 768px) {
      flex-direction: row;
    }
  }

  .testimonial-image-space {
    display: none;

    @media (min-width: 768px) {
      display: block;
      width: 50%;
    }
  }

  .testimonial-text-content {
    width: 100%;
    color: white;

    @media (min-width: 768px) {
      width: 50%;
    }
  }

  .testimonial-heading {
    margin-bottom: 1rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: white;
    font-size: 24px;

    @media (min-width: 768px) {
      font-size: 30px;
    }

    @media (min-width: 1024px) {
      font-size: 36px;
    }

    em,
    i {
      font-style: italic;
      color: white;
      font-weight: bold;
      display: inline;
    }
  }

  .testimonial-text {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.6;

    @media (min-width: 768px) {
      font-size: 18px;
    }

    @media (min-width: 1024px) {
      font-size: 1.15vw;
    }

    p {
      margin-bottom: 1rem;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  .citation {
    margin-bottom: 2rem;
    font-style: italic;
    font-size: 15px;
    font-weight: bold;

    @media (min-width: 768px) {
      font-size: 17px;
    }

    @media (min-width: 1024px) {
      font-size: 1vw;
    }
  }
}

.location-info {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;

  &:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1;
  }

  .container {
    position: relative;
    z-index: 2;
  }

  .location-content-wrapper {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px 30px;

    @media (min-width: 1024px) {
      flex-direction: row;
      justify-content: space-between;
    }
  }

  .location-main-content {
    margin-bottom: 30px;

    @media (min-width: 1024px) {
      flex: 1;
      padding-right: 60px;
      margin-bottom: 0;
    }
  }

  .location-sidebar {
    width: 100%;

    @media (min-width: 1024px) {
      max-width: 415px;
    }
  }

  .location-main-content h2,
  .location-main-content h3 {
    text-align: center;
    margin-bottom: 20px;
  }

  .location-main-content h3 {
    font-size: 18px;

    @media (min-width: 768px) {
      font-size: 22px;
    }

    @media (min-width: 1024px) {
      font-size: 30px;
    }
  }

  .location-main-content h2 {
    font-size: 26px;

    @media (min-width: 768px) {
      font-size: 32px;
    }

    @media (min-width: 1024px) {
      font-size: 46px;
    }
  }

  .location-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;

    .gallery-item img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
  }

  .location-description {
    text-align: center;
    margin-bottom: 20px;

    p {
      margin-bottom: 20px;

      &:last-child {
        margin-bottom: 0;
      }
    }

    a {
      color: #bda000;
      font-weight: 600;
      text-decoration: none;
      transition: color 0.3s ease;

      &:hover {
        color: darken(#bda000, 10%);
      }
    }
  }

  .sidebar-form {
    background-color: rgba(91, 91, 55, 0.6);
    padding: 20px;
    color: white;

    h3 {
      text-align: left;
      margin-bottom: 20px;
      color: white;
    }
  }
}
.hero-content-cta {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  .content-box {
    background-color: #00263e85;
    text-align: center;
    padding: 30px;

    @media (min-width: 1024px) {
      padding: 35px 50px;
    }

    h2 {
      margin-bottom: 20px;
      font-size: 24px;
      line-height: 1.2;
      color: white;

      @media (min-width: 1024px) {
        font-size: 2.4vw;
        margin-bottom: 40px !important;
      }
    }

    .subheading {
      font-family: ivypresto-text, serif;
      font-style: italic;
      font-size: 18px;
      margin-bottom: 20px;
      color: white;

      @media (min-width: 1024px) {
        font-size: 1.7vw;
        margin-bottom: 40px !important;
      }
    }

    .logo-container {
      max-width: 198px;
      margin: 0 auto 30px;

      @media (min-width: 1024px) {
        max-width: 259px;
        margin-bottom: 40px;
      }

      img {
        width: 100%;
        height: auto;
      }
    }

    .content-text {
      color: white;

      p {
        margin-bottom: 20px;
        font-weight: 500;

        @media (min-width: 1024px) {
          font-size: 1.1vw;
          line-height: 1.6;
        }

        &:last-child {
          margin-bottom: 0;
        }
      }
    }
  }

  .btn-secondary {
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    width: 324px;

    @media (min-width: 1024px) {
      font-size: 1vw;
    }
  }
}


/* Two Grids */
.two-grids ul,
.two-grids ol{
  padding-left: 25px;
  list-style: initial;
  font-weight: 500;
  li{
    color: black;
    @media (min-width:1024px) {
      font-size: 1.25vw;
    }

    strong{
      color: #b87c31;
    }

    &::marker{
      color: #b87c31 !important;
    }
  }
}

/* Double Content Image - List Styles */
.double-content-image .content-with-lists {
  ul,
  ol {
    padding-left: 25px;
    margin-bottom: 15px;
    font-weight: 500;
  }

  ul {
    list-style-type: disc;
  }

  ol {
    list-style-type: decimal;
  }

  li {
    margin-bottom: 8px;
    color: #333333;
    line-height: 1.6;
    
    @media (min-width: 1024px) {
      font-size: 1.1vw;
    }
  }
}


/* Footer Styles */
.footer-sidebars {
  background-color: var(--primary-color);
  .footer-brand {
    img {
      margin-left: auto;
      margin-right: auto;
      max-width: 187px;
      margin-bottom: 67px;
      @media (min-width: 1024px) {
        margin-left: initial;
        margin-right: initial;
        margin-bottom: 30px;
        width: 80%;
        max-width: 372px;
      }
    }
    .widget_media_image:last-child {
      img {
        margin-bottom: 0;
      }
    }
  }

  .footer-navigation {
    .footer-section.widget_nav_menu {
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 16px;
      @media (min-width: 768px) {
        text-align: left;
      }

      .menu {
        > li {
          > a {
            font-size: 14px;
            font-weight: bold;
            @media (min-width: 1024px) {
              font-size: 1vw;
              margin-bottom: 10px;
              display: inline-block;
            }
          }
        }
        .sub-menu {
          a {
            font-size: 12px;
            font-weight: 500;
            @media (min-width: 1024px) {
              font-size: 0.8vw;
              margin-bottom: 10px;
              display: inline-block;
            }
          }
        }
      }
    }
  }
}

.copyright {
  font-size: 12px;
  @media (max-width:1024px) {
    margin-bottom: 60px;
  }
}

.footer-more-information {
  background-color: rgb(204, 158, 21) !important;
  @media (min-width: 1024px) {
    font-size: 1vw;
  }
}



@media (min-width: 768px) {
  .footer-navigation > .footer-section:last-child {
    grid-row: span 2 !important;
  }
}