.pricing-content {
    max-width: 1170px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
.pricing-row {
    display: grid;
    grid-template-columns: 1fr repeat(2, 285px);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #DAD9DD;
    align-items: center;

}

.pricing-row > div {
    border-right: 1px solid #DAD9DD;

    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;



}
.pricing-row > div:last-child {
    border-right: none;
}
.pricing-row > div:first-child {

    justify-content: flex-start;
    padding-left: 10px;

}
.show-content,.get-contact {
    display: grid;
    grid-template-columns:1fr repeat(2, 285px);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: space-between;
    padding: 24px;

}
.show-content .show-content-name,
.get-contact .get-contact-name {
    padding-left: 10px;
    min-width: 880px;
}
.show-content .show-content-button,
.get-contact .get-contact-button {
    margin-bottom: 24px;

}
.get-contact-button:hover a {
    color:#ffffff !important;
    background-color: #7051ea !important;
}
.show-content:first-child .show-content-button,.get-contact:first-child .get-contact-button {
    margin-bottom: 24px;
    display: flex;
    gap:6px;

}
.show-content .show-content-button span,
.get-contact .get-contact-button span{
    font-size: 14px;
    font-weight: 400;
    color:#83818F;


}

.get-contact-button a {
    text-decoration: none;
    max-width: 252px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #C1C0C7;
    border-radius: 8px;
    color: #fff;
    margin: 0 auto;
	background-color:#5737d6;
}
.pricing-category-title {
    margin-top: 40px !important;
    margin-bottom: 0;
    border-bottom: 1px solid #DAD9DD;
}

@media screen and (max-width: 600px) {
    .pricing-row {

        grid-template-columns: 1fr repeat(2, 60px);

    }
    .pricing-5, .pricing-25 {
        font-size: 10px;
    }
    .show-content, .get-contact {

        grid-template-columns: 1fr;
    }
    .show-content > div , .get-contact > div {

        display: none;
    }
    .show-content > div:last-child , .get-contact > div:last-child {

        display: block;
    }
    .get-contact-button a {
        width: 100%;
    }

}
