.nltextandphoto__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nltextandphoto__content {
  flex: 1;
  max-width: 37.5rem;
  order: 1;
}
.left-image .nltextandphoto__content {
  order: 2;
}
.nltextandphoto__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}
.nltextandphoto__text p + p {
  margin-top: 1rem;
}
.nltextandphoto__image {
  flex: 1;
  order: 2;
}
.left-image .nltextandphoto__image {
  order: 1;
}
.nltextandphoto__image img {
  width: 100%;
  height: auto;
}
.nltextandphoto ul, .nltextandphoto ol {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.nltextandphoto ul li, .nltextandphoto ol li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.3;
}
.nltextandphoto ul li::before, .nltextandphoto ol li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.5rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #72acaa;
  transform: rotate(45deg);
}
.nltextandphoto a {
  color: #212121;
  font-weight: 500;
}
.nltextandphoto a:hover {
  color: #72acaa;
}
@media (max-width: 61.99875em) {
  .nltextandphoto__container {
    flex-direction: column;
  }
  .nltextandphoto__content {
    max-width: 100%;
    order: 2;
  }
  .left-image .nltextandphoto__content {
    order: 2;
  }
  .nltextandphoto__image {
    order: 1;
  }
  .left-image .nltextandphoto__image {
    order: 1;
  }
}
@media (max-width: 20em) {
  .nltextandphoto {
    padding-top: 1.875rem;
  }
  .nltextandphoto {
    padding-bottom: 1.875rem;
  }
  .nltextandphoto__container {
    gap: 2.5rem;
  }
  .nltextandphoto p, .nltextandphoto ul, .nltextandphoto ol {
    font-size: 0.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  .nltextandphoto {
    padding-top: clamp( 1.875rem , 1.50462962963125rem  +  1.8518518519vw , 3.125rem );
  }
  .nltextandphoto {
    padding-bottom: clamp( 1.875rem , 1.50462962963125rem  +  1.8518518519vw , 3.125rem );
  }
  .nltextandphoto__container {
    gap: clamp( 2.5rem , 2.12962962963125rem  +  1.8518518519vw , 3.75rem );
  }
  .nltextandphoto p, .nltextandphoto ul, .nltextandphoto ol {
    font-size: clamp( 0.9375rem , 0.91898148148125rem  +  0.0925925926vw , 1rem );
  }
}
@media (min-width: 87.5em) {
  .nltextandphoto {
    padding-top: 3.125rem;
  }
  .nltextandphoto {
    padding-bottom: 3.125rem;
  }
  .nltextandphoto__container {
    gap: 3.75rem;
  }
  .nltextandphoto p, .nltextandphoto ul, .nltextandphoto ol {
    font-size: 1rem;
  }
}