.form-send>input,
.form-send>button {
    background: #3caff3;
}

[data-list="bullet"] {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.6;
}

[data-list="bullet"]::before {
    content: "\f00c";
    /* Font Awesome check icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #28a745;
    /* Yeşil tik */
    font-size: 18px;
}

.references ul li .references-cover-catalog {
    height: 280px;
    padding: 25px;
}

.catalog-1 {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 18px;
}