.sub h3 {
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.ico {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 20px;
}

.ico img {
    max-width: 100%;
    max-height: 100%;
}

.indeks .row {
    align-items: center;
    margin-bottom: 20px;
}

.indeks h5 {
    margin: 0;
    transition: all .2s;
}

.indeks:hover {
    text-decoration: none!important;
}

.indeks:hover h5 {
    margin-left: 10px;
    color: #e51f26;
}

aside {
    position: sticky;
    top: 150px;
}

.rounded {
    border-radius: 50%;
}

.w-50 {
    width: 50%;
}