@media screen and (max-width: 991px) {
  .Fcontainer, .Fblockcontainer {
    max-width: none;
  }

 .link-1 {
    height: 160px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
.Fcontainer,
  .Fblockcontainer,
  .container-7 {
    max-width: 100%;
    width: 100%;
  }

.container-8,
.container-10,
.container-11,
.container-14,
.container-15,
.container-20 {
  padding-left: 20px;
  padding-right: 20px;
}

  .heading-2 {
    width: 100%;
    max-width: 380px;
  }

  .paragraph {
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
  }
  
  .grid-30 {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 0 20px;
    padding-left: 0;
  }

    .div-block-10 {
      grid-template-columns: 1fr;
      grid-auto-flow: row;
    }
  
    .div-block-11 {
      width: 100%;
      order: 1;
    }
    .div-block-12 {
      order: 2;
    }
  
    .div-block-13 {
      order: 3;
    }
  
    .div-block-14 {
      order: 4;
    }
    .div-block-13,
    .div-block-14 {
      height: auto;
    }

  .grid-30>* {
    width: 100%;
    max-width: 100%;
  }

  .div-block-15 {
    margin-right: 0;
  }

    .text-block-52 {
      padding-left: 16px;
    }

    .hero-row {
      flex-direction: column;
    }
  
    .div-block-8 {
      width: 100%;
    }
  
    .about-block {
      width: 100%;
      justify-content: center;
    }

    .grid-9 {
      grid-template-columns: 1fr;
    }
  
    .div-block {
      width: 100%;
      order: 1;
    }
  
    .image-15 {
      /*order: 2;
      width: 100%;
      padding-right: 0;*/
      display: none;
    }

  .text-block-113 {
    padding-left: 20px;
  }

  .text-block-114 {
    padding-left: 20px;
  }
 
  .image-27, .image-33 {
      width: 100%;
      max-width: 100%;
      height: auto;
  }
 
  /* Footer */
     .grid-12 {
       display: flex;
       flex-wrap: nowrap;
       align-items: center;
       justify-content: space-between;
       column-gap: 8px;
       padding-top: 24px;
       padding-bottom: 16px;
       margin: 0 12px;
     }
  
     .text-block-7 {
       font-size: 14px;
       white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis;
     }
  
     .grid-end {
       flex: 0 0 auto;
     }

    /*.grid-16,
    .grid-16.page,
    .grid-16.page.smallwoods {
      grid-template-columns: 1fr;
    }*/
        .grid-16 {
          grid-template-columns: repeat(4, 1fr);
          column-gap: 6px;
          width: 100%;
          margin-top: 16px;
        }
    
        .grid-16.page,
        .grid-16.page.smallwoods {
          grid-template-columns: repeat(5, 1fr);
        }
    
        .grid-16 .text-block-19,
        .grid-16 .text-block-18,
        .grid-16 .text-block-17,
        .grid-16 .text-block-16,
        .grid-16 .text-block-15 {
          margin-left: 0;
          padding-left: 2px;
          padding-right: 2px;
          font-size: 12px;
          line-height: 1.3;
          overflow-wrap: break-word;
          min-width: 0;
          justify-self: stretch;
        }
  
    .grid-54 {
      flex-direction: column;
      align-items: center;
    }
  
    .image-45 {
      width: 100%;
      max-width: 100%;
      height: auto;
      margin-right: 0;
    }
}


@media screen and (max-width: 479px) {
  .grid-55 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: nowrap;
      gap: 6px;
      margin: 8px 14px;
      padding-left: 16px;
      padding-right: 16px;
    }
  
    .grid-55>div:empty {
      display: none;
    }

        .about-block {
          display: none;
        }
    
        .div-block-8 {
          padding: 24px;
        }

        /* Hero — photo removed, text stays stacked under heading
        .about-block {
          display: none;
          /* ← new rule 
        }*/

        .grid-9 {
          grid-template-columns: 1fr;
        }
    
        .div-block {
          width: 100%;
        }

    .image-35 {
      width: 28px;
      padding-top: 0;
      flex: 0 0 auto;
    }
  
    .text-block-106.grid-name {
      font-size: 16px;
      padding-left: 6px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      flex: 1 1 auto;
      min-width: 0;
    }
  
    .link-13,
    .link-14 {
      font-size: 14px;
      white-space: nowrap;
      flex: 0 0 auto;
    }
  
    .link-14 {
      padding-left: 4px;
    }
    
    .Fcontainer,
    .Fblockcontainer,
    .container-7 {
      max-width: 100%;
      width: 100%;
    }
  
  .text-block-52{
    padding-left: 14px;
  }

  .link-1 {
    font-size: 16px;
    padding: 16px;
  }
/*  .grid-16,
  .grid-16.page,
  .grid-16.page.smallwoods {
    grid-template-columns: 1fr;
  }*/

  .container-7 {
    align-items: stretch;
    padding: 32px 20px 0;
  }
  
    .div-block-9 {
      width: 100%;
    }


/*  .grid-54 {
    flex-direction: column;
    align-items: center;
  }*/

  .image-15 {
    display: none;
  }

  .image-45 {
    margin-right: 0;
    width: 100%;
    max-width: 320px;
  }

  .text-block-7 {
    font-size: 12px;
  }

}




/* Grid-position utility classes */
.grid-end {
  justify-self: end;
}

.grid-center {
  place-self: center;
}

.grid-end-center {
  place-self: end center;
}

.grid-end-start {
  place-self: end start;
}

.grid-start {
  justify-self: start;
}

.grid-auto-start {
  place-self: auto start;
}

.grid-end-only {
  place-self: end;
}

.grid-footer {
  align-self: center;
}

.grid-name {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end start;
}

.grid-resume {
  place-self: start end;
}

.grid-image-center-end {
  place-self: center end;
}

.grid-image-start {
  place-self: start;
}

.grid-auto-end {
  place-self: auto end;
}

.grid-center-start {
  place-self: center start;
}

.grid-start-center {
  place-self: start center;
}
