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

 
.why-a-digital-credentials-program-container3 {
  gap: 20px;
  flex: 0 0 auto;
  width: 70%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding-top: 4em;
  padding-left: 2em;
  flex-direction: column;
  justify-content: center;
}
 
.why-a-digital-credentials-program-text10 {
  font-size: 3.2em;
  font-style: normal;
  font-family: "Cormorant Garamond";
  font-weight: 300;
  line-height: 1;
}
 
.why-a-digital-credentials-program-text11 {
  font-size: 1.5em;
  line-height: 1.2;
  padding-bottom: var(--dl-space-space-unit);
}
 
.why-a-digital-credentials-program-text13 {
  font-style: normal;
  font-weight: 400;
}
 
.why-a-digital-credentials-program-text15 {
  font-style: normal;
  font-weight: 400;
}
 
.why-a-digital-credentials-program-text17 {
  font-style: normal;
  font-weight: 400;
}
 
.why-a-digital-credentials-program-text19 {
  font-style: normal;
  font-weight: 400;
}
 
.why-a-digital-credentials-program-container4 {
  width: 28%;
  height: 100%;
  display: flex;
  position: relative;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 4em;
  padding-right: -10em;
  flex-direction: column;
}
 
.why-a-digital-credentials-program-teal {
  top: 24em;
  right: -8em;
  width: 74%;
  height: 85px;
  display: flex;
  z-index: 2;
  position: absolute;
  align-items: flex-start;
  background-color: #8ac2c4;
}
 
.why-a-digital-credentials-program-blue {
  top: 18em;
  right: -8em;
  width: 60%;
  height: 103px;
  display: flex;
  z-index: 0;
  position: absolute;
  align-items: flex-start;
  flex-direction: row;
  background-color: #64a2d8;
}
 
.why-a-digital-credentials-program-purple {
  top: 8em;
  right: -9em;
  width: 139px;
  height: 262px;
  display: flex;
  z-index: 2;
  position: absolute;
  align-items: flex-start;
  background-color: #7b83aa;
}
 
.why-a-digital-credentials-program-container5 {
  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;
}
 
.why-a-digital-credentials-program-navlink1 {
  display: contents;
}
 
.why-a-digital-credentials-program-container6 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  background-image: url("public/icons/icon-previous.svg");
  background-repeat: no-repeat;
}
 
.why-a-digital-credentials-program-container6:hover {
  background-image: url("public/icons/icon-previous-hover.svg");
}
 
.why-a-digital-credentials-program-navlink2 {
  display: contents;
}
 
.why-a-digital-credentials-program-container7 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  text-decoration: none;
  background-image: url("public/icons/icon-next.svg");
  background-repeat: no-repeat;
}
 
.why-a-digital-credentials-program-container7:hover {
  background-image: url("public/icons/icon-next-hover.svg");
}
