@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



*{

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



body{

    font-family: 'Montserrat', sans-serif;

}



.safety-showcase{

    font-family: 'Bebas Neue', cursive;

    background: url(https://static.igem.wiki/teams/4186/wiki/safety-img.png);

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    height: 670px;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 60px;

}



.safety-showcase h2{

    font-size: 50px;
    letter-spacing: 0.2rem;
    font-family: 'Bebas Neue', cursive;
    color: #fff;

}



.safety-container{

    max-width: 75vw;

    margin: auto;

}



.safety-container h2{

    margin-bottom: 30px;
    font-size: 40px;
    letter-spacing: 0.1rem;
    font-family: 'Bebas Neue', cursive;

}



.overview{

    margin-bottom: 70px;

}



.safety-txt{

    text-align: justify;
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;

}



.safety-head{

    text-align: center;

}



.p-leader{

    margin-bottom: 30px;

}



.lab-img-div{

    width: 100%;

    margin-bottom: 160px;

}



.lab-img{

    width: 100%;
    height: 400px;
    border-radius: 5px;
    object-fit: cover;

}



.lab-img-div2{

    display: flex;

    justify-content: center;

    align-items: center;

}



.lab-img2{

    width: 700px;
    margin-bottom: 80px;
}



@media screen and (max-width: 785px) {

    .lab-img2{

        width: 600px;

    }

}



@media screen and (max-width: 610px) {

    .lab-img2{

        width: 400px;

    }

}
