*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.main{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 250px  0px 30px 0px;
    border: 2px solid red;
}
.main .about_left{
    height: 75vh;
    width: 40vw;
}
.main .about_left .about_left_text{
    height: 10vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    
}

.main .about_left .about_left_text .about_left_text1{
        height: 4vh;
        width: 9.8vw;
        font-size: 1.1vmax;
        margin: 0px 10px; 
        font-weight: bold;  
        color:  rgb(18, 163, 165);     
    
}
.main .about_left .about_left_text  .line{
    height: 0.1vh;
    width: 5vw;
    color: rgb(93, 7, 7);
    border: 2px solid  rgb(18, 163, 165);
    margin: 30px -6px ;
}
.main .about_left  .about_left_text2{
    height: 10vh;
    width: 38vw;
    font-style: initial;
    font-size: 2vmax;
    margin: 0px 10px;        

}
.main .about_left  .about_left_text3{
    height: 15vh;
    width: 38vw;
    font-style: initial;
    font-size: 1.3vmax;
    margin: 0px 10px;        

}
 .main .about_left .about_left_footer{
height: 30vh;
width: 100%;
display: flex;
    align-items: center;
    justify-content: space-between;
    

}
.main .about_left .about_left_footer .about_left_footer_image{
    height: 27vh;
    width: 15vw;
    background-image: url(asset\images\img\img\girl1.webp);
    background-size: cover;
    border-radius: 5px 5px 5px 5px;
    object-fit: cover;
    
    }
    .main .about_left .about_left_footer .about_left_footer_text{
        height: 30vh;
        width: 30vw;
        font-size: 1.3vmax;
        padding: 10px 10px;

    }
    .main .about_left .about_left_footer .about_left_footer_text hr{
        height: 0.3vh;
        width: 100%;
        background: rgb(140, 143, 135);
        margin: 10px 0px;
    }
    .main .about_left .about_left_footer .about_left_footer_text .hr_text i{
        color: rgb(18, 163, 165);
        padding: 0px 5px;
    }
    .main .about_left .about_left_footer .about_left_footer_text .hr_text {
     display: flex;
    align-items: center;
    justify-content: flex-start;
    

    }
    .main .about_left .learn_more{
        height: 10vh;
        width: 20vw;
        margin: 0px 10px;
    }
    .main .about_left .learn_more button{
    font-size: 1.5vmax;
    height: 7vh;
    width: 12vw;
    background:  rgb(18, 163, 165);
    color: #ffff;
    border-radius: 30px 30px;
    border: none;
    }


.main .about_right{
    height: 75vh;
    width: 40vw;
    /* border: 2px solid rgb(68, 15, 122); */
    background-image: url(\images\img\img\image.jpg);
    background-size: cover;
}