.customer_detail .customer{
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 40px;
}
/* .customer_detail .left_image {
    background-size: cover;
    width: 100%;
    position: relative;
    background-position: 50% 50%;
    overflow: hidden;
}

.customer_detail .left_image {
    height: 500px;
}

.customer_detail .left_image img {
    bottom: 0px;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0px;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    transition: all 0.2s ease;
} */

.rigth_mota .mota .mota_ul {
    list-style-type: none;
    padding-left: 0;
    display: grid;
    gap: 10px;
    margin: 20px 0;
}

.rigth_mota .mota .mota_ul li {
    display: flex;
    gap: 20px;
}

.rigth_mota .mota .mota_ul li i {
    color: var(--color-2nd);
    font-size: 20px;
}