
.main-content-container {
    background-color: #f8f8f8;
}

.our-company-info-section {
    background-color: #ffffff;
    padding-bottom: 4rem;
}

.our-company__info-content-block {
    margin-bottom: 2rem;
}

.our-company__info-content-block img {
    display: block;
    height: auto;
    width: 100%;
}

.our-company-founder-profiles-section {
    
}

.founder-profile-bubble {
    position: relative;
    background: white;
    border: 1px solid #e1e1e1;
    border-radius: 25px;
    margin-bottom: 4rem;
    min-height: 26rem;
    padding: 2rem;
    /* width: 100%; */
}

@media (min-width: 992px) {
    .founder-profile-bubble {
        margin: 6.5rem 0px 4rem 4.5rem;
        padding: 0
    }
}

.our-company-profile__heading-container {
    text-align: center;
    padding-bottom: 1.5rem;
    padding-top: 3rem;
}

@media (min-width: 992px) {
    .our-company-profile__heading-container {
        padding-bottom: 0;
    }
}

.founder-profile-bubble .heading-medium {
    margin: 0px;
}

.founder-profile-pic-container {
    height: 263px;
    margin: 0 auto 2rem;
    width: 262px;
}

@media (min-width: 992px) {
    .founder-profile-pic-container {
        position: absolute;
        top: -45px;
        left: -45px;
        margin: 0;
    }
}

.founder-profile-content-container {
    display: table-cell;
    height: 100%;
    /* line-height: 20px; */
    margin: 2rem 0px;
    vertical-align: middle;
    width: 100%;
}

@media (min-width: 992px) {
    .founder-profile-content-container {
        padding: 2rem 2rem 2rem 26rem;
    }
}

.founder-profile-content__title {
    margin-bottom: 2rem;
    text-align: center;
}

@media (min-width: 992px) {
    .founder-profile-content__title {
        text-align: left;
    }
}

.founder-profile-content__text {
    color: #999;
    margin: 0;
}


/* THESE ARE FOR THE BACK OFFICE - REMOVE AFTER REDO */
#ourCompany1 {
    float: left;
    margin-left: 113px;
}

#ourCompany3 {
    text-align: center;
    padding-top: 30px;
}

.founderBubble {
    position: relative;
    border: 1px solid #e1e1e1;
    background: white;
    margin: 65px 0px 40px 45px;
    width: 928px;
    min-height: 260px;
    border-radius: 25px;
}

.founderPic {
    position: absolute;
    top: -45px;
    left: -45px;
    height: 263px;
    width: 262px;
}

.founderContent {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding-left: 260px;
    width: 620px;
    line-height: 20px;
    margin: 20px 0px;
}

.founderBubble .headerMedium {
    margin: 0px;
    margin-top: 30px;
}
