.stats {
    width: 100%;
}

.stats__container {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 100px 0;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stats__romb {
    width: 100%;
    max-width: 630px;
    height: 100%;
    position: relative;
}

.stats__romb svg {
    height: 100%;
    width: 100%;
}

.stats__item {
    position: absolute;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.stats__item:nth-of-type(1) {
    top: 200px;
    left: -300px;
}

.stats__item:nth-of-type(2) {
    top: -121px;
    left: 30%;
}

.stats__item:nth-of-type(3) {
    bottom: 130px;
    right: -338px;
}

.stats__item p {
    font-family: Manrope;
    font-size: 150px;
    font-weight: 400;
    line-height: 225px;
    text-align: left;
    color: rgb(0, 65, 88);
}

.stats__item strong {
    color: rgb(0, 65, 88);
    font-family: Manrope;
    font-size: 52px;
    font-weight: 400;
    line-height: 58px;
    text-align: left;
    text-transform: uppercase;
}

.stats__contact {
  /* contact@remind.com */
}

.stats__contact a {
    color: #004158;
    text-decoration: none;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 68px;
    text-transform: uppercase;
}