.how-to-achieve-the-program-objectives-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #f5f0e3;
}
 
.how-to-achieve-the-program-objectives-container2 {
  flex: 1;
  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;
}
 

 
.how-to-achieve-the-program-objectives-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;
}
 
.how-to-achieve-the-program-objectives-teal {
  top: 21em;
  left: 3em;
  width: 50%;
  height: 200px;
  display: flex;
  z-index: 1;
  position: absolute;
  align-items: flex-start;
  background-color: #8ac2c4;
}
 
.how-to-achieve-the-program-objectives-blue {
  top: 8em;
  left: 1em;
  width: 50%;
  height: 294px;
  display: flex;
  z-index: 2;
  position: absolute;
  align-items: flex-start;
  flex-direction: row;
  background-color: #64a2d8;
}
 
.how-to-achieve-the-program-objectives-purple {
  top: 24em;
  width: 199px;
  height: 133px;
  display: flex;
  z-index: 0;
  position: absolute;
  align-items: flex-start;
  background-color: #7b83aa;
}
 
.how-to-achieve-the-program-objectives-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;
}
 
.how-to-achieve-the-program-objectives-text10 {
  font-size: 3.2em;
  font-style: normal;
  font-family: "Cormorant Garamond";
  font-weight: 300;
  line-height: 1;
}
 
.how-to-achieve-the-program-objectives-li1 {
  width: 728px;
}
 
.how-to-achieve-the-program-objectives-text11 {
  line-height: 1.2;
}
 
.how-to-achieve-the-program-objectives-navlink1 {
  color: var(--dl-color-theme-primary1);
  font-style: normal;
  font-weight: 400;
}
 
.how-to-achieve-the-program-objectives-text16 {
  line-height: 1.2;
}
 
.how-to-achieve-the-program-objectives-navlink2 {
  color: var(--dl-color-theme-primary1);
  font-style: normal;
  font-weight: 400;
}
 
.how-to-achieve-the-program-objectives-text19 {
  line-height: 1.2;
}
 
.how-to-achieve-the-program-objectives-navlink3 {
  color: var(--dl-color-theme-primary1);
  font-style: normal;
  font-weight: 400;
}
 
.how-to-achieve-the-program-objectives-navlink4 {
  display: contents;
}
 
.how-to-achieve-the-program-objectives-container5 {
  top: 290px;
  right: 80px;
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  position: absolute;
  text-decoration: none;
  background-image: url("public/icons/icon-protip.svg");
  background-repeat: no-repeat;
}
 
.how-to-achieve-the-program-objectives-container5:hover {
  background-image: url("public/icons/icon-protip-hover.svg");
}
 
.how-to-achieve-the-program-objectives-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;
}
 
.how-to-achieve-the-program-objectives-navlink5 {
  display: contents;
}
 
.how-to-achieve-the-program-objectives-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;
}
 
.how-to-achieve-the-program-objectives-container7:hover {
  background-image: url("public/icons/icon-previous-hover.svg");
}
 
.how-to-achieve-the-program-objectives-navlink6 {
  display: contents;
}
 
.how-to-achieve-the-program-objectives-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;
}
 
.how-to-achieve-the-program-objectives-container8:hover {
  background-image: url("public/icons/icon-next-hover.svg");
}
