@import url(https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap);
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  scroll-behavior: smooth;
}

h1 {
  display: block;
  color: currentColor;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
  margin: 0;
  font-family: "Merriweather", serif;
}

h2 {
  display: block;
  color: currentColor;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: none;
  margin: 0;
  font-family: "Merriweather", serif;
}

p,
a,
span,
div {
  font-family: "Lato", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
}

p, a, span, h3, div {
  margin-block-start: 0;
  margin-block-end: 0;
}

.paragraph {
  text-align: start;
  margin-top: 18px;
}

.content {
  max-width: 1304px;
  padding: 0 32px;
  margin-left: auto;
  margin-right: auto;
}

.main .hero {
  background-image: url(609f7db6335ab2ff499d4b92257910b1.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 640px;
}
@media screen and (min-width: 1024px) {
  .main .hero {
    background-image: url(2b48dd254c8f0b2a26222f34e2a0fac0.jpg);
    background-attachment: fixed;
    height: 500px;
  }
}

.pricing {
  padding-top: 128px;
  padding-bottom: 64px;
  text-align: center;
  background-color: white;
  color: #303030;
}
.pricing .subtitle {
  margin-top: 16px;
}
.pricing .table {
  width: 100%;
  margin-top: 32px;
  border-spacing: 0;
}
.pricing .table tr {
  transition: background-color 450ms;
}
.pricing .table tr td {
  border: none;
  padding: 16px 8px;
  border-bottom: 1px solid rgba(72, 88, 75, 0.1);
}
.pricing .table tr td:nth-child(1) {
  text-align: start;
}
.pricing .table tr td:nth-child(2) {
  text-align: end;
}
.pricing .table tr:hover {
  background-color: #e5e8e5;
}

.about {
  padding-top: 128px;
  padding-bottom: 64px;
  text-align: center;
  background-color: white;
  color: #303030;
}
.about .subtitle {
  margin-top: 16px;
}
.about .pillars {
  margin-top: 32px;
  text-align: justify;
}
.about .pillars p {
  margin-top: 20px;
}
.about .staff {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
}
@media screen and (min-width: 1024px) {
  .about .staff {
    flex-direction: row;
  }
}
.about .staff .person {
  display: grid;
  justify-self: center;
  margin: 32px 64px 0;
}
@media screen and (min-width: 1024px) {
  .about .staff .person {
    margin-top: 0;
  }
}
.about .staff .person img {
  width: 256px;
  height: 256px;
  border-radius: 50%;
}
.about .staff .person .bio {
  display: grid;
  margin-top: 16px;
}
.about .staff .person .bio h3 {
  margin-bottom: 8px;
}
.about .staff .person .bio .description {
  color: #93a0ff;
  font-size: 18px;
  margin-bottom: 16px;
}

.contact {
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: start;
  background-color: #48584b;
  color: white;
}
.contact .content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
}
@media screen and (min-width: 1024px) {
  .contact .content {
    grid-template-columns: 1fr 3fr 1fr;
  }
}
.contact .logo {
  font-size: 32px;
  font-weight: bold;
  color: white;
}
.contact .callable {
  display: block;
  margin-top: 16px;
  color: white;
  white-space: nowrap;
  text-decoration: none !important;
}
.contact .callable .phone {
  font-weight: bold;
}
.contact .social img {
  width: 48px;
  height: 48px;
}

.offer {
  padding-top: 128px;
  padding-bottom: 64px;
  text-align: center;
  background-color: #e4e7e4;
  color: #303030;
}
.offer .subtitle {
  margin-top: 16px;
}
.offer .features {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  margin-top: 64px;
}
@media screen and (min-width: 1024px) {
  .offer .features {
    grid-template-columns: repeat(3, 1fr);
  }
}
.offer .features .item {
  position: relative;
  display: block;
  max-width: 100%;
  color: currentColor;
  overflow: hidden;
}
.offer .features .item img {
  width: 256px;
}
@media screen and (min-width: 1024px) {
  .offer .features .item img {
    width: 100%;
  }
}
.offer .features .item h3 {
  margin-top: 32px;
}

nav {
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: white;
  width: calc(100% - 32px);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  nav {
    padding: 8px 24px;
    width: calc(100% - 48px);
  }
}
nav .logo img {
  height: 48px;
}
nav .logo {
  color: #303030;
  white-space: nowrap;
  text-decoration: none !important;
  font-size: 24px;
  line-height: 1.1;
  font-weight: bold;
}
nav .links {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav .links a:not(.callable) {
  display: none;
}
@media screen and (min-width: 1024px) {
  nav .links a:not(.callable) {
    display: flex;
  }
}
nav .links li a {
  color: #303030;
  white-space: nowrap;
  text-decoration: none !important;
  padding: 8px 16px;
  font-size: 18px;
  transition: all 225ms;
  border-radius: 24px;
}
nav .links li a:hover {
  color: #48584b;
  background-color: #e4e7e4;
}
nav .links li a.social {
  padding: 0;
  margin-left: 16px;
}
nav .links li a.social img {
  width: 32px;
  height: 32px;
}
nav .links li a.social:hover {
  background-color: transparent;
}
nav .links li a.callable {
  color: #48584b;
  font-size: 14px;
  font-weight: normal;
  transition: background-color 225ms;
  margin: 0 8px;
}
nav .links li a.callable:hover {
  color: #313c33;
}
