.feature-card-container .card {
    padding: 13px;
    border-radius: 8px;
    height: 100%;
}
.feature-card-container .card .icon-div {
    width: 72px;
    height: 72px;
    background: #FFFFFF;
    box-shadow: 0px 24px 24px rgba(8, 7, 41, 0.05);
    border-radius: 8px;
    text-align: center;
    line-height: 72px;
    margin-bottom: 24px;
}
.view-listing {
    font-size: 14px;
    font-weight: 600;
}
.feature-card-container .card h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.003em;
    color: #1F3E72;
}
.feature-card-container .card p,
.feature-card-container .card li {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #59677F;
}
.feature-card-container .card .feature_description .show-more:hover {
    color: #ff9e46;
}
.show-more {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}
.show-more-height {
    height: 0;
    overflow: hidden;
}
.feature-card-container .card  .text {
    position: relative;
    display: block;
}