.cover-container1 {
  width: 100%;
  display: flex;
  max-height: 800px;
  min-height: 100vh;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #f5f0e3;
}
 
.cover-container2 {
  flex: 1;
  width: 100%;
  display: flex;
  max-width: 1440px;
  align-self: flex-start;
  max-height: 768px;
  align-items: flex-start;
  background-size: cover;
  justify-content: flex-start;
  background-image: radial-gradient(circle at right, rgba(0, 0, 0, 0.2) 3.00%,rgba(245, 240, 227, 0.8) 37.00%),url("./public/images/project-leaders-1500w.png");
  background-repeat: no-repeat;
  background-position: top,center;
}
 

 
.cover-container3 {
  width: 10%;
  height: 100%;
  display: flex;
  position: relative;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 4em;
  padding-left: 2em;
  flex-direction: column;
}
 
.cover-container4 {
  gap: 20px;
  flex: 0 0 auto;
  width: 78%;
  height: auto;
  display: flex;
  min-width: 78%;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 0px;
  flex-direction: column;
  justify-content: center;
}
 
.cover-text1 {
  font-style: normal;
  font-weight: 400;
}
 
.cover-heading {
  width: 100%;
  font-size: 80px;
  font-style: normal;
  font-family: "Cormorant Garamond";
  font-weight: 300;
  line-height: 1;
  padding-top: 1em;
  text-transform: uppercase;
}
 
.cover-text2 {
  font-style: normal;
  font-family: "Cormorant Garamond";
  font-weight: 300;
}
 
.cover-text3 {
  font-style: normal;
  font-family: "Cormorant Garamond";
  font-weight: 300;
}
 
.cover-text4 {
  font-style: normal;
  font-family: "Cormorant Garamond";
  font-weight: 300;
}
 
.cover-text6 {
  font-style: normal;
  font-family: "Cormorant Garamond";
  font-weight: 300;
}
 
.cover-text8 {
  font-style: normal;
  font-family: "Cormorant Garamond";
  font-weight: 300;
}
 
.cover-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;
}
 
.cover-container6 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  background-repeat: no-repeat;
}
 
.cover-navlink {
  display: contents;
}
 
.cover-container7 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  background-image: url("https://becourageousleadership.com/digital-credentials-playbook/public/icons/icon-next.svg");
  background-repeat: no-repeat;
}
 
.cover-container7:hover {
  background-image: url("https://becourageousleadership.com/digital-credentials-playbook/public/icons/icon-next-hover.svg");
}
