@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');


*{
    box-sizing: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
} 



/* css variables */
:root {
    --brand: #ff4d29;
    /* --dark: #092032; */
    --dark:#4267B2;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

body{
    overflow-x: hidden;
}

.slide8{
    background:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/teamhalf.jpg);
   
}


.head::before{
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}

.tmt p{
    text-align: justify;
}