@charset "UTF-8";

/*!
 * profile-photo.css
 * 
 * Custom CSS:
 * Customize profile photo
 */


@media (min-width: 1200px) {
    .section-inner.start-page-full-width div[class^="col-"]:first-child {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 400px;
    max-width: 25%;
    }
    .section-inner.start-page-full-width div[class^="col-"]:last-child {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    }
    .section-inner.start-page-full-width .hp-text-block {
    padding: 120px 22%;
    background-color: #fcfcfc;
    height: 100%;
    /* min-height: 100px; */
    }
    }
    .section-inner.start-page-full-width .inner-content .fill-block {
    min-height: 400px;
    
}