body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: .02em;
}

html {
    scroll-behavior: smooth;
}

/* .container-fluid {
    width: 95%;
    margin: auto;
} *

/*--------------------------------- team_header_section ------------------------------*/
.team_header_section{
    background-image: url(../img/team_header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 ;
    @media screen and (min-width:1280px) {
        padding: 130px 0;
    }
    @media screen and (min-width:1440px) {
        padding: 150px 0;
    }
}
.team_header_section .container-fluid{
    width: 95%;
    margin: auto;
    @media screen and (min-width:1920px) {
        width: 70%;
    }
}
.team_header_section .team_header h2{
    font-size: 40px;
    font-weight: bold !important;
    font-family: 'Libre Baskerville', serif;
    color: #274c5b;
    margin: 20px 0;
    @media screen and (min-width:1280px) {
        font-size: 45px;
    }
    @media screen and (max-width:480px) {
        font-size: 30px;
    }
}