.probootstrap-intro {
    height: 600px;
}


.probootstrap-intro-text {
    margin-top: 150px;
}

.services-container {
    display: flex;
    flex-wrap: wrap;
}

.col-lg-8 {
    margin: 0 auto;
}
@media (min-width: 1200px) {
    .col-lg-8 {
        float: none;
    }
}

/* Portfolio */
.probootstrap-intro-portfolio {
    height: 500px;
}
.portfolio-panel {
}
.portfolio-panel-image {
    object-fit: cover;
}

/* About */
.probootstrap-intro-about {
    height: 370px;
}

.headshot {
    width: 30%;
    margin-left: 10%;
}
@media (max-width: 450px) {
    .headshot {
        width: 100%;
    }
}