﻿.why-us-item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}

    .why-us-item .item {
        display: flex;
        align-items: start;
        min-height: 130px;
        padding: 15px;
        border-radius: 8px;
        height: 100%;
    }

    .why-us-item .icon {
        background-color: var(--base-color);
        line-height: 35px;
        height: 70px;
        width: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        border-radius: 50%;
        overflow: hidden;
    }

        .why-us-item .icon i {
            color: var(--light-color);
            display: flex;
            justify-content: center;
            font-size: 32px;
        }

    .why-us-item .text-4 {
        font-weight: 500;
    }

.why-choose-us .img:hover {
    transform: rotateY(10deg) !important;
    cursor: crosshair;
}

.why-choose-us .img {
    transform: perspective(100px) rotateY(-3deg);
    border-radius: 15px;
    transition: 0.5s;
    filter: brightness(0.85);
}
