2025-11-20 10:00:24 +03:00
|
|
|
.card {
|
2025-11-21 12:55:54 +03:00
|
|
|
padding: 20px 0;
|
2025-11-20 10:00:24 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
|
|
|
|
|
color: var(--color-blue);
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 25px;
|
|
|
|
|
line-height: 120%;
|
2025-11-21 15:40:27 +03:00
|
|
|
|
|
|
|
|
@media (width <=768px) {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
2025-11-20 10:00:24 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.description {
|
|
|
|
|
color: var(--color-text);
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 20px;
|
2025-11-21 15:40:27 +03:00
|
|
|
line-height: 145%;
|
|
|
|
|
|
|
|
|
|
@media (width <=768px) {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
2025-11-20 10:00:24 +03:00
|
|
|
}
|