p.sect{
    line-height: 1.2;
    letter-spacing: 0;
}
.max-width-icon-50{
    max-width: 50px;
    max-height: 50px;
}
.key-benefits-box{
    padding-left: 25px !important;
    padding-right: 25px !important;
    border-left: solid 1px #E1E1E1;
}
.no-border-left{
    border-left: none !important;
}
.row-negative-25{
    margin-left: -25px;
    margin-right: -25px;
}
.box-shadow-around{
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}
.ai-moderated-steps-box{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.big-digit{
    font-size: 5.875rem;
}
.what-is-delivered-item-img-container {
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    box-shadow: 0px 4px 16px 0px rgba(0, 40, 40, 0.08);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}

.what-is-delivered-item-img-container {
    max-width: 90px;
    min-width: 90px;
    max-height: 90px;
    min-height: 90px;
    padding: 15px;
}

.what-is-delivered-item-img-container svg.icon{
    width: 50px;
    height: 50px;
}

@media(max-width: 768px) {
    .what-is-delivered-item-img-container {
        min-height: 100%;
        max-height: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}
.results-in-hours{
    position: absolute;
    top: 0;
    margin-top: 24px;
    right: 0;
    margin-right: 24px;
    z-index: 3;
    background: white;
    border-radius: 4px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    padding: 8px;
    font-weight: 600;
    margin-bottom: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.results-in-hours svg{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.font-12{
    font-size: 12px !important;
}
@media(max-width: 768px){
    .key-benefits-box{
        border: 0px;
    }
    .results-in-hours{
        top: auto;
        bottom: 0px;
        margin-top: 0px;
        margin-bottom: 24px;
    }
}

.inno-how-works-column {
    background: white;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.inno-how-works-column {
    padding: 24px;
}

.inno-how-works-column p.sect {
    line-height: 21px;
}

.inno-how-works-column .big-digit {
    font-size: 64px;
    margin-bottom: 0px;
    line-height: 1;
}
.sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: super;
}
