.feedback, .name {
    color: #f0f5ff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 30px 0px;
}

.name {
    font-size: 17px;
    margin: 0px;
}

.name span {
    color: #999;
}

.feedback-img {
    width: 70px;
}

.twitter-x {
    position: absolute;
    filter: invert(1);
    top: 0%;
    right: 0%;
    width: 22px;
    margin: 22px;
}

.overlay {
    background: linear-gradient(to top, #030712, transparent);
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 300px;
}

.features.feedbacks .feature:hover {
    transform: scale(0.97);
}

.features.feedbacks .feature {
    transition: 0.3s;
}