#team-b {
    padding: 10px 0px;
    display: block;
    -webkit-tap-highlight-color: rgb(34, 34, 34);
    font-size: 14px;
    line-height: 1.42857;
    text-size-adjust: 100%;
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
  }

.img-circle{
    width: 225px;
    height: 225px;
    border: 7px solid rgba(0, 0, 0, 0.1);
    margin-left: auto!important;
    border-radius: 50%!important;
    vertical-align: middle;
    overflow-clip-margin: content-box;
    overflow: clip;
}

.team-h4{
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 700;
    color: #bfe8eb;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.5rem;
    line-height: 1.2;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.team-h2{
    font-weight: 500;
    font-size: xx-large;
    color: #bfe8eb;
    padding-bottom: 20px;
    text-align: center;
}

.about-h2{
    font-weight: 500;
    font-size: xx-large;
    color: #192020;
    padding-bottom: 20px;
    text-align: center;
}

.team-member.p{
    margin-top: 0;
}

.list-social-buttons{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    display: inline-flex;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
    display: inline-block;
}

#projects-f{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

#contact{
    background-color: #03264a;
    background-image: url(/assets/img/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}

.form-group {
    margin-bottom: 1rem;
  }
  
