<style>
.fsp-left {
    float: left;
    margin-left: 16vw;
}
.fsp-right {
    float: right;
    margin-right: 16vw;
}
</style>
<div class="new_row">
    <div class="column-20 find-school">  
        <div class="find-schoolprogram-box fsp-left">
            <div class="fsb-sch-prg">
                <p>Find a tutor</p>
                <p>Let's find a tutor for you. The Ivy Key's highly qualified tutors are located all over New York City. We can match you with a tutor that conveniently suits you best based on subject and location. All of our services and programs are instructed by our team of Ivy League tutors.</p>
                <form name="tutors-search-form" action="/search/tutors_by_subject" method="post">
                    <input type="text" name="subject" value="">
                    <input type="submit" name="submit" value="Search">
                </form>
            </div>
        </div>
        <div class="find-schoolprogram-box fsp-right">
            <div class="fsb-sch-prg">
                <p>Find a program</p>
                <p>Let's find a program near you. The Ivy Key hosts programs at many locations all over New York City. We can find the program that conveniently suits you best based on subject and location. All of our services and programs are instructed by our team of Ivy League tutors.</p>
                <form name="tutors-search-form" action="/search/find_program" method="post">
                    <input type="text" name="search" value="">
                    <input type="submit" name="submit" value="Search">
                </form>
            </div>
        </div>
    </div>
</div>