.post-showcase-grid .post-image {
    height: 140px !important;
}
.post-showcase-grid {
    background-color: #EDEDEE !important;
}
.post-showcase-grid .post-content {
    display: flex;
    flex: 1;
    
}
.post-showcase-grid .post-author p {
    margin: 0px;
}
.post-showcase-wrapper {
    padding: 6px 20px;
    gap: 20px !important;
    max-width: 1360px;
    margin: 0 auto;
}
.post-showcase-header {
    max-width: 1360px;
    margin: 0 auto;
}
.post-showcase-header h2 {
    color: #234273 !important;
}
.post-showcase-button {
    background-color: var(--primary-color);
    color: #234273;
    display: flex;
    padding: 8px 18px 8px 18px;
    background-color: transparent;
    border: 1px solid #0083D5;
    border-radius: 35px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    width: 370px;
    transition: all 0.3s ease;
    justify-content: space-between;
}
.post-showcase-button:hover {
    background: #0083D5 !important;
    color: white !important;
}
.post-showcase-grid .post-card {
    background-color: #234273 !important;
    border-radius: 0px !important;
    display: flex;
    flex-direction: column;
}
.post-showcase-grid .post-author span {
    font-size: 12px;
}
@media (max-width: 767px) {
    .post-showcase-grid .post-author span {
    font-size: 10px;
}
.post-showcase-grid .post-heading h3 {
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 0px !important;
}
.post-showcase-grid .post-content {
    padding: 10px !important;
}
.post-showcase-grid .post-content {
    height: auto !important;
}
.post-showcase-grid .post-heading-wrapper {
    gap: 0px !important;
    margin-bottom: 0px !important;
}
.post-showcase-grid .post-showcase-button {
    width: auto !important;
    margin-top: 0;
}
.post-showcase-grid .post-showcase-header {
    display: block !important;
}
.post-showcase-grid .post-showcase-wrapper {
    padding-top: 20px !important;
}
.post-showcase-title{
    font-size: 32px !important;
}
}
.post-showcase-grid .post-content h3 {
    color: white !important;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.post-showcase-grid .post-content .post-excerpt {
    display: none;
    color: white !important;
    font-size: 16px;
}

.post-showcase-grid .post-heading-wrapper {
    display: flex;
    color: white;
    font-weight: 500;
    flex-direction: column;
    justify-content: space-between;
}

.post-showcase-grid .post-heading {
    flex: 2;
}
.post-showcase-grid .post-author {
    flex: 0;
}
.post-showcase-grid .post-heading p, .post-showcase-grid .post-author p {
    font-size: 12px;
}
.nls-accordion-block .nls-block-wrapper {
    max-width: 1200px;
    padding-top: 40px !important;
}

@media (max-width: 768px){
    .post-card .post-content{

        padding-bottom: 20px !important;
    }
}