.dp{
    position: relative;
    top: 50px;
    max-width: 20vw;
    min-width: 200px;
    max-height: 20vw;
    min-height: 200px;
    border-radius: 50%;
    z-index: 1;
}
.dp_holder{
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 20vw;
    min-width: 200px;
    padding: 0px;
}
.bubble_bl{
    position: relative;
    width: 13vw; 
    z-index: 0;
    min-width: 150px;
    margin-bottom: 0;
}
.bubble_t{
    position: absolute;
    max-width: 20vw;
    min-width: 200px;
    top: 50px;
    left: 30vw;
}
.bubble_br{
    position: fixed;
    right: 0;
    bottom: 0;
}
.right_span{
    position: relative;
    margin-left: 15rem ;
    max-width: 40vw;
    min-width: 300px;
    top: 3rem;
    margin-bottom: 50px;
}
.right_c{
    position: relative;
    top: 2rem;
}
.right_bt{
    position: relative;
    top: 7rem;
}

@media all and (max-width:900px){
    .main_section{
        flex-direction: column;
        justify-content: center;
        justify-items: center;
    }
    .dp_holder{
        margin: auto;
    }
    .right_span{
        margin-left: 0rem;
        margin: auto;
        margin-bottom: 150px;
    }
}