.heading-h2 {
 font-family: var(--fontFar);
 font-weight: 500;
 font-size: 48px;
 line-height: 1.3;
 color: var(--white);
}

.text-p-card-title {
 font-weight: 400;
 font-size: 16px;
 line-height: 1;
}

.text-p-card-price {
 font-weight: 400;
 font-size: 24px;
 line-height: 1;
}

.card-text {
 font-weight: 500;
 font-size: 18px;
}