.image-fade {
    position: relative;
}
.image-fade::after {
    content: "Gradcred";
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: absolute;
    font-weight: bold;
    top: 9.5%;
    left: 15%;
    width: 140px;
    height: 40px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9px);
}

.img-box {
    position: relative;
}

.img-box::after {
    content: "";
    position: absolute;
    top: 8%;
    left: 9%;
    width: 160px;
    height: 35px;
    backdrop-filter: blur(9px);
}

.img1,
.img2 {
    position: absolute;
}

.img2.paroller::after {
    content: "";
    position: absolute;
    top: 8%;
    left: 9%;
    width: 160px;
    height: 35px;
    backdrop-filter: blur(9px);
}
