
    #finance .wds-button {
        margin: 0 10px 10px 0!important;
        text-transform: uppercase !important;
    }
    @media (min-width: 920px) {
        #finance .wds-feature-section .text-container .feature-title {
            margin-bottom: 0;
        }
        #finance .wds-feature-section .text-container .wds-images img {
            max-height: 170px;
        }
        #finance .form-group {
            padding: 10px 0 10px;
        }
        #finance .dropdown {
            width: 70%;
        }
    }
    @media (min-width: 1920px) {
        #finance .wds-feature-section .text-container .feature-title {
            font-size: 50px;
            line-height: 60px;
            margin-bottom: 20px;
        }
    }
    @media (max-width: 767px) {
        #finance .wds-button {
            width: 100%!important;
        }
    }