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

}

.impact-cont-con p{
    font-weight: bolder;
}

.SDG-flex{

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.poj-showcase{

    background: url(https://static.igem.wiki/teams/4186/wiki/pro.png);

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

    height: 670px;

    font-family: 'Bebas Neue', cursive;

    font-size: 50px;

    color: #fff;

    display: flex;

    justify-content: center;

    align-items: center;
    letter-spacing: 0.1rem;
    margin-bottom: 60px;

}



.proj-desc-p{

    margin-bottom: 20px;

    line-height: 35px;

    text-align: justify;
    font-size: 20px;
    font-weight: 300;
    color: #424242;

}



h2{

    font-family: 'Bebas Neue', cursive;
    letter-spacing: 0.05rem;
    color: #271D00;
    font-size: 40px;

}

h4 {
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 0.05rem;
    margin-bottom: 10px;
    font-size: 30px;
}



.proj-container{

    max-width: 72vw;

    margin: auto;

}



.proj-mine-content{

    display: flex;

    justify-content: space-between;

    width: 100%;

}



.proj-mine-img{

    width: 600px;

    height: 400px;

}



.proj-mine-img img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 10px;

}



.proj-text{

    width: 500px;

    text-align: justify;

    line-height: 30px;

}



.proj-mine-desc h2{

    font-family: 'Bebas Neue', cursive;

    padding-bottom: 15px;

}



.proj-desc-goldmining{

    margin-bottom: 120px;

}



.sol-content{

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 20px 30px;

}



.sol-content-img{

    width: 700px;

}



.sol-content-img img{

    width: 100%;

}



.sol-info p{

    line-height: 30px;

    width: 700px;

}



.sol-info h2{

    font-family: 'Bebas Neue', cursive;

    margin-bottom: 20px;

}



.existing-sol{

    margin-bottom: 70px;

}



.insp-img-flex{

    display: flex;

    justify-content: space-around;

}



.insp-img{

    width: 500px;

}



.insp-img img{

    width: 100%;

}



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

    .proj-mine-img{

        width: 500px;

        height: 400px;

    }

}



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

    .sol-info p{

        width: 550px;

    }

}



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

    .proj-mine-img{

        width: 400px;

        height: 400px;

    }

}



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

    .proj-text{

        width: 400px;

    }



    .proj-mine-img{

        width: 400px;

        height: 470px;

    }

}



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

    .proj-text{

        width: 350px;

    }



    .proj-mine-img{

        width: 350px;

        height: 530px;

    }



    .sol-info p{

        width: 400px;

    }

}



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

    .proj-mine-content{

        display: flex;

        justify-content: space-between;

        flex-direction: column;

        align-items: center;

        width: 100%;

    }



    .proj-text{

        width: 100%;

    }



    .proj-mine-img{

        width: 100%;

        height: 350px;

        margin-bottom: 20px;

    }



    .proj-mine-desc h2{

        text-align: center;

    }

}



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

    .insp-img{

        width: 400px;

    }

}
