.home_hero {
    background: #f8f8f8;
    padding: 65px 0 85px;
}
.home_hero .row{
    align-items: center;
}
.home_hero h1{
    font-size: 54px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.home_hero .sub_h1 {
    font-size: 20px;
    padding: 10px 0;
}
h2 {
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 0;
    padding: 5px 5px 30px;
    margin: 0;
}
.sub_head {
    text-align: center;
    font-size: 18px;
    margin: 0 0 30px 0;
    font-weight: 500;
    line-height: 1.2;
}
.processing {
    background: #f8f8f8;
    padding: 50px 0 90px;
    text-align: center;
}
.process_row {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
}
.process_row .step {
    background: #fff;
    border-radius: 4px;
    padding: 30px 20px;
    height: 100%;
    transition: 0.3s;
    flex: 1;
    margin: 20px;
}
.process_row .step:hover {
    transform: scale(1.1);
}
.process_row .step .image {
    height: 128px;
    margin: 0 0 30px 0;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.process_row .step .title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
}
.process_row .step .text {
    min-height: 80px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0;
    padding-top: 16px;
    margin: 0 0 20px 0;
}
.process_row .step button {
    font-weight: 600;
    line-height: 52px;
    font-size: 15px;
    border-radius: 32px;
    display: block;
    padding: 0 5px;
    box-shadow: none;
}
.credit_goals {
    padding: 80px 0;
    text-align: center;
}
.cases_row {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
}
.cases_row .case {
    flex: 1;
    margin: 15px;
    border: 4px solid #d2d2d2;
    border-radius: 2px;
    padding: 30px;
    height: 100%;
    transition: 0.3s;
}
.cases_row .case:hover {
    transform: scale(1.1);
}
.cases_row .case.featured {
    color: #fff;
    background: #41a5ff;
    border: none;
}
.cases_row .case .title {
    font-size: 16px;
    color: #888;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.cases_row .case .image {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.cases_row .case .sum {
    font-size: 42px;
    letter-spacing: -0.02em;
}
.cases_row .case .percent {
    font-size: 16px;
    color: #4d4d4d;
    margin: 0 0 20px 0;
}
.cases_row .case .feature {
    color: #4d4d4d;
    line-height: 42px;
    border-bottom: 1px solid #d2d2d2;
}
.cases_row .case .feature:last-child {
    border: none;
}
.cases_row .case.featured .title {
    color: #fff;
}
.cases_row .case.featured .percent {
    color: #fff;
}
.cases_row .case.featured .feature {
    color: #fff;
}
.cases_row .case.featured .get_money_button {
    color: #41a5ff;
    background: #fff;
}
.ways {
    background: #f8f8f8;
    padding: 50px 0 90px;
    text-align: center;
}
.ways_row {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
}
.ways_row .way {
    flex: 1;
    margin: 15px;
    background: none;
    padding: 0 0 20px 0;
    height: 100%;
    transition: 0.3s;
    padding: 0 0 20px 0;
}
.ways_row .way:hover {
    transform: scale(1.1);
}
.ways_row .way .image {
    max-height: 100%;
    width: 100%;
    height: 128px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 0 30px 0;
}
.ways_row .way .title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
}
.ways button{
    display: inline-block;
    max-width: 33%;
}
.reviews {
    background: white;
    padding: 50px 0 90px;
    text-align: center;
}
.reviews h2 {
    padding: 30px 0 35px;
    margin: 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 0;
}
.reviews .reviews_row{
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}
.reviews .review{
    height: auto;
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.reviews .review .image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
}
.reviews .review .text {
    padding: 30px 5px 0;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    opacity: 0.74;
}
.reviews button {
    max-width: 33%;
    padding: 17px 34px;
    margin-top: 50px;
}
.organisations {
    background: rgb(240, 240, 240);
    padding: 50px 0 90px;
}
.static_page .home_organisations{
    background: transparent;
    padding: 10px 0 10px;
}
.organisations .organisations_row{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.organisations .organisation {
    height: auto;
    display: flex;
    flex-direction: column;
    flex: 0 calc(25% - 30px);
    max-width: 25%;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    padding: 20px;
    margin: 0 15px 15px 15px;
}
.organisations .logo {
    height: 60px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.organisations .title {
    display: none;
    padding: 10px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
}
.organisations .text {
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.4;
    opacity: 0.8;
    letter-spacing: 0;
    word-wrap: break-word;
    word-break: break-word;
}
@media (max-width: 1199px){
    .process_row .step, .cases_row .case, .ways_row .way, .reviews .review {
        flex: 1 calc(50% - 30px);
        margin: 10px 10px;
    }
    .organisations .organisation{
        flex: 1 calc(50% - 30px);
        margin: 10px 10px;
        max-width: calc(50% - 30px);
    }
}
@media(max-width: 991px) {
    header .head_row {
        justify-content: center;
    }
    .home_hero h1 {
        font-size: 48px;
    }
    .get-money-button {
        font-size: 16px;
    }
    .process_row .step {
        margin: 10px 5px;
    }
    .cases_row .case {
        margin: 10px 5px;
        flex: 100%;
    }
    .home_hero .col-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .ways button, .reviews button {
        max-width: 300px;
    }
}
@media(max-width: 575px) {
    .home_hero h1 {
        font-size: 36px;
    }
    .home_hero {
        padding: 35px 0 55px;
    }
    .processing, .credit_goals, .ways, .reviews, .organisations{
        padding: 40px 0 70px;
    }
    h2, .reviews h2 {
        font-size: 26px;
    }
    .process_row .step, .ways_row .way, .reviews .review {
        flex: 1 100%;
    }
    .ways button, .reviews button {
        max-width: 80%;
    }
    .reviews .review {
        margin-bottom: 20px;
    }
    .reviews button {
        margin-top: 10px;
    }
    .organisations .organisation {
        flex: 100%;
        max-width: 100%;
    }
}
@media(max-width: 500px) {
    .home_hero h1 {
        font-size: 26px;
        font-weight: bold;
        padding: 15px 0 10px;
    }
}