.arrow {
    display: block;
}

.enzymatic-conversion {
    position: relative;
}

.conversion {
    display: inline-block;
    background-color: #007bff;
    /* Adjust the color */
    color: white;
    border: 2px solid #004a99;
    /* Dark border */
    border-radius: 10px;
    /* Rounded corners */
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 46px;
    width: 84%;
    ;
}

.enzymatic-conversion span:not(.arrow):not(.middle) {
    font-size: large;
}

.kit-composition {
    font-size: 17px;
}

.formula {
    display: none;
}