.main{
   background-color: rgb(245, 245, 245);
   width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
   
    
}
.main .left{
  background:url(../images/cam2.jpg);
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 100%;
    filter: brightness(0.5);
}
.main .right{
    width: 50%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.main .right p{
    width: 80%;
    font-size: 1.1rem;
    color: rgb(133, 133, 133);
}
.main .right h1{
    font-size: 2.5rem;
    font-weight: 600;
    color: rgb(179, 177, 177);
    /* border-bottom: 4px solid rgb(90, 0, 0); */
    padding-bottom: 10px;

}

.main .right h1 span{
    color: rgb(139, 0, 0);
}

.aboutContainer{
    width: 75%;
    margin: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 50px;
}

.aboutContainer .box{
    width:50%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: aliceblue; */
    margin-top: 35px;
}
.aboutContainer .box h1{
    font-size: 2.1rem;
    font-weight: 600;
    color: rgb(92, 92, 92);
    margin-top: 30px;
    padding-bottom: 10px;
}
.aboutContainer .box p{
    width: 80%;
    font-size: 1rem;
    color: rgb(133, 133, 133);
}
.aboutContainer .box1{
    width:50%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: aliceblue;
    background:url(../images/vasily-koloda-8CqDvPuo_kI-unsplash.jpg);
    background-size: cover;
    background-position: center;
    filter: brightness(0.5);
    border-radius: 5px;
}
.aboutContainer .box2{
    width:50%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: aliceblue;
    background:url(../images/windows-VMPhyAoVqqk-unsplash.jpg);
    background-size: cover;
    background-position: center;
    filter: brightness(0.5);
    border-radius: 5px;
}
.aboutContainer .box3{
    width:50%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: aliceblue;
    background:url(../images//mikael-kristenson-3aVlWP-7bg8-unsplash.jpg);
    background-size: cover;
    background-position: center;
    filter: brightness(0.5);
    border-radius: 5px;
}

/* .objContainer{
    width: 100%;
    height: 30vh;
    background-color:rgb(221,221,221);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;


    margin-bottom: 100px;
}
.objContainer h1{
    color: rgb(247, 247, 247);
}

.title{
    font-size: 2.5rem;
    font-weight: 600;
    color: rgb(92, 92, 92);

    padding-bottom: 10px;
}

.objContainer p{
    width: 50%;
    font-size: 1.3rem;
    color: rgb(133, 133, 133);
} */

@media screen and (max-width: 768px){
    .main{
        flex-direction: column;
        height: 100%;
        margin-bottom: 50px;
    }
    .main .left{
        width: 100%;
        height: 50%;
    }
    .main .right{
        width: 100%;
        height: 50%;
    }
    .main .right h1{
        font-size: 2rem;
        padding-top: 20px;
    }
    .main .right p{
        width: 90%;
        font-size: 1rem;
    }
    .aboutContainer{
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .aboutContainer .box{
        width: 100%;
        height: 40vh;
    }
    .aboutContainer .box1{
        width: 100%;
        height: 50vh;
    }
    .aboutContainer .box2{
        width: 100%;
        height: 50vh;
    }
    .aboutContainer .box3{
       display: none;
    }
}

@media screen and (max-width: 650px){
    
    .main .right{
        flex-wrap: wrap;
        justify-content: center;
        
    }
    .main .right h1{
        font-size: 1.5rem;
    }
    .main .right p{
        width: 70%;
        font-size: 0.8rem;
    }
    .aboutContainer .box{
        width: 100%;
        height: 40vh;
    }
    .aboutContainer .box1{
        width: 100%;
        height: 50vh;
    }
    .aboutContainer .box2{
        width: 100%;
        height: 50vh;
        margin-top: 100px;
    }
    .aboutContainer .box3{
       display: none;
    }
    .foot{
        flex-direction: column;
        align-items: center;
    }
 
}

@media screen and (max-width: 350px){
    .main .right h1{
        font-size: 1rem;
       
    }
    .main .right p{
        width: 70%;
        font-size: 0.7rem;
    }
    .aboutContainer .box{
        width: 100%;
        min-height: 50vh;
    }
    .aboutContainer .box1{
        width: 100%;
        height: 50vh;
    }
    .aboutContainer .box2{
        width: 100%;
        height: 50vh;
        margin-top: 100px;
    }
    .aboutContainer .box3{
       display: none;
    }
    .foot{
        flex-direction: column;
        align-items: center;
    }
    .foot img{
        width: 80%;
       
    }
    .foot p{
        font-size: 0.9rem;
    }
}