#finance-one p {
    white-space: normal;
}
#finance-one .finance-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#finance-one .finance_links {
    margin-bottom: 30px;
}

@media(max-width: 400px) {
    body h1, h2 {
        font-size: 1.5rem !important;
    }
    body h3, h4 {
        font-size: 1.2rem !important;
    }
}