.order-bot .container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}

.order-bot-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* Section text */

.order-bot-heading {
    margin-bottom: 45px;
}

.order-bot-paragraph {
    position: relative;
    font-weight: 500;
    max-width: 506px;
}
