div.cardpostal>h4{
    color: black;
    font-weight: 700;
    
}

a.cardpostal:hover{
    color: black;
}

a.cardpostal:hover {
    
    color: #4a2bad;
}


h2.title{
    font-size: 36px;
    color: black;
    font-weight: 700;
}

.fs-20{
    font-size: 20px;
}


.cardpostal {
    height: auto;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; /* محتوا بین بالا و پایین پخش بشه */
     /* همه کارت‌ها ارتفاع برابر بگیرن */
    border: 1px solid #e6e6e6;
}

.cardpostal img {
    object-fit: cover;
}

.cardpostal h2 {
    font-size: 1.1rem;
    padding-top: 25px;
    
    flex-grow: 1; /* عنوان اجازه داشته باشه جا پر کنه */
}

.cardpostal p {
    padding-top: 10px;
    margin-top: auto; /* قیمت بره پایین */
    font-weight: bold;
}

.cardpostal h2,
.cardpostal p {
    line-height: 1.2; /* می‌تونی کمتر یا بیشتر تست کنی: 1.2, 1.3, ... */
    margin-bottom: 4px; /* فاصله پایین هر خط رو هم کنترل کن */
}

.service-text-wrapper {
    position: relative;
}

.service-text-content {
    max-height: 200px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.service-text-wrapper.expanded .service-text-content {
    height: auto;
    max-height: fit-content;
}

button.service-text-toggle {
    margin-top: 20px;
}


.content ul li, .service-text-content ul li {
    margin-bottom: 5px;
    position: relative;
    padding-right: 2.1rem;
    font-size: 1em;
}


.content ul li:before, .service-text-content ul li:before {
    background-image: url(../images/checkmark.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 1rem;
    content: "";
    display: block;
    height: 1.77777778rem;
    line-height: 1.77777778rem;
    width: 1.77777778rem;
    background-color: #fff;
    border-radius: 100%;
    color: #9c8881;
    margin-left: 5px;
    padding: 0;
    top: 2px;
    position: absolute;
    right: 0;
    text-align: right;
}
