.c-cta {
  background-color: var(--color-primary);
  color: #ffffff;
  padding-block: 64px;
}

.c-cta__inner {
  display: flex;
  align-items: center;
}

.c-cta__title {
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.5;
}

.c-cta__text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin-bottom: 24px;
}

.c-cta__btn {
  margin-bottom: 16px;
  border-radius: 100px;
  min-width: 280px;
}

.c-cta__tel {
  font-size: 22px;
  font-weight: 700;
}

.c-cta__tel a {
  color: #ffffff;
}

@media (max-width: 768px) {
  .c-cta {
    padding-block: 48px;
  }

  .c-cta__title {
    font-size: 24px;
  }
}
