.hakkimizda-text-area {
    margin-top: 90px;
    display: flex;
    align-items: flex-start;
}

.card {
    border-radius: 12px;
    background-color: #edf4ff;
    padding: 16px;
    text-align: center;
    border: none;
}

.card .card-title {
    font-weight: bold;
    color: #2d2d2d;
    margin-bottom: 10px;
}

.card .card-text {
    color: #444;
    font-size: 14px;
}

.custom-container.cards {
    margin-top: 50px;
    margin-bottom: 50px;
}

.card .card-title {
    font-weight: bold;
    font-size: 16px;
    color: #2d2d2d;
    margin-bottom: 10px;
    font-family: "Mulish";
    font-weight: 600;
    text-align: center;
}
.card .card-icon {
    display: block;
    margin: 0 auto 10px;
    width: 17px;
    height: 17px;
    background-color: #00946b;
    border-radius: 50%;
}

.hakkimizda-title {
    font-family: Mulish;
    font-weight: 600;
    font-size: 38px;
    color: #00194A;
}

/* Responsive for smaller screens */

@media (max-width: 768px) {
    .card {
        margin-bottom: 20px;
    }
}