#kitDigital {
    z-index: 2;
    text-align: center;
    background-color: var(--ast-global-color-2);
    padding: 50px 20px;
}
#kitDitialLogos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 26px;
    justify-content: center;
    align-items: center;
}
#kitDigital > p {
    text-transform: uppercase;
    padding-bottom: 1em;
    margin-bottom: 1em;
    position: relative;
    color: #FFF;
}
#kitDigital > p:after {
    width: 40%;
    height: 1px;
    background: #FFF;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 30%;
}
#kitDitialLogos img {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 60px;
    width: auto;
}
#kitDitialLogos img.height2 {
    max-height: 50px;
}
