#header {
    box-shadow: rgba(0, 0, 0, 0.03) 0px 4px 0.75em;
}

.team-container-top {
    width: 100%;
    height: auto;
    background-color: #050519;
    background-image: url('../images/team-top-bg.png');
    background-repeat: no-repeat;
}

.team-top {
    width: 100%;
}

.team-top h2 {
    width: 60%;
}

.our-team-content {
    width: 100%;
    position: relative;
}

.team-text {
    width: 50%;
    margin: 0 auto;
}



.team-title-content {
    padding: 0px 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 3px 10px;
    background-color: #4427ba;
    border: none;
    color: #b3bffd;
    position: absolute;
}

.team-title-content span {
    display: block;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    border: 1px solid #050519;
    margin-right: 10px;
    background-color: #f8ff00;
}



@media screen and (min-width : 767px) {
    .team-text {
        width: 50%;
        margin: 0 auto;
    }



    .team-title-content {
        padding: 0px 10px;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        padding: 3px 10px;
        background-color: #4427ba;
        border: none;
        color: #b3bffd;
        position: absolute;
    }

    .expert-container {
        width: 70%;
        margin: 0px 0px 0px 25%;
    }
}

@media screen and (max-width : 767px) {
    .team-text {
        width: 100%;
        margin: 0 auto;
    }



    .team-title-content {
        padding: 0px 10px;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        padding: 3px 10px;
        background-color: #4427ba;
        border: none;
        color: #b3bffd;
        position: relative;
    }

    .expert-container {
        width: 100%;
        margin: 0 auto;
    }
}