.section-hire-with-total-control {
    padding: 144px 96px;
    background-color: #35342E;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 96px;
}





.hire-with-total-control-steps-right {
    width: 564px;
    /*height: 464px;*/
    display: flex;
    flex-direction: column;
}

.hire-with-total-control-steps-row {
    display: flex;
    flex-direction: row;
}

.hire-with-total-control-step {
    width: 100%;
    /*width: 512px;*/
    height: 196px;
    border: #494842 solid 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
    color: #F8F8EE;
}

.hire-with-total-control-step-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hire-with-total-control-step-content {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    font-size: 16px;
    gap: 8px;
}

.hire-with-total-control-step-title {
    font-weight: 600;
}

.hire-with-total-control-step-description {
    font-weight: 300;
    opacity: 0.7;
    padding-right: 28px;
}

.hire-with-total-control-step-icon {
    padding-left: 6px;
    width: 32px;
    height: 32px;
}

.hire-with-total-control-brackets {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 6px;
    width: 44px;
}

.hire-with-total-control-bracket-upper-left {
    width: 6px;
    border-top: 1px solid #F8F8EE;
    border-left: 1px solid #F8F8EE;
}

.hire-with-total-control-bracket-upper-right {
    width: 6px;
    border-top: 1px solid #F8F8EE;
    border-right: 1px solid #F8F8EE;
}

.hire-with-total-control-lower-left {
    width: 6px;
    border-bottom: 1px solid #F8F8EE;
    border-left: 1px solid #F8F8EE;
}

.hire-with-total-control-lower-right {
    width: 6px;
    border-bottom: 1px solid #F8F8EE;
    border-right: 1px solid #F8F8EE;
}
