.desktop-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.desktop-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  padding-top: 24px;
  justify-content: flex-start;
}
.desktop-container3 {
  flex: 0 0 auto;
  width: 222px;
  height: 52px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.desktop-image1 {
  width: 200px;
  object-fit: cover;
}
.desktop-container4 {
  gap: 16px;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  align-self: center;
  align-items: center;
  padding-top: 64px;
  flex-direction: column;
  padding-bottom: 32px;
}
.desktop-text1 {
  color: #0e0c38;
  font-size: 46px;
  text-align: center;
  font-family: "Plus Jakarta Sans";
}
.desktop-text2 {
  color: #666666;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  line-height: 1.8;
}
.desktop-container5 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: 16px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.desktop-image2 {
  width: 100%;
  object-fit: cover;
  padding-top: 16px;
  border-radius: 8px;
  padding-bottom: 48px;
  height: auto;
  overflow: hidden;
}
@media(max-width: 991px) {
  .desktop-container1 {
    padding: var(--dl-space-space-unit);
  }
  .desktop-container2 {
    padding-top: var(--dl-space-space-unit);
  }
  .desktop-text1 {
    font-size: 40px;
  }
  .desktop-image2 {
    padding-bottom: var(--dl-space-space-oneandhalfunits);
    max-width: 991px;
    height: 660px;
  }
  
  .desktop-container5 {
    max-width: 991px;
  }
}

@media(max-width: 479px) {
  .desktop-text1 {
    font-size: 30px;
  }

  .desktop-container5 {
    max-width: 479px;
  }

  .desktop-image2 {
    padding-bottom: 16px;
    padding-top: 16px;
    max-width: 479px;
    height: 319px;
  }
}

.image-rounded {
  border-radius: 8px!important;
}

.button-container {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.cta-button {
  color: #FFFFFF;
  text-decoration: none;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 8px;
  background-color: #003EFF;
}

.cta-button:hover {
  background-color: #5501D6;
}


