.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 20px;
}
.image-kutu {
    width: 31%;
    margin: 0;
    text-align: center;
    padding: 10px 0;
}
.image-kutu img {
    width: 100%;
    height: auto;
}
h3.image-bgtitle
Specificity: (0,1,1)
 {
    font-weight: 500;
    color: #265cab;
}