.service-card{display:flex;flex-direction:column;background-color:var(--primary-white);border-radius:20px;padding:20px;justify-content:space-between;max-width:361px;height:400px}@media screen and (max-width:376px){.service-card{max-width:340px}}.service-card__header{display:flex;flex-direction:column;gap:16px}.service-card__header h2{color:var(--primary-black);font-size:34px;font-weight:700}@media screen and (max-width:376px){.service-card__header h2{font-size:32px}}.service-card__header p{color:var(--primary-black);font-size:16px;font-weight:400}.service-card__content{display:flex;flex-direction:column;gap:16px}.service-card__price{text-align:center;color:var(--primary-black);font-size:34px;font-weight:700}.service-card__actions{display:flex;flex-direction:column;max-width:321px;width:100%;gap:8px}