

*{

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



body{

    font-family:   sans-serif;

}



.safety-showcase{

    font-family:   sans-serif;

    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:   sans-serif;
    color: #fff;

}



.safety-container{

    max-width: 75vw;

    margin: auto;

}



.safety-container h2{

    margin-bottom: 30px;
    font-size: 40px;
    letter-spacing: 0.1rem;
    font-family:   sans-serif;

}



.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;

    }

}
