.how-block {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .how-block {
        justify-content: space-between;
    }
}

@media (max-width: 845px) {
    .how-block {
        justify-content: space-between;
    }
}

@media (max-width: 700px) {
    .how-block {
        flex-direction: column;
    }
}

.how-info, .how-final {
    max-width: 430px;
    width: 100%;
}

.how-info {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1120px) {
    .how-info, .how-final {
        max-width: 100%;
    }
}

.investment {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 10px;
}

.investment p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    margin: 0 !important;
}

@media (max-width: 420px) {
    .investment p {
        font-size: 13px !important;
        line-height: 28px;
    }
}

.investment div {
    display: block;
    padding: 5px;
    border: 2px solid #000000;
    border-radius: 10px;
    text-align: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    max-width: 120px;
    width: 100%;
}

@media (max-width: 420px) {
    .investment div {
        font-size: 16px !important;
        line-height: 28px;
    }
}

.investment div span {
    font: inherit;
}

div.range {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#range-value {
    width: 100%;
    margin: auto;
    outline: none;
    padding: 0;
    height: 6px;
    background-color: #E1E3E3;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #D70000), color-stop(100%, #D70000));
    background-size: 50% 100%;
    background-repeat: no-repeat;
    border-radius: 14px;
    cursor: pointer;
    -webkit-appearance: none;
}

#range-value::-webkit-slider-runnable-track {
    box-shadow: none;
    border: none;
    background: transparent;
    -webkit-appearance: none;
}

#range-value::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    background: #D70000;
    border: 4px solid #ffffff;
    border-radius: 14px;
    -webkit-box-shadow: 0 0 0 2px rgba(225, 227, 227, 1);
    -moz-box-shadow: 0 0 0 2px rgba(225, 227, 227, 1);
    box-shadow: 0 0 0 2px rgba(225, 227, 227, 1);
    -webkit-appearance: none;
}

.how-final {
    margin-left: 20px;
    padding: 30px;
    border: 5px solid #D70000;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1120px) {
    .how-info, .how-final {
        width: 100%;
        max-width: 100%;
    }

    .how-final {
        margin-left: 30px;
    }
}

@media (max-width: 700px) {
    .how-final {
        border: none;
        flex-direction: row;
        justify-content: space-between;
        padding: 30px 0 0;
        margin-left: 0;
    }
}

.final-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    line-height: 30px;
    text-align: center !important;
    color: #000000;
    margin: 0 !important;
}

@media (max-width: 700px) {
    .final-text {
        font-weight: bold;
        font-size: 18px !important;
        line-height: 25px;
    }
}

.final-value {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 40px !important;
    line-height: 50px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 !important;
}

@media (max-width: 700px) {
    .final-value {
        font-size: 18px !important;
        line-height: 25px;
    }
}

#profit {
    font: inherit;
}