.destin-mission-section {
      background-color: var(--primary-400);
}
.destin-content-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 50px 0px;

  }
  @media (max-width:980px) {
    .destin-content-container {
       display: block;
  
    }
  }
  
  /* .mission-content {
    width: 50%;
    flex: 0 0 50%;
  } */
  .mission-content-title {
    font-size: clamp(1.5rem, 0.6923rem + 2.6923vw, 2.375rem);
    font-weight: 700;
  color: var(--text-white);
  }
  .mission-content-des {
    font-size: var(--text-normal);
    font-weight: 500;
    line-height: 1.5em;
    color: var(--text-white);
  }
  
  .mission-image-wrapper {
      width: 100%;
      flex: 1 1 50%;
      text-align: right;
  }
  @media (min-width: 1024px) {
    .mission-image-wrapper {
      width: 100% !important;
    }
  }
  
  .mission-image-wrapper img {
    max-width: 450px;
      width: 80%;
  }
  
 

  
  /* Add more specific CSS rules to fine-tune the appearance and positioning of elements as needed */