
.contact-card {
    border-radius: 8px;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-icon {
    font-size: 30px;
    margin-bottom: 10px;
    color: #292D32;
}

.contact-icon i {
    background-color: #D9F5F4;
    padding: 10px 13px;
    border-radius: 50%;
}

.email-icon {
    background-color: #D9F5F4 !important;
}
.contact-cards{
    position: relative;
    background-image: url('../../images/our-products.webp');
    width: 100%;
    /* min-height: 500px; */
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.sec-hero-overlay {
    background: rgb(0 0 0 / 56%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.contact_cards{
    position: relative;
    padding: 169px 20px !important;
}
@media (max-width:500px) {
    /* .form_img_car{
    display: none;
    } */
    .order_last {
        flex-direction: column-reverse;
    }
    .contact_car{
        height: 180px;
    }
    .contact_cards {
        position: relative;
        padding: 103px 20px !important;
    }
}
@media (max-width: 500px) {
    .form_img_car {
        height: 180px;
        object-fit: contain !important;
    }
}













