.loan-amount-articles {
    list-style: none;
    padding: 0;
}

.loan-amount-articles li {
    margin-bottom: 5px;
}

.loan-amount-articles li a {
    color: var(--wp--preset--color--custom-lab-link);
}

.loan-amount-articles li a:hover {
    opacity:.85
}

.loan-amount-articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.loan-amount-articles li {
    width: 20%;
}

@media screen and (max-width: 768px) {
    .loan-amount-articles li {
        width: 50%;
    }
}

section.block_amounts {
    background: #79c2ff;
    padding: 65px 0;
    margin: 0;
}

section.block_amounts .container {
    display: flex;
}

section.block_amounts .left-content {
    max-width: 40%;
}

section.block_amounts .left-content .block-title {
    margin: 0 0 15px 0;
}

section.block_amounts .right-content {
    max-width: 55%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.block_amounts .btn {
    display: inline-block;
    margin: 15px 0 0 0;
}

section.block_amounts .widget_block {
    margin: 0 0 0 30px;
    max-width: 130px;
}

@media only screen and (max-width: 780px) {
    section.block_amounts .container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    section.block_amounts .left-content {
        max-width: 100%;
    }
    section.block_amounts .right-content {
        max-width: 100%;
        margin: 15px 0 0 0;
    }

    section.block_amounts .widget_block {
        max-width: 100%;
        margin: 0;
    }
}

.page-id-2108 .block_amounts,
.page-id-1902 .block_amounts {
    display: none;
}