/*-------------------------------------------------------------- 
    About and Investment Process Page Styles
-------------------------------------------------------------- */

.process-title h2 {
    postion: relative;
}

.process-title h2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #9e0101;
    top: 36px;
    margin-left: 19px;
}

/*--------------------------------------------------------------
    Iphone/Ipad Elements
-------------------------------------------------------------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { /* STYLES GO HERE */}

/*(orientation : portrait) / (orientation : landscape)*/
/*6*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) { /* STYLES GO HERE */}
/*6p*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) { /* STYLES GO HERE */}
/*5*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { /* STYLES GO HERE */}