
#bcg_contact
{
	position: relative; 
    width: 100%;
    height: 60vw; 
    background-image: url('./Assets/237150274.jpg'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
    display: flex;
    flex-wrap: wrap;
     
}
#letf_text
{
    margin-top: 5vw;
    width: 50vw;
    height: 40vw;
    background-color: rgba(149, 149, 149, 0.1);

    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1.5vw;
    line-height: 2.5;
    
}
#right_images
{
    margin-top: 2vw;
    width: 50vw;
    height: 40vw;
    
    
}
#footer
{
    margin-top: 5vw;
    width: 100%;
    display: flex;
    justify-content: center;

}


.footer
{
    display: flex;
    width: 50%;
    height: 10vw;

    align-items: center;
    justify-content: center;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1.3vw;
    line-height: 1.5;
}
@media (max-width: 1000px) 
{

    #letf_text
    {
        width: 70vw;
        height: 60vh;
        font-size: 2vh;
        line-height: 3.5;
        
    }
        #bcg_contact
    {
        height: 100vh; 
        display: flex;
        flex-direction: column;
        align-items: center;
       
    }
    .footer
    {
        margin-top: 1;
        font-size: 1.3vh;
    }
}