.perfect-cards-div {
    display: grid;
    align-items: center;
    text-align: center;
}
.perfect-section-main-title{
    text-align: center;
}
/* .perfcet-card-text{
    margin: 0px auto;
} */
.perfect-card {
    aspect-ratio: 1/1;
    border-radius: 16px;
}
@media screen and (min-width: 1920px) {
    .perfect-section-main-title {
        font-size: 40px !important;
        line-height: 1.2 !important;
        font-weight: 800 !important;
    }
    .perfect-cards-div {
        margin-top: 64px;
        gap: 16px;
    }
    .perfcet-card-text {
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 1.4;
        /* max-width: 290px; */
        padding: 24px;
    }
    .section-rich-directory-view{
        max-width: 1400px;
        margin: 0px auto;
    }

}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
    .perfect-cards-div {
        margin-top: 56px;
        gap: 16px;
    }
    .perfect-section-main-title {
        font-size: 36px;
        line-height: 1.2;
        font-weight: 800;
    }
    .perfcet-card-text {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.4;
        padding: 24px;
        /* max-width: 240px; */
    }
    .section-rich-directory-view {
        max-width: 1200px;
        margin: 0px auto;
    }

}

@media screen and (min-width: 960px) and (max-width: 1439px) {
    .perfect-cards-div {
        margin-top: 48px;
        gap: 16px;
    }
    .perfect-section-main-title {
        font-size: 28px;
        line-height: 1.2;
        font-weight: 800;
    }
    .perfcet-card-text {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
        padding: 16px;
        /* max-width: 181px; */
    }
    .section-rich-directory-view {
        max-width: 900px;
        margin: 0px auto;
    }
}

@media screen and (min-width: 680px) and (max-width: 959px) {
    .perfect-cards-div {
        margin-top: 48px;
        gap: 8px;
    }
    .perfect-section-main-title {
        font-size: 32px;
        line-height: 1.2;
        font-weight: 800;
    }
    .perfcet-card-text {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
        padding: 24px;
        /* max-width: 264px; */
    }
    .section-rich-directory-view {
        padding: 0px 24px;
    }
}

@media screen and (max-width: 679px) {
    .perfect-cards-div {
        margin-top: 32px;
        gap: 8px;
    }
    .perfect-section-main-title {
        font-size: 24px;
        line-height: 1.2;
        font-weight: 800;
    }
    .perfcet-card-text {
        font-size: 12px;
        font-weight: 700;
        line-height: 1.4;
        padding: 8px;
        /* max-width: 152px; */

    }
    .section-rich-directory-view {
        padding: 0px 16px;
    }
    .perfect-card {
        border-radius: 8px;
    }
}