.kupu-img-box {
    /* display: flex;
  justify-content: space-between; */
}

.kupu-img-box a {
    width: 30%;
    display: inline-block;
    overflow: hidden;
    margin-left: 2%;
}

.kupu-img-box a p {
    text-align: center;
    line-height: 42px;
    font-size: 16px;
}

.kupu-img-box a img {
    width: 100%;
    transition: 1.5s;
    height: 100%;
    height: 125px;
}

.kupu-img-box a img:hover {
    transform: scale(1.2);
}

.kupu-img-box a:hover {
    color: #96bc82 !important;
}