.main-content {
  width: 100%;
  font-family: Montserrat;
  color: #505050;
}

.middle-div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.bluecorners1 {
  border-radius: 50px;
  background: linear-gradient(90deg, #cdd3f2 0%, #2b46bd 100%);
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 100px;
  color: white;
}

.bluecorners1 h1 {
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 40px;
}

.bluecorners1 h2 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 50px;
}

.bluecorners1 h3 {
  font-size: 2.5rem;
}

.bluecorners2 {
  border-radius: 50px;
  background: linear-gradient(-90deg, #cdd3f2 0%, #2b46bd 100%);
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
}

.bluecorners2 h2 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 50px;
}

.mockup2 {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  margin-bottom: -20px;
  right: 0;
}

.about-parent {
  margin-left: auto;
  margin-right: auto;
}

.about h2 {
  color: #2b46bd;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 50px;
}

.dashboard h2 {
  color: #2b46bd;
  font-size: 2rem;
  font-weight: 700;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #2b46bd;
  color: white;
}

.dashboard {
  margin: auto;
  margin-bottom: 200px;
  margin-top: 200px;
}

.dashboard-link {
  color: white;
  border-radius: 100px;
  background: #2b46bd;
  padding: 50px;
  border-style: none;
}

.dashboard-link h5 {
  font-weight: 700;
}

.gray-container {
  border-radius: 30px;
  background: #f2eded;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #505050;
  height: 70%;
  overflow: hidden;
}

.gray-container h4 {
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 993px) {
  p {
    font-size: 1rem;
  }

  .w80 {
    width: 93%;
  }

  .bluecorners2-inner {
    margin-left: auto;
    margin-right: 0
  }

  .main-logo {
    width: 30%;
  }

  .main-logo-img {
    margin-bottom: 20px;
    width: 65%;
  }

  .sub-logo-text {
    text-align: right;
    padding-right: 20px;
    font-size: 16px;
  }

  .sub-logo-row {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .logo-small-top {
    padding: 0;
    margin-top: -20px;
  }

  .bluecorners1 {
    width: 80%;
  }

  .bluecorners2 {
    width: 80%;
  }

  .about-parent {
    width: 80%;
    margin-top: 200px;
    margin-bottom: 100px;
  }

  .about {
    padding-right: 40px;
  }

  .dashboard-parent {
    margin-top: -50px;
  }

  .row.dashboard-parent {
    margin-left: 0px;
    margin-right: 0px;
  }

  .footer-content {
    width: 70%;
    margin: auto;
  }

  .logo-small {
    width: 140px;
    margin: auto;
  }

  .logo-small-img {
    width: 140px;
  }

  .logo-large {
    max-width: 280px;
    margin: auto;
    height: 140px;
    display: flex;
    justify-content: center;
  }

  .logo-large-img {
    width: 280px;
    max-width: 100%;
    object-fit: contain;
  }

  .mobile-only {
    display: none;
  }

  .desktop-only {
    display: block;
  }

  .duc-logo {
    height: 100%;
    max-width: 455px;
  }

  .duc-logo-large {
    height: 100%;
    max-width: 650px;
    width: 100%;
  }

  .about > div > h2 {
    font-size: 2.5em;
  }

  .about > div > p {
    font-size: 1.5em;
  }

  .dashboard {
    width: 40%;
  }

  .margin-desktop-1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .margin-reduced {
    margin:auto;
    margin-bottom: -20%;
  }
}

@media screen and (max-width: 992px) {
  html {
    font-size: 24px;
  }

  p {
    font-size: 1.5rem;
  }

  .w80 {
    width: 90%;
  }

  .middle-div {
    margin-top: 50px;
  }

  .main-logo {
    width: 90%;
  }

  .main-logo-img {
    margin-bottom: 20px;
    width: 80%;
  }

  .sub-logo-text {
    text-align: right;
    font-size: 25px;
  }

  .sub-logo-row {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .logo-small-top {
    padding: 0;
    left: 40px;
    top: -20px;
  }

  .bluecorners1 {
    width: 90%;
  }

  .bluecorners2 {
    width: 90%;
  }

  .bluecorners2-inner {
    margin: auto;
    margin-right: auto;
  }

  .about-parent {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .gray-container-parent {
    margin-bottom: -30%;
  }

  .dashboard-parent {
    margin-top: 250px;
  }

  .row.dashboard-parent {
    margin-left: 0px;
    margin-right: 0px;
  }

  .footer-content {
    width: 100%;
    margin: auto;
  }

  .logo-small {
    width: 50%;
    margin: auto;
  }

  .logo-small-img {
    width: 100%;
  }

  .logo-large {
    width: 50%;
    margin: auto;
    margin-top: 70px;
  }

  .logo-large-img {
    width: 100%;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .duc-logo {
    width: 100%;
  }

  .duc-logo-large {
    width: 100%;
  }

  .dashboard {
    width: 90%;
  }

  .margin-reduced {
    margin:auto;
    margin-bottom: -400px;
  }
}