
.main_dipshikha{
    height: auto;
    width: 100%;
    justify-items: center;
    margin-top: 20px;
}

.main_dipshikha .column{
    height: auto;
    width: 1150px;
    flex-wrap: wrap;
    display: flex;
}

.main_dipshikha .column .column1{
    height: 472px;
    width: 52%;
    position: relative;
}

.main_dipshikha .column .column1 .img1{
    position: absolute;
    top: 50px;
    left: 193px;
    z-index: 1;
}

.main_dipshikha .column .column1 .img2{
    z-index: 10;
    height: auto;
    position: absolute;
}

.main_dipshikha .column .column1 .img3{
    bottom: 40px;
    left: 258px;
    position: absolute;
    z-index: 20;
    width: 287px;
}

.main_dipshikha .column .column1 .img4{
    position: absolute;
}



.main_dipshikha .column .column2{
    height: auto;
    width: 48%;
    align-content: center;
}

.main_dipshikha .column .column2 .row1{
    height: auto;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #2eb97e;
}

.main_dipshikha .column .column2 .row2{
    height: auto;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    margin-top: 20px;
}

.main_dipshikha .column .column2 .row3{
    height: auto;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 27px;
    margin-top: 30px;
    color: #808080;
}

.main_dipshikha .column .column2 .row4{
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px;
}

.main_dipshikha .column .column2 .row4 .box{
    height: auto;
    width: 50%;
    display: flex;
}

.main_dipshikha .column .column2 .row4 .box .educator1{
    height: 80px;
    text-align: center;
    align-content: center;
    border-radius: 8px;
    width: 80px;
}

.main_dipshikha .column .column2 .row4 .box .educator2{
    height: auto;
    width: 65%;
    align-content: center;
    margin-left: 15px;
}

.main_dipshikha .column .column2 .row4 .box .educator2 .row11{
    height: auto;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: bold;
}

.main_dipshikha .column .column2 .row4 .box .educator2 .row22{
    height: auto;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    margin-top: 10px;
    color: #808080;
    line-height: 25px;
}

.main_dipshikha .column .column2 .more{
    width: 143px;
    height: 49px;
    margin-top: 40px;
}

.main_dipshikha .column .column2 .more button:hover{
    background-color: rgb(37, 37, 124);
}

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