.home_hero {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0 85px;
}
.home_hero h1 {
    text-align: center;
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: 0;
    padding: 30px 5px 25px;
    color: #333;
    font-weight: 500;
    margin: 0;
}
.home_hero .sub_h1 {
    text-align: center;
    padding: 10px 5px;
}
.get-money-button {
    background-color: var(--color-primary);
    border-radius: 5px;
    border: none;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 20px;
    margin-top: 15px;
    color: #fff;
    box-shadow: 0 4px 10px 0 rgb(255 131 0 / 50%);
}
h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 0;
    padding: 5px 5px 30px;
    margin: 0;
}
.home_easy{
    text-align: center;
    padding: 50px 0 90px;
}
.home_easy .process_row{
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.home_easy .process_row .step{
    border-radius: 10px;
    padding: 10px;
    border: 2px solid rgb(255, 131, 0);
    height: auto;
    margin: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.home_easy .process_row .number{
    color: rgb(0, 0, 0);
    opacity: 0.14;
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    padding-bottom: 14px;
}
.home_easy .process_row .number{
    color: rgb(0, 0, 0);
    opacity: 0.14;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    padding-bottom: 14px;
}
.home_easy .process_row .title {
    padding: 5px 0;
    text-align: center;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.1;
    letter-spacing: 0;
    color: var(--color-primary);
}
.home_easy .process_row .text {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    padding-top: 16px;
}
.home_credit_goals{
    background: rgb(240, 240, 240);
    padding: 50px 0 90px;
    text-align: center;
}
.home_credit_goals .credit_goal_row{
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.home_credit_goals .credit_goal_row .goal{
    background: white;
    padding: 40px 20px 30px;
    border-radius: 2px;
    height: auto;
    margin: 5px 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.home_credit_goals .goal .image{
    width: 128px;
    height: 128px;
    margin: 0 auto;
    background-size: cover;
}
.home_credit_goals .goal .title {
    padding: 25px 5px 5px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}
.home_credit_goals .goal .text {
    padding: 5px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    opacity: 0.66;
    margin-bottom: 20px;
}
.home_credit_goals .goal button {
    margin-top: auto;
}
.home_action {
    padding: 50px 0 70px;
    color: white;
    text-align: center;
    background-attachment: fixed;
}
.home_action h2 {
    padding: 10px 5px 16px;
}
.home_action .sub_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
}
.home_action button {
    width: auto;
    padding: 17px 34px;
    margin-top: 50px;
}
.home_advantages{
    background: rgb(240, 240, 240);
    padding: 90px 0 90px;
    text-align: center;
}
.home_advantages .advantages_row{
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.home_advantages .advantage{
    height: auto;
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.home_advantages .advantage .title {
    font-weight: 500;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0;
    color: var(--color-primary);
}
.home_advantages .advantage .text {
    font-size: 16px;
    line-height: 1.4;
    padding-top: 14px;
    letter-spacing: 0;
}
.home_reviews {
    background: white;
    padding: 50px 0 90px;
    text-align: center;
}
.home_reviews .reviews_row{
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.home_reviews .review{
    height: auto;
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.home_reviews .review .image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
}
.home_reviews .review .text {
    padding: 30px 5px 0;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    opacity: 0.74;
}
.home_reviews button {
    width: auto;
    padding: 17px 34px;
    margin-top: 50px;
}
.home_organisations {
    background: rgb(240, 240, 240);
    padding: 50px 0 90px;
}
.static_page .home_organisations{
    background: transparent;
    padding: 10px 0 10px;
}
.home_organisations h2 {
    text-align: center;
    padding: 30px 0 50px;
    margin: 0;
}
.home_organisations .organisations_row{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.home_organisations .organisation{
    height: auto;
    padding: 15px 15px 0 15px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.home_organisations .title {
    padding: 10px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
}
.home_organisations .text {
    padding: 10px 0;
    font-size: 14px;
    opacity: 0.8;
    letter-spacing: 0;
    word-wrap: break-word;
    word-break: break-word;
}
@media (max-width: 1199px){
    .home_easy .process_row .title {
        font-size: 20px;
    }
    .home_easy .process_row .step {
        margin: 10px;
    }
}
@media(max-width: 991px) {
    .home_easy .process_row, .home_credit_goals .credit_goal_row, .home_advantages .advantages_row, .home_reviews .reviews_row, .home_organisations .organisations_row{
        flex-wrap: wrap;
    }
    .home_easy .process_row .step, .home_credit_goals .credit_goal_row .goal, .home_advantages .advantage, .home_reviews .review, .home_organisations .organisation {
        flex: 0 0 calc(50% - 40px);
        max-width: calc(50% - 40px);
    }
    .get_money_button {
        font-size: 16px;
    }
    .home_hero h1 {
        font-size: 48px;
    }
}
@media(max-width: 767px) {
    .home_easy .process_row .step, .home_credit_goals .credit_goal_row .goal, .home_advantages .advantage, .home_reviews .review, .home_organisations .organisation {
        flex: 100%;
        max-width: 100%;
        margin: 10px 5px;
    }
    .account_btn.lined {
        display: none;
    }
    .home_hero h1 {
        font-size: 26px;
        font-weight: bold;
        padding: 15px 0 10px;
    }
    h2 {
        font-size: 26px;
    }
    .home_advantages .advantage .title {
        font-size: 32px;
    }
    .home_advantages .advantage .text {
        font-size: 14px;
    }
}
@media(max-width: 575px) {
    .home_easy, .home_credit_goals {
        padding: 35px 0 55px;
    }
    .home_action .sub_title {
        font-size: 16px;
    }
    .home_action {
        padding: 40px 10px 50px;
    }
    .home_advantages, .home_reviews{
        padding: 40px 0 70px;
    }
}