.page-id-6477 {
  background-color: #F6F2EA;
}

.hero h1 {
  font-size: 64px;
  letter-spacing: -0.02em;
}

.hero p {
  font-size: 18px;
  max-width: 720px;
}

.feature-column {
  padding: 32px 24px;
}
  
.feature-column h3 {
  font-size: 22px;
  line-height: 1.25;
}

.feature-column p {
  font-size: 18px;
  line-height: 1.45;
}



/* размеры шрифтов */

body {
  font-size: 18px;
  line-height: 2;
}

p {
  margin-bottom: 0.8em;
}

h1 { font-size: 42px; line-height: 1.1; }
h2 { font-size: 32px; line-height: 1.15; }
h3 { font-size: 22px; line-height: 1.25; }
h4 { font-size: 18px; line-height: 1.3; }

/*footer*/

.site-footer .widget-title {
  font-size: 15px;
  margin-bottom: 8px;
}

.site-footer a {
  text-decoration: none;
  line-height: 1.7;
}

.site-footer a:hover {
  text-decoration: underline;
}

/* button */

.my-hover-btn {
  border-radius: 54px;
  overflow: hidden; /* критично */
  transition: background-color 0.25s ease, color 0.25s ease;
}

.my-hover-btn:hover {
  background-color: #cedce3;
}