.hizmetler {
    background: url('../images/urunbg.jpg');
    color: #2a7983;
    padding: 50px 0px;
    background: white;
}

.hizmetler .sol-baslikkk {
    width: 100%;
    height: 100%;
    background: #fff;
}

.hizmetler .baslik {
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    padding-left: 0px;
    margin-bottom: 0px;
}

.hizmetler .baslik h2 {
    width: 100%;
    display: block;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #22646c;
}

.hizmetler .baslik small {
    max-width: 412px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #297781;
    margin-top: 20px;
}

.hizmetler .baslik a.tumunugor {
    color: #fff;
    border: solid 1px #2a7983;
    padding: 7px 20px 6px 20px;
    border-radius: 2px;
    margin-left: auto;
    font-weight: 500;
    background: #2a7882;
}

.hizmetler a.liste {
    width: 100%;
    height: auto;
    color: #fff;
    margin-top: 45px;
    position: relative;
    min-height: 240px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 25px;
}

.hizmetler a.liste:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, black, transparent);
    opacity: 1;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.hizmetler a.liste:hover:before {
    background: linear-gradient(45deg, #2a7983, transparent);
}

.hizmetler a.liste .icon {
    display: block;
    height: 50px;
    margin-bottom: 15px;
}

.hizmetler a.liste .icon .svgIcon {
    fill: #fff;
    height: 40px;
    width: 40px;
}

.hizmetler a.liste .icon .svgIcon path {
    fill: #fff;
}

.hizmetler a.liste .text {
    width: 100%;
    height: auto;
    z-index: 1;
}

.hizmetler a.liste .text span {
    width: 100%;
    height: auto;
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.hizmetler a.liste .text small {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 8px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 300;
    opacity: 80%;
}

.hizmetler a.liste:hover .text small {
    opacity: 100%;
}

@media(max-width: 1024px){
    .hizmetler .baslik{display: block!important;}
    .hizmetler .baslik a.tumunugor {display: inline-block; margin-top: 10px;} 
    .hizmetler a.liste {margin-top: 15px;}

}