.site-identity .site-title, .footer-logo {
  font-size: 40px;
  line-height: 42px;
  font-weight: 800;
  font-family: Mulish, sans-serif;
}
.site-identity .site-title span, .footer-logo span {
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
.site-identity .site-title a, .footer-logo a {
  color: #fff;
}

.main-navigation {
  justify-content: flex-end;
}

.home-banner {
  min-height: 620px;
}

.home-feature-section .feature-wrapper {
  grid-column-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.home-feature-section .feature-wrapper .feature-type {
  padding-inline: 30px;
}
.home-feature-section .feature-wrapper .feature-type .feature-heading {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
}

.home-about-us {
  padding-bottom: 110px;
}
.home-about-us .about-left-content {
  height: 100%;
}
.home-about-us .about-left-content figure {
  height: 100%;
}
.home-about-us .about-left-content figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-footer {
  padding-top: 20px;
}

.widget-item {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.widget-item i {
  margin: 5px 10px 0 0;
  flex-shrink: 0;
  color: #F24080;
}

.content-wrapper {
  padding: 0 0 80px;
}

.page-header h1 {
  font-size: 36px;
  line-height: 42px;
}