@media (max-width: 1300px) {
  .hero-section1,
  .strategy-section,
  .organization-section,
  .purpose-section,
  .people-section,
  .sustainability-section,
  .final-cta-section {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  /* Prevent horizontal overflow */
  body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

  .mobile-only {
    display: block;
  }

  .hero-h1 {
    display: none;
  }

  .mobile-hero {
    position: absolute;
    left: 0;
    padding-left: 20px;
    margin-top: 130px;
  }

  .mobile-hero-h1 {
    display: block;
    font-size: 30px;
    color: white;
    font-family: 'LexiaRegular', sans-serif;
    font-weight: 400;
  }

  /* HERO SECTION MOBILE */
  .hero-section1 {
    padding: 50px 20px;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero-container1 {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: none;
    margin-bottom: 0;
    width: 100%;
  }

  .hero-content1 {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }

  .hero-title {
    display: none;
  }

  .hero-text {
    font-size: 17px;
    margin-bottom: 0;
  }

  .hero-media {
    width: 100%;
    margin-top: 24px;
    flex: none;
  }

  .video-container {
    max-width: 100%;
    height: 199px;
  }

  .play-button {
    width: 73px;
    height: 73px;
  }

  .play-button svg {
    width: 73px;
    height: 73px;
  }

  /* STRATEGY SECTION MOBILE */
  .strategy-section {
    padding: 50px 20px;
    background-color: #ffffff;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .strategy-container {
    gap: 21px;
    width: 100%;
  }

  .strategy-intro {
    gap: 21px;
  }

  .strategy-title {
    font-size: 22px;
    margin-bottom: 0;
    color: #7e2755;
  }

  .strategy-description {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .strategy-cards {
    grid-template-columns: 1fr;
  }

  .strategy-card {
    padding: 0;
    gap: 12px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
    position: relative;
    background-color: #ffff;
    width: 100%;
    max-width: 100%;
    height: 150px;
  }

  .strategy-card:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #d9d9d9;
  }

  .strategy-card:last-child {
    padding-bottom: 0;
  }

  .strategy-icon {
    width: 73px;
    height: 73px;
    flex-shrink: 0;
    margin-right: 12px;
  }

  .strategy-card-title {
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 0;
    color: #8f1a62;
  }

  .strategy-card-list {
    margin-top: 0;
  }

  .strategy-card-list li {
    margin-bottom: 10px;
  }

  .strategy-card .strategy-icon {
    flex: 0 0 73px;
    margin-right: 12px;
  }

  .strategy-card .strategy-card-title {
    flex: 1;
    margin-left: 0;
    margin-bottom: 12px;
  }

  .strategy-card .strategy-card-list {
    flex: 1;
    margin-left: 0;
    width: 100%;
  }

  .strategy-card-list {
    gap: 0;
  }

  .strategy-card-list li {
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
  }

  .strategy-card-list li::before {
    color: #e6ae3b;
  }

  /* ORGANIZATION SECTION MOBILE */
  .organization-section {
    padding: 50px 20px;
    background-color: #ebebeb;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .organization-title {
    font-size: 22px;
    color: #8f1a62;
  }

  .organization-description {
    display: none;
  }

  .organization-container {
    width: 100%;
    gap: 24px;
  }

  .caroussel-buttons {
    width: 100%;
    height: 210px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    z-index: 20;
  }

  .caroussel-button {
    background-color: #BF286E;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 100%;
    transition: transform 1s ease;
  }

  .caroussel-button:active {
    transform: scale(0.8);
  }

  .caroussel-item--active {
    display: block !important;
  }

  .caroussel-item--off {
    display: none !important;
  }

  .caroussel-button img {
    width: 20%;
  }

  .therapeutic-card {
    position: relative;
  }

  .therapeutic-areas {
    grid-template-columns: 1fr;
    gap: 24px;
    position: relative;
  }

  .therapeutic-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }

  .therapeutic-image {
    height: 210px;
    width: 100%;
  }

  .therapeutic-content {
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .therapeutic-title {
    font-family: 'LexiaBold', sans-serif;
    font-size: 22px;
    margin-bottom: 0;
    color: #7e2755;
  }

  .therapeutic-text {
    font-size: 17px;
    margin-bottom: 16px;
  }

  .therapeutic-link {
    font-size: 17px;
    font-weight: 700;
    text-decoration: underline;
    color: #bf286e;
  }

  /* PURPOSE SECTION MOBILE */
  .purpose-section {
    padding: 50px 20px;
    background-color: #ffffff;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .purpose-title {
    font-size: 22px;
    color: #8f1a62;
    order: -1;
  }

  .purpose-container {
    width: 100%;
  }

  .purpose-content {
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }

  .purpose-gallery {
    flex: 1;
    width: 100%;
    max-width: 100%;
  }
  
  .gallery-column {
    flex: 1;
    order: 1;
  }

  .gallery-column:first-child {
    flex: 0 0 150px;
  }

  .gallery-column:last-child {
    flex: 1;
  }

  .purpose-text-content {
    gap: 24px;
    display: contents;
  }

  .purpose-intro {
    font-size: 17px;
    order: -1;
  }

  .purpose-subtitle {
    font-size: 17px;
    color: #9b9b9b;
  }

  .purpose-text {
    font-size: 17px;
    color: #1f1f1e;
  }

  .purpose-divider {
    height: 1px;
  }

  .purpose-subsection {
    gap: 4.957px;
  }

  /* PEOPLE SECTION MOBILE */
  .people-section {
    padding: 50px 20px;
    background-color: #ebebeb;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .people-container {
    width: 100%;
    max-width: 100%;
  }

  .people-content {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    min-width: 0 !important;
    align-items: start !important;
  }

  .people-text {
    display: contents;
    gap: 24px;
  }

  .people-image {
    flex: 1;
    width: 100%;
    order: 1;
    height: 210px;
    overflow: hidden;
  }

  .people-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .people-title {
    font-size: 22px;
    color: #8f1a62;
    order: -1;
  }

  .people-description {
    font-size: 17px;
    order: 3;
  }

  .people-section .cta-button {
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    color: #1f1f1e;
    text-decoration: underline;
    cursor: pointer;
    order: 4;
  }

  .people-section .cta-button .cta-icon {
    width: 16px;
  }

  .people-section .cta-button:hover {
    opacity: 0.7;
  }

  /* SUSTAINABILITY SECTION MOBILE */
  .sustainability-section {
    padding: 50px 20px;
    background-color: #ffffff;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .sustainability-container {
    width: 100%;
    max-width: 100%;
  }

  .sustainability-content {
    flex-direction: column;
    gap: 24px;
    width: 100%;
    min-width: 0 !important;
    align-items: start;
  }

  .sustainability-text {
    order: 1;
    display: contents;
    flex-direction: column;
    gap: 24px;
  }

  .sustainability-image {
    flex: 1;
    width: 100%;
    order: 0;
  }

  .sustainability-title {
    font-size: 22px;
    color: #7e2755;
    order: -1;
  }

  .sustainability-description {
    font-size: 17px;
    order: 2;
  }

  .sustainability-section .cta-button {
    width: auto;
    background-color: transparent;
    border: none;
    padding: 0;
    justify-content: flex-start;
    font-size: 17px;
    font-weight: 700;
    color: #1f1f1e;
    text-decoration: underline;
    cursor: pointer;
    order: 3;
  }

  .sustainability-section .cta-button .cta-icon {
    width: 16px;
  }

  .sustainability-section .cta-button:hover {
    opacity: 0.7;
  }

  /* FINAL CTA SECTION MOBILE */
  .final-cta-section {
    padding: 50px 20px;
    background-color: #e6ae3b;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .final-cta-container {
    flex-direction: column;
    gap: 48px;
    width: 100%;
  }

  .final-cta-content {
    flex: 1;
    width: 100%;
    order: 1;
  }

  .final-cta-title {
    font-size: 22px;
    color: #1f1f1e;
  }

  .final-cta-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .cta-button-large {
    width: 100%;
    justify-content: center;
    font-size: 17px;
    background-color: transparent;
    color: #1f1f1e;
    border: 1px solid #1f1f1e;
    padding: 16px 24px;
  }

  .cta-button-large .cta-icon {
    width: 18px;
    height: 24px;
  }

  .final-cta-image {
    flex: 1;
    width: 100%;
    order: 2;
  }

  .final-cta-image img {
    height: 218px;
    object-fit: cover;
  }
}
