.profile-card-2 {
    max-width: 300px;
    background-color: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-position: center;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 10px;
}

.profile-card-2 img {
    transition: all linear 0.25s;
	height: 400px;
    object-fit: cover;
    width: 100%;
}

.profile-card-2 .profile-name {
      position: absolute;
    left: 16px;
    top: 13px;
    font-size: 17px;
    color: #FFF;
    text-shadow: 0px 0px 20px rgb(0 0 0);
    font-weight: bold;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-icons {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #FFF;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-username {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #FFF;
    font-size: 13px;
    transition: all linear 0.25s;
	background: black;
    padding: 5px;
	border-radius:10px
}

.profile-card-2 .profile-icons .fa {
    margin: 5px;
}

.profile-card-2:hover img {
    filter: grayscale(100%);
}

.profile-card-2:hover .profile-name {
    bottom: 100px;
}

.profile-card-2:hover .profile-username {
    bottom: 60px;
}

.profile-card-2:hover .profile-icons {
    right: 40px;
}
.bg-ozel{
	justify-content: space-between;
    display: flex;
    padding: 20px;
}
.bg-ozel .ozel-text{color:#07332f;}

.news-blog-area .blog-wrapper{width: 100%;}
.news-blog-area .blog-wrapper .single-blog {
    margin: 10px;
}
.single-blog .blog-thumb img {
    height: 350px;
    object-fit: cover;
}


@media only screen and (max-width: 991px) {
	.urun-kat .col-xs-6{width:50%}
	
}