.page-content-widget .page-item {
    margin-bottom: 20px;
}
.page-content-widget .page-item h2 {
    font-size: 24px;
}
.page-content-widget .page-item img {
    max-width: 100%;
    height: auto;
}
.eicon-gv-icon {
    background: url('../icons/gv-icon.svg') no-repeat center center;
    background-size: contain;
    display: inline-block;
    width: 20px; /* İkon boyutunu ayarlayın */
    height: 20px; /* İkon boyutunu ayarlayın */
    content: "";
}

.page-content-widget .page-item {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.page-content-widget .page-item img {
    width: 100%;
    height: auto;
    display: block;
}

.page-content-widget .page-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: background 0.3s;
}

.page-content-widget .page-item:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
}

.page-content-widget .page-item .page-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 20px;
    z-index: 2;
}

.page-content-widget {
    display: grid;
    gap: 10px;
}
