/****** PLACE YOUR CUSTOM STYLES HERE ******/
.programs-logo{
    height: 75px;
    width: 250px;
}

.mile-logo{
    height: 60px;
    width: 250px;
}

.mile-sm-logo{
    height: 50px;
    width: 250px;
}

.mile-index-logo{
    height: 77px;
}

#left {
    float: left;
    width: 30%;
    overflow: hidden;
    text-align: justify;
    padding: 2px;
    margin-left:2%;
    box-sizing:border-box;    
}

#right {
    overflow: hidden;
    width: 30%;
    overflow: hidden;
    text-align: justify;
    padding: 2px;
    margin-left:4%;
    box-sizing:border-box;
}

.vl {
    border-left: 2px solid green;
    height: 270px;
    /*position: absolute;*/
    left: 50%;
    margin-left: 375px;
    top: 0;
}

.seperator {
    height: 320px;
    width: 1px;
    background: #cccccc;  
    position: absolute;
    left: 387px;
}

.seperator-path {
    height: 170px;
    width: 1px;
    background: #cccccc;  
    position: absolute;
    left: 387px;
}

.seperator-business {
    height: 220px;
    width: 1px;
    background: #cccccc;  
    position: absolute;
    left: 387px;
    top:815px;
}

.seperator-education {
    height: 250px;
    width: 1px;
    background: #cccccc;  
    position: absolute;
    left: 387px;
}

.seperator-2 {
    height: 320px;
    width: 1px;
    background: #cccccc;  
    position: absolute;
    left: 755px;
}

.seperator-path-2 {
    height: 170px;
    width: 1px;
    background: #cccccc;  
    position: absolute;
    left: 775px;
}

.seperator-business-2 {
    height: 220px;
    width: 1px;
    background: #cccccc;  
    position: absolute;
    left: 778px;
    top: 815px;
}

.seperator-education-2 {
    height: 250px;
    width: 1px;
    background: #cccccc;  
    position: absolute;
    left: 775px;
}
#program-left {
    float: left;
    width: 30%;
    overflow: hidden;
    text-align: justify;
    padding: 2px;
    /*margin-left:2%;*/
    box-sizing:border-box;    
}

body {
    text-align: justify !important;
}

.lead-about{
    line-height: 38px !important;
}

.lead-mindful{
    line-height: 51px !important;
}

.mileslogo{
    text-align: center;
}

.businessimg{
        margin-left: -2px;
        margin-top: -1px;
    }

@media only screen and (max-device-width: 736px) {
    .contactus {
        text-align: center;  
    }

    .mileslogo{
        text-align: initial;
    }
    
    .businessimg{
        margin-left: -2px;
        margin-top: -1px;
    }

}

