.first-screen_uni{
    background: linear-gradient(118deg, #e6eefe 0%, #f3faff 100%);
    border-radius: 0 0 60px 60px;
    overflow: hidden;
    padding-bottom: 55px;
    margin-bottom: -60px;
    z-index: 3;
    position: relative;
}
.breadcrumb{
    margin-bottom: 30px;
}
.breadcrumb svg{
    margin: 0 8px;
}
.breadcrumb a{
    color:#565656;
}
.breadcrumb .current-item{
    color:#1E1E1E;
}

.first-screen_uni .body3{
    padding-bottom: 20px;
    color:#565656;
}
.first-screen-uni-list{
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 25px;
}
.first-screen-uni-list p{
    margin: 0 0 0 45px;
    color:#1E1E1E;
    font-weight: 400;
    position: relative;
}
.first-screen-uni-list p strong{
    font-weight: 500;
}
.first-screen-uni-list p:before{
    content:'';
    display: block;
    height:35px;
    width:35px;
    min-width:35px;
    background: center/contain no-repeat url('/wp-content/plugins/custom-widgets/first-screen-university/check.svg');
    position: absolute;
    left:-45px;
    top:-7px;
}
.first-screen-uni-button-wrap{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
.first-screen_uni_container{
    display: flex;
    align-items: center;
    column-gap: 28px;
}
.first-screen_uni-col img{
    height: 580px;
    width: 580px;
    min-width: 580px;
    object-fit: cover;
    border-radius: 50%;
}

/* INSTECPTED BAR */

.first-screen_uni .top_bar_inspected {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    display: flex;
    gap: 10px;
    align-items: center;
    background: radial-gradient(198.13% 90.64% at 12.47% 29.59%, #c3daf9 0%, #e8eaff 100%);
    padding: 14px;
    border-radius: 60px;
    margin-bottom: 20px;
    width: fit-content;
}

.first-screen_uni .top_bar_inspected svg {
    width: 28px;
    height: 28px;
}



@media screen and (max-width: 991px){
    .breadcrumb{
        position: absolute;
        top:0;
        margin-top: 0;
    }
    .first-screen_uni_container{
        position: relative;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .first-screen-uni-list{
        gap: 15px;
    }
    .first-screen-uni-list p:before{
        height:30px;
        width:30px;
        min-width:30px;
    }
    .first-screen_uni-col img{
        margin-top: 35px;
        height: auto;
        width: 75%;
        min-width: 75%;
        aspect-ratio: 1 / 1;
        margin-bottom: 20px;
    }
    .first-screen-uni-list p {
        margin: 0 0 0 35px;
    }
    .first-screen-uni-list p:before{
        left: -35px;
        top: -5px;
    }
}

@media screen and (max-width: 599.98px) {
    .first-screen_uni .top_bar_inspected {
        padding: 10px;
        border-radius: 30px;
        margin-bottom: 10px;
    }

    .first-screen_uni .top_bar_inspected svg {
        width: 23px;
        height: 23px;
    }
}