.main {
    background-color: rgb(111, 111, 255);
    background-image: url('/Image/aboutUs/img1.jpg');
    background-size: cover;
    background-position: center center;
    padding-top: calc(200px + 5vw);
    background-repeat: no-repeat; 
   margin-bottom: 0;
}



.conatiner_text > * {
text-align: center;
}


.conatiner_text h1 {
font-size: calc(2vw + 10px);
font-weight: 600; 
color: gold;
margin-left: -5%;
}





.aboutUs {

font-size: calc(1vw + 10px);
text-align: justify;
line-height: calc(3vw + 10px);
font-stretch:ultra-expanded;
padding: 2vw 1vw;
background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(168, 243, 248) 50%,  rgb(74, 235, 247) 100%);
}





.txtCnt {
margin-bottom: 0;
}
