.i-section.choose-type {

}
.add-listing-title,
.add-listing-title .elementor-widget-container,
.add-listing-subtitle .elementor-widget-container,
.add-listing-subtitle {
    margin: 0 !important;
}
.add-listing-title h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 34px;
    line-height: 46px;
    font-weight: 900;
    margin: 0 0 12px;
    letter-spacing: 0px;
    color: #000000 !important;
}

.add-listing-subtitle h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    font-family: "Roboto", Sans-serif;
    color: #888889;
    margin: 0;
}
.i-section.choose-type .section-body .ac-category {
    padding: 0 35px;
    margin-bottom: 25px;
    height: 158px;
}

.i-section.choose-type .section-body .ac-category .cat-card {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    background: #fff;
    min-height: 158px;
}
.i-section.choose-type .section-body .ac-category .cat-card .ac-front-side .category-name {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
}
.i-section.choose-type .section-body .ac-category .cat-card:hover .ac-front-side {
    transform: rotateX(0deg);
    z-index: 1;
    background-color: #6322F6;
}

.i-section.choose-type .section-body .ac-category .cat-card:hover .ac-front-side .cat-icon {
    background-color: #fff;
}

.i-section.choose-type .section-body .ac-category .cat-card:hover .ac-front-side .cat-icon i {
    color: #6322F6;
}

.i-section.choose-type .section-body .ac-category .cat-card:hover .ac-front-side .category-name {
    color: #fff;
}
@media (min-width: 1600px) {
    .add-listing-subtitle h2 {
        margin: 0 0 60px;
    }
    .i-section.choose-type .container-fluid {
        max-width: 1400px;
    }
    .i-section.choose-type .section-body .ac-category {
        padding: 0 55px;
        margin-bottom: 75px;
    }
}
