.e-islemler-wrapper{
    height: auto;
    background-color: #FFFFFF;
    border: solid 5px #DAD8D7;
    border-radius: 5px;
    margin-left: 20px;
    margin-right: 6px;
    margin-bottom: 20px;
}
.e-islemler-wrapper a{
    border-radius: 5px;
    padding: 10px;
    display: block;
    background-color: #f4f3f3;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
    transition: background-color 200ms linear;
}

.e-islemler-wrapper a:hover{
    background-color: #DAD8D7;
}

.e-islemler-wrapper a>img{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.e-islemler-wrapper a>div{
    min-height: 40px;
    padding-left: 50px;
    line-height: 1.2;
}
.e-islemler-wrapper a>div>h3{
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
.e-islemler-wrapper a>div>p{
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 1.2;
}


.row-no-gutters{
    margin-left: 0;
    margin-right: 0;
}

.row-no-gutters .ei-links{
    padding: 5px 0 5px 5px;
}

.row-no-gutters .ei-links:last-child{
    padding-right: 5px;
}


@media screen and (max-width: 768px) {
    .row-no-gutters .ei-links{
        padding: 5px !important;
    }
    .e-islemler-wrapper{
        margin-left: 20px;
        margin-right: 20px;
    }
}