.blue_circle_holder {
    max-width: 150px;
    min-width: 150px !important;
    width: 150px !important;
    max-height: 150px;
    min-height: 150px !important;
    height: 150px !important;
    background: linear-gradient(0deg, #875296 0%, #D47EE6 100%);
    box-shadow: 0px -8px 10px 0px #812E934D !important;
    border-radius: 50% !important;
}