.program-launch-review-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #f5f0e3;
}
 
.program-launch-review-container2 {
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1440px;
  align-self: flex-start;
  max-height: 768px;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #f5f0e3;
}
 

 
.program-launch-review-container3 {
  width: 20%;
  height: 100%;
  display: flex;
  position: relative;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 4em;
  padding-left: 2em;
  flex-direction: column;
}
 
.program-launch-review-blue {
  top: 14em;
  left: 3em;
  width: 162px;
  height: 260px;
  display: flex;
  z-index: 1;
  position: absolute;
  align-items: flex-start;
  flex-direction: row;
  background-color: #64a2d8;
}
 
.program-launch-review-teal {
  left: 27px;
  width: 50%;
  bottom: -423px;
  height: 143px;
  display: flex;
  z-index: 2;
  position: absolute;
  align-items: flex-start;
  background-color: #8ac2c4;
}
 
.program-launch-review-purple {
  top: 22em;
  left: 1em;
  width: 50%;
  height: 240px;
  display: flex;
  z-index: 0;
  position: absolute;
  align-items: flex-start;
  background-color: #7b83aa;
}
 
.program-launch-review-container4 {
  gap: 10px;
  flex: 0 0 auto;
  width: 68%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding-top: 4em;
  padding-left: 0px;
  flex-direction: column;
  justify-content: center;
}
 
.program-launch-review-text10 {
  font-size: 3.2em;
  font-style: normal;
  font-family: "Cormorant Garamond";
  font-weight: 300;
  line-height: 1;
}
 
.program-launch-review-container5 {
  flex: 0 0 auto;
  display: block;
  padding-top: var(--dl-space-space-unit);
}
 
.program-launch-review-text11 {
  display: block;
  font-size: 1.5em;
  line-height: 1.2;
}
 
.program-launch-review-link {
  color: var(--dl-color-theme-primary1);
  text-decoration: underline;
}
 
.program-launch-review-text15 {
  font-size: 1.5em;
  font-style: normal;
  margin-top: var(--dl-space-space-halfunit);
  font-weight: 400;
  line-height: 1.2;
}
 
.program-launch-review-ul1 {
  margin-top: 0em;
  margin-bottom: 0em;
}
 
.program-launch-review-li3 {
  line-height: 1;
}
 
.program-launch-review-text18 {
  line-height: 1.2;
}
 
.program-launch-review-text19 {
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
 
.program-launch-review-ul2 {
  margin-top: 0em;
  margin-bottom: 0em;
}
 
.program-launch-review-container6 {
  gap: var(--dl-space-space-halfunit);
  flex: 0 0 auto;
  width: 12%;
  height: 100%;
  display: flex;
  align-self: flex-end;
  align-items: center;
  flex-direction: row;
  padding-bottom: 1.4em;
  justify-content: flex-start;
}
 
.program-launch-review-navlink1 {
  display: contents;
}
 
.program-launch-review-container7 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  background-image: url("public/icons/icon-previous.svg");
  background-repeat: no-repeat;
}
 
.program-launch-review-container7:hover {
  background-image: url("public/icons/icon-previous-hover.svg");
}
 
.program-launch-review-navlink2 {
  display: contents;
}
 
.program-launch-review-container8 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  background-image: url("public/icons/icon-next.svg");
  background-repeat: no-repeat;
}
 
.program-launch-review-container8:hover {
  background-image: url("public/icons/icon-next-hover.svg");
}
