.about-page-content-wrapper {
  padding: 100px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 50px;
}

.about-flex-leos-container {
  /* padding: 100px; */
  width: 50%;
  /* background-color: yellow; */
}

.about-us-content-header {
  /* background-color: yellowgreen; */
  margin-bottom: 20px;
}

.about-us-content-header h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: var(--secondary-font);
  color: var(--primary-blue);
}

.about-us-content-header p {
  font-size: 2rem;
  font-weight: 600;
  font-family: var(--primary-font);
  color: #3d3d3d;
}

.about-use-content-des {
  font-family: var(--secondary-font);
  color: #3d3d3d;
}

.about-use-content-des p {
  margin-bottom: 10px;
  font-size: 1rem;
}

.abt-pg-vid-wrapper {
  width: 50%;
  background-color: lightskyblue;
  border-radius: 8px;
  height: 400px;
  overflow: hidden;
}

.abt-pg-vid-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.content-break-wrapper {
  height: 400px;
  width: 100%;
  background-image: url("../Assets/Images/DSC_7119.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.content-break-overlay {
  background-color: #000000b7;
  display: flex;
  align-items: center;
  padding: 100px;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.content-break-overlay h2 {
  font-size: 2.5rem;
  text-align: center;
  font-family: var(--primary-font);
}

@media (max-width: 867px) {
  .about-page-content-wrapper {
    padding: 50px 20px;
    flex-direction: column;
  }
  .about-flex-leos-container {
    width: 100%;
  }

  .about-us-content-header h2 {
    font-size: 1rem;
  }

  .about-us-content-header p {
    font-size: 2rem;
    /* background-color: yellow; */
  }

  .abt-pg-vid-wrapper {
    width: 100%;
    height: 300px;
  }

  .content-break-overlay {
    padding: 50px 20px;
  }

  .content-break-overlay h2 {
    font-size: 2rem;
  }
}
