.goverlay {
    background: rgba(14, 86, 167, 0.90) !important;
}

.popupWrapper {
    position: relative;
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding-top: 92px;
}

.closeLightbox {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/Close.svg);
    cursor: pointer;
    background-size: 100% auto;
    right: 20px;
    top: -1px;
}

.popupWrapper .teamImgPopup {
    text-align: center;
}

.popupWrapper .teamImgPopup img {
    border-radius: 50%;
    border-radius: 50%;
    width: 420px;
}

.popupWrapper h3 {
    margin-bottom: 4px
}

.teamTitle {
    margin-bottom: 32px
}

.teamContentPopup {
    padding-right: 40px
}



.gbtn {
    display: none !important
}