.multistep-process {}

.multistep-process__wrapper {
    max-width: 1440px;
}

.multistep-process__wrapper p {
    font-size: 18px;
    letter-spacing: -0.18px;
    line-height: 31px;
    margin: 30px 0px;
}

.multistep_process__header {
    margin-left: 120px;
    margin-bottom: 30px;
}


.multistep-process__wrapper ol {
    border-left-width: 3px;
    border-left-style: solid;
    list-style: none;
    margin-left: 25px;
    padding: 0px;
}

.multistep-process__wrapper ol li {
    font-size: 18px;
    letter-spacing: -0.18px;
    line-height: 24px;
    margin: 30px 0px;
    -webkit-align-items: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

.multistep-process__wrapper ol li:first-child > div:first-child {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}


.multistep-process__button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.multistep-process__button {
    height: 36px;
    margin-right: 40px;
    flex: inherit;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 20px;
}

.ordered-steps {
    border: 4px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding-top: 5px;
    margin-left: -26px;
    margin-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.ordered-steps:last-of-type {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
}

.download__button {
    width: 300px;
}


.download__button:hover span{
    color: var(--secondary_color);
}

.download-icon {
  margin-right: 10px;
}

.primary-button, .secondary-button {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 0px;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    min-width: 10.375rem;
    height: 2.25rem;
    vertical-align: middle;
    font-weight: 700;
}

.white {
  color: rgb(255, 255, 255);
}

@media (min-width:800px) {  
    .multistep-process__wrapper ol li {
        margin-bottom:  1rem;
    }
}

@media (min-width:1100px) {  
    .multistep-process__wrapper ol li {
        margin-bottom:  1rem;
    }
}

@media only screen and (max-width: 800px) {
    .multistep-process__button-container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 14px;
        margin-right: 14px;
    }

    .multistep-process__button {
        width: 100%;
        margin: 10px 0;
        padding: 1.5em;
    }
}

@media only screen and (max-width: 599px) {
    .multistep-process { 
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .multistep-process__wrapper  li span,
    .multistep-process__wrapper li div,
    .multistep-process__wrapper li p {
        font-size: 15px;
        letter-spacing: -0.18px;
        line-height: 20px;
    }
}
  
  