.title {
  font-size: 2rem;
}

.header {
  padding: 0 20px;
}

.logo {
  width: 60px;
  height: auto;
}

.topArea,
.worries,
.cvArea,
.catch,
.reason,
.performance,
.comparison,
.contact,
.footer {
  padding: 50px;
}

.topArea {
  padding: 30px;
}

.topArea__title {
  font-size: 2.5rem;
}

.topArea__txt {
  font-size: 1.8rem;
}

.cvArea__text {
  font-size: 2rem;
}

.cvArea .btn {
  margin-top: 0;
}

.worries__txt {
  font-size: 1.8rem;
}

.catch {
  font-size: 2.5rem;
}

.reason__subTitle {
  font-size: 1.6rem;
}

.reason__txt {
  font-size: 1.4rem;
}

.comparison__listTitle {
  font-size: 1.7rem;
}

.comparison__listTxt {
  font-size: 1.4rem;
}