.imageaustrailacontainer{
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imageblogasut :hover{
    box-sizing: border-box;
  box-shadow: 0px 0px 1px 1px  rgb(147, 147, 149);
  border-radius: 10px;
  filter: blur(1px);
  -webkit-filter: blur(1px);
  transform: scale(1.02) !important;
}
.imageblogasut{
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:1000px){
    .benfitesofdata{
        display: flex;
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
    }



    .universitiescardmaincontiner {
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        flex-wrap: wrap !important;
    }    
    .benfitesofdata > div{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.iamgecontent{
    width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
    line-height: 33px;
    font-size: 22px;
    
}
.studyiamges{
    height: auto;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.iamgesdataside{
    height: 380px;
    width: 380px;
    padding: 10px;
    background-color: gray;
}
.circle{
    height: 2rem;
    width: 2rem;
    background-color: rgb(238, 235, 235);
    border-radius: 50%;

} 

.studyiamges > li  {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      margin-top: 0.4rem;
}
.studyiamges{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
 

}



