.progress-section-holder {
    min-height: 79vh;
    /* background-image: url("../img/background.svg"); */
    background-color: var(--clr-primary-bg);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.holder-inputs {
    text-align: center;
    width: 237px;
    height: 41px;
    border: none;
    border-radius: 8px;
    border: solid 1px #d2d2d2;
    margin-right: 19px;
}

.holder-btns-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.holder-btns-wrapper > button {
    margin-right: 19px;
}