.workflowtext {
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.workflowtext div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
    /* max-width: 400px !important; */
    margin: auto;
    /* background: rgba(26, 40, 48, 0.41); */
    border-radius: 0px;
    overflow: hidden;
    padding-bottom: 40px;
}

.workflowtext img {
    max-width: calc(min(80vw, 280px)) !important;
    max-height: 400px;
    width: auto;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    aspect-ratio: original;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 5px;
    /* background: green; */
}

.workflowtext span {
    padding-left: 30px;
    padding-right: 30px;
}

.workflowtext div:nth-child(odd) {
    /* flex-direction: row-reverse;

    span {
        border: none;
        border-radius: 0;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-right: 1px solid white;
    } */
}

h4 {

    font-size: 1.4rem;
    font-weight: 600;
    width: fit-content;
    margin: auto;
    position: relative;
    flex-basis: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    background-color: rgba(83, 112, 124, 0.513);
    background: linear-gradient(45deg,
            rgb(133, 53, 99),
            rgb(44, 128, 161)) border-box;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.407); */
    /* border-top: 1px solid rgba(255, 255, 255, 0.531); */
    padding: 10px;
    border-radius: 4px;

}

.workflowtext h4 {
    background: none;
}