
.main_dipshikha{
    height: auto;
    width: 100%;
    justify-items: center;
    margin-top: 15px;
    margin: 60px 0px 80px 0px;
}

.main_dipshikha .min{
    height: auto;
    width: 950px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;

}

.main_dipshikha .min .column1{
    height: 420px;
    width: 42%;
    position: relative;
}

.main_dipshikha .min .column1 .img1{
    position: absolute;
    width: 200px;
    height: 200px;
}

.main_dipshikha .min .column1 .img2{
    height: 380px;
    width: 300px;
    left: 20px;
    top: 20px;
    background-color: white;
    text-align: center;
    align-content: center;
    z-index: 5;
    position: absolute;
}

.main_dipshikha .min .column1 .img3{
    position: absolute;
    width: 200px;
    height: 200px;
    left: 140px;
    top: 220px;
    z-index: 1;
}


.main_dipshikha .min .column2{
    height: auto;
    width: 58%;
    align-content: center;
}

.main_dipshikha .min .column2 .row1{
    height: 35px;
    width: 170px;
    text-align: center;
    align-content: center;
    font-family: "Roboto", sans-serif;
    color: #0AB99D;
    border-radius: 5px;
    font-size: 15px;
    background-color: #cef1eb;
}

.main_dipshikha .min .column2 .row2{
    height: auto;
    width: 100%;
    font-weight: bold;
    margin-top: 25px;
    font-size: 40px;
    color: #0E2A46;
    font-family: "Roboto", sans-serif;
}

.main_dipshikha .min .column2 .row3{
    height: auto;
    width: 100%;
    font-family: "Roboto", sans-serif;
    color: #333931;
    font-size: 19px;
    line-height: 30px;
    margin-top: 25px;
}

.main_dipshikha .min .column2 .more{
    width: 143px;
    margin-top: 20px;
    height: 49px;
    border-radius: 6px;
}

.main_dipshikha .min .column2 .more:hover{
    background-color: rgb(77, 23, 226);
}

.main_dipshikha .min .column2 .more button{
    border: none;
    width: 143px;
    height: 49px;
    /* background-color: var(--headercolor); */
    border-radius: 6px;
    text-align: center;
    align-content: center;
    background-color: rgba(0, 0, 255, 0.952);
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: var(--whitecolor);
    transition: 0.5s all ease;
    cursor: pointer;
}

