h1 {
    color: #145397;
    margin-bottom: 20px
}

h1 ~ p {
    font-size: 1.25rem;
    color: #4b707e;
    margin-bottom: 10px
}

h2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #cfd3d7;
    font-size: 2.125rem;
    color: #3e4e57;
    margin-bottom: 20px;
    font-weight: unset;
    text-indent: .5rem
}

h3 {
    font-size: 1.25rem;
    line-height: 160%;
    color: #4b707e;
    font-weight: unset
}

h3 + p {
    font-size: 1rem;
    line-height: 160%;
    color: #6a7884
}

.financing-list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 30px;
    margin: 60px 0 100px 0
}

.financing-list-item {
    background-color: #fafafa;
    border: 1px solid #cfd3d7;
    padding: 20px;
    border-radius: 40px
}

.financing-list-item svg {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    color: #34bfbd
}

.item-point {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.item-point div {
    flex-grow: 1
}

@media (max-width: 1279px) {
    .financing-list {
        margin: 30px 0 50px 0
    }

    .item-point {
        flex-direction: column;
        align-items: start;
        gap: 0
    }

    h1 + p {
        margin-bottom: 30px
    }
}

@media (max-width: 799px) {
    .financing-list {
        grid-template-columns:repeat(1, 1fr)
    }

    .item-point {
        flex-direction: row;
        align-items: center;
        gap: 16px
    }
}
