.header .header-info {
  padding: 0;
}

.header-business-email,
.footer-business-email {
  font-size: .9rem !important
}

#hero {
  position: relative;
  padding: 6em 0;
  border-left: 20px solid rgba(18, 39, 64, 0.22);
  border-top: 20px solid rgba(41, 171, 226, 0.27);
  border-right: 20px solid rgba(10, 79, 117, 0.27);
}

.slogan {
  z-index: 2;
}

.slogan h2 {
  font-size: 2.5rem;
  text-shadow: 0 2px 2px #122740;
  font-style: italic;
}

@keyframes anim {
  from {
      transform: translateX(200%);
  }

  to {
      transform: translateX(-200%);
  }
}

@keyframes anime {
  from {
      transform: translateX(0);
  }

  to {
      transform: translateX(-200%);
  }
}

.cw-hero-pig {
  position: absolute;
  left: 1vw;
  bottom: 1em;
  overflow-x: hidden;
}

.cw-hero-pig img {
  width: 36vw;
}

@media screen and (min-width: 768px) {
  #hero {
    padding: 17em 0;
    background-image: linear-gradient(332deg,
        #0a4f754a 27%,
        rgba(255, 255, 255, 0) 0%);
    border-right: none;
  }

  #hero:after {
    background: 0 0;
  }

  .slogan {
    position: absolute;
    right: 0;
    width: 373px;
    bottom: 25px;
  }

  .slogan h2 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .slogan {
    right: 20px;
  }

  .slogan h2 {
    font-size: 3.1rem;
  }
}

.cw-cascade {
  margin: 0 auto;
  padding: 8em 0;
}

.cw-cascade:before {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
}

.cw-cascade .btn {
  background: url(https://apihoard.webit.com/api/v1/Image/3716C515AEADD1398170468301B2DE38/3716C515AEADD1398170468301B2DE38.png?size=Original);
  background-size: cover;
}

@media (min-width: 768px) {
  .page-home .cw-cascade {
    padding: 12em 0;
  }

  .cw-cascade .btn {
    width: 40%;
    font-size: 1.35rem;
  }

  .page-home .cw-cascade .btn {
    font-size: 2rem;
  }
}

section:not(.page-home) .title {
  position: relative;
  margin-bottom: 2em;
  padding: 3rem;
  background: url(https://apihoard.webit.com/api/v1/Image/8853B72814F38FF37C79C54CC79E03F6/8853B72814F38FF37C79C54CC79E03F6.jpg?size=1920x1440) no-repeat center center;
  border-bottom: 10px solid rgba(18, 39, 64, 0.5);
  border-top: 10px solid rgba(18, 39, 64, 0.5);
}

section:not(.page-home) .title:after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

section:not(.page-home) .title h1 {
  position: relative;
  z-index: 2;
  color: #fff;
  -webkit-text-shadow: 2px 2px 8px #000;
  -moz-text-shadow: 0 2px 8px #000;
  text-shadow: 2px 2px 4px #000;
}

@media (min-width: 768px) {
  section:not(.page-home) .title h1 {
    font-size: 3rem;
  }
}

.cw-contacts img {
  margin: 1rem 0;
}

@media (min-width: 992px) {

  .cw-contacts {
    font-size: .85rem
  }

  .cw-contacts img {
    margin: .5rem 0;
  }

}