section {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #BFD4B0;
}
.wrap {
    display: flex;
    background: #3B69AB;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    color: white;
}
/*
.wrap:hover {
    background: #3B69AB;
    color: white;
}*/

.ico-wrap {
    margin: auto;
    width: 93.72px;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: white;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 2.4rem;
}
.mbr-bold {
    font-weight: 700;
}

 p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 40px;
}
.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 2.0rem}

.fa-envelope-o{
    font-size: 60px !important;
}

       .image_outer_container{
        margin-top: auto;
        margin-bottom: auto;
        border-radius: 50%;
        position: relative;
       }

       .image_inner_container{
        width: 30.5%;
        border-radius: 50%;
        padding: 5px;
        margin: 0 auto;
        text-align: center;
        background: #833ab4; 
        background: -webkit-linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4); 
        background: linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
       }
       .image_inner_container img{
        height: 200px;
        width: 200px;
        border-radius: 50%;
        border: 5px solid white;
       }

       .image_outer_container .green_icon{
         background-color: #4cd137;
         position: absolute;
         right: 266px;
         bottom: 10px;
         height: 30px;
         width: 30px;
         border:5px solid white;
         border-radius: 50%;
       }