.top, .deuxmin, .detail {
    background-color: var(--main-color);
    padding: 80px 20px;
}

.deuxmin {
    background-color: var(--pastel-color-1);
    color: black;
}

.top .maxwidth {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top h1 {
    margin: 0;
    font-size: 60px;
    font-weight: bold;
    margin-top: -100px;
    text-transform: uppercase;
    text-align: center;
}

.top h1 span {
    font-size: 20px;
    opacity: 90%;
    display: block;
    margin: 10px 0px;
}

.top h1 span.litle {
    font-size: 20px;
    transform: translate(10px, 65px);
    display: block;
    margin: 0;
}

.top h2 {
    font-size: 25px;
    font-weight: normal;
    opacity: 80%;
    text-align: center;
}

.top p.info {
    opacity: 70%;
    text-align: center;
}

.ctacontainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.cta, .secondcta {
    background-color: var(--main-cta);
    padding: 10px 25px;
    border-radius: 30px;
    color: var(--second-color);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 20px;
    text-align: center;
    display: flex;
    margin-left: 0;
}

.secondcta {
    background-color: var(--second-color);
    color: white;
    opacity: 95%;
}

.detail {
    background-color: var(--pastel-color-2);
    padding-top: 70px;
    color: black;
}

.detailcards {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 50px;
}

.detailcard {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 350px;
    margin: 30px 10px;
}

.detailcard p {
    margin: 0;
    padding: 0;
}

.detailcard .number {
    font-size: 80px;
    font-weight: bold;
    opacity: 100%;
    margin-right: 5px;
}

.detailcard .desc {
    font-size: 20px;
    font-weight: bold;
    opacity: 100%;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.detailcard p {
    font-size: 13px;
    opacity: 80%;
}

.deuxmin {
    padding-top: 70px;
}

.deuxmin h1, .detail h1 {
    margin: 0;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
}

.deuxminscontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.deuxmincontainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    margin: 10px auto;
}

.deuxmincontainer img {
    width: 30px;
    opacity: 95%;
    margin-right: 20px;
    flex-shrink: 0;
}

.deuxmincontainer p {
    font-size: 18px;
}

@media only screen and (min-width: 900px) {
  .top .maxwidth {
    align-items: start;
  }

  .top h1 {
    font-size: 90px;
    text-align: left;
  }

  .top h2 {
    text-align: left;
    font-size: 25px;
  }

  .top p.info {
    text-align: left;
  }

  .top h1 span.litle {
    transform: translate(10px, 110px);
  }

  .top h1 span {
    display: inline;
    margin: 10px 0px;
  }

  .ctacontainer {
    flex-wrap: nowrap
  }

  .top, .deuxmin, .detail {
    padding: 150px 20px;
  }
}
