body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.banner {
  height: 650px;
  background-color: #212127;
  background-image: url('../images/slide-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.with-slider {
  height: 700px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.banner.style-3 {
  height: 600px;
  background-image: url('../images/kontrolle.png');
  background-position: 100% 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.banner.style-3.electroinstallations {
  background-image: url('../images/homescreen1.png');
  background-position: 174% -64px;
  background-size: cover;
}

.banner.style-3.homeautomation {
  background-image: url('../images/architectural-design-architecture-building-532568.jpg');
  background-position: 50% 58%;
  background-size: 3000px;
}

.navbar {
  padding: 20px 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .3);
  background-color: transparent;
}

.navbar.style-2 {
  border-bottom-color: #e1e1e1;
  background-color: #fff;
}

.nav-link {
  margin-left: 5px;
  padding: 12px 25px 8px 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  border-color: hsla(0, 0%, 100%, .38);
}

.nav-link.no-drop {
  padding-right: 10px;
}

.nav-link.no-drop.w--current {
  border-color: hsla(0, 0%, 100%, .38);
  color: #fff;
}

.nav-link.no-drop.dark.w--current {
  border-color: #9bcb4c;
  color: #9bcb4c;
}

.nav-link.dark {
  color: #313131;
  font-weight: 500;
}

.nav-link.dark:hover {
  border-color: #9bcb4c;
}

.arrow-drop {
  margin-top: 14px;
  margin-right: 8px;
  font-size: 12px;
}

.section {
  position: relative;
  padding: 80px 10px;
}

.section.gray {
  background-color: #f1f1f7;
}

.section.no-bottom-margin {
  padding-bottom: 0px;
}

.section.with-line {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.section.with-line.more {
  padding-bottom: 60px;
}

.section.with-color {
  background-color: #0ac876;
}

.section.with-color.with-map {
  background-color: #9bcb4c;
  background-image: url('../images/map-2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.with-color.less-space {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.with-image {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/rawpixel-com-250087.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/rawpixel-com-250087.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container-fluid {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid.center {
  position: relative;
  top: 35%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container-fluid.center.more {
  top: 50%;
}

.heading-1 {
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 32px;
}

.heading-1.smaller {
  color: #9bcb4c;
  font-size: 20px;
  line-height: 30px;
}

.heading-1.small {
  font-size: 28px;
}

.heading-1.with-color {
  color: #0ac876;
  font-size: 18px;
  line-height: 30px;
}

.heading-1.pricing-title {
  font-size: 45px;
  line-height: 50px;
}

.heading-1.white {
  color: #fff;
}

.heading-1.white.biger {
  margin-bottom: 20px;
  font-size: 42px;
}

.color {
  color: #9bcb4c;
  font-size: 34px;
  font-weight: 400;
}

.color.smaller {
  color: #9bcb4c;
  font-size: 22px;
}

.color.white {
  color: #fff;
}

.top-margin {
  margin-top: 20px;
  font-style: normal;
}

.top-margin.more {
  margin-top: 60px;
}

.top-margin.more.add {
  margin-top: 80px;
}

.top-margin.expert-text {
  color: #9bcb4c;
  font-style: normal;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Lora, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.lighter {
  color: #969696;
}

.paragraph.more-gray {
  color: #969696;
  font-style: italic;
}

.paragraph.not-block {
  display: inline-block;
  padding-right: 15px;
  border-right: 1px solid #e1e1e1;
}

.paragraph.not-block.margin {
  margin-left: 15px;
}

.paragraph.not-block.margin.no {
  padding-right: 0px;
  border-right-style: none;
}

.paragraph.copy {
  margin-bottom: 0px;
  color: #969696;
  font-size: 15px;
}

.left-padding {
  padding-right: 30px;
}

.line-divider {
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #e1e1e1;
}

.div-block {
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px;
  border: 1px solid #d6d6d6;
}

.div-block.full {
  margin-right: 0px;
  margin-left: 0px;
}

.light-wrapper:hover {
  opacity: 0.8;
}

.heading-2 {
  color: #363636;
  font-size: 19px;
  line-height: 29px;
}

.heading-2.white {
  color: #fff;
}

.logo-slider {
  top: 19px;
  height: auto;
  background-color: transparent;
}

.slide-nav {
  position: relative;
  padding-top: 20px;
  opacity: 0.7;
  font-size: 10px;
}

.slide-nav.white {
  opacity: 1;
}

.logo-wrapper {
  width: 100%;
  opacity: 0.8;
  text-align: center;
}

.logo-wrapper:hover {
  opacity: 1;
}

.service-wrapper {
  padding: 30px 20px 20px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
}

.service-wrapper:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}

.service-wrapper.add-margin {
  margin-bottom: 20px;
}

.service-icon {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  float: left;
  background-image: url('../images/smart-home.svg');
  background-position: 50% 0px;
  background-size: 45px;
  background-repeat: no-repeat;
}

.service-icon.icon-2 {
  background-image: url('../images/poles-1.svg');
  background-size: 45px;
}

.service-icon.icon-3 {
  background-image: url('../images/insurance-1.svg');
  background-size: 45px;
}

.service-icon.icon-4 {
  background-image: url('../images/settings-2.svg');
  background-size: 45px;
}

.service-icon.icon-5 {
  background-image: url('../images/database.svg');
  background-size: 45px;
}

.service-icon.icon-6 {
  background-image: url('../images/fingerprint-2.svg');
  background-size: 45px;
}

.service-content {
  position: relative;
  overflow: hidden;
}

.service-content.link-btn {
  font-size: 16px;
}

.heading-4 {
  font-weight: 700;
}

.heading-4.biger {
  font-size: 28px;
  line-height: 30px;
}

.heading-4.move {
  position: relative;
  top: 4px;
}

.heading-4.toggle {
  display: inline-block;
}

.top-title {
  margin-bottom: 40px;
}

.top-title.center {
  color: #fff;
  text-align: center;
}

.top-title.more {
  margin-bottom: 80px;
}

.tab-testi {
  top: 40px;
  z-index: 3;
  display: inline-block;
  background-color: #fff;
}

.testi-photo {
  width: 85px;
  height: 85px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 100%;
  background-image: url('../images/doctor-1.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.testi-photo:hover {
  opacity: 0.8;
}

.testi-photo.w--current {
  opacity: 1;
}

.testi-photo.photo-2 {
  background-image: url('../images/samuelbeer.png');
  background-size: contain;
  -webkit-filter: grayscale(100%) brightness(134%);
  filter: grayscale(100%) brightness(134%);
}

.testi-photo.photo-3 {
  background-image: url('../images/aronheynen.png');
  background-size: contain;
}

.testi-photo.photo-3.w--current {
  background-image: url('../images/aronheynen.png');
  opacity: 1;
}

.testi-photo.photo-1 {
  background-image: url('../images/doctor-3.jpeg');
  background-position: 0px 0px;
}

.testi-wrapper {
  display: block;
  width: 70%;
  margin-right: auto;
  font-family: Lora, sans-serif;
  color: #464646;
  font-size: 19px;
  line-height: 30px;
  text-align: left;
}

.fund-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #d6d6d6;
  text-align: center;
}

.fund-wrapper.no-line {
  border-right-style: none;
}

.smaller {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
}

.normal {
  color: #9bcb4c;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #e1e1e1;
  background-color: #fff;
}

.subscribe-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.sub-field {
  width: 70%;
  height: 50px;
  padding-left: 20px;
  float: left;
  border-style: none;
}

.button {
  display: block;
  padding: 12px 40px;
  border-radius: 10px;
  background-color: #333;
}

.button:hover {
  background-color: #212127;
}

.button.head-btn {
  max-width: 150px;
  background-color: #9bcb4c;
  text-align: center;
}

.submit-button {
  width: 30%;
  height: 50px;
  float: left;
  background-color: #212127;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lora, sans-serif;
}

.submit-button:hover {
  background-color: #3a3a42;
}

.expert-wrapper {
  padding: 20px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
}

.expert-photo {
  width: 110px;
  height: 110px;
  margin-right: 20px;
  float: left;
  border-radius: 100%;
  background-color: #212127;
  background-image: url('../images/markus.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.expert-photo._2 {
  background-image: url('../images/3.jpg');
  background-position: 50% 0px;
  background-size: auto;
}

.expert-photo._3 {
  background-image: url('../images/2.jpg');
  background-size: auto;
}

.expert-content {
  position: relative;
  overflow: hidden;
}

.social-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: left;
  background-image: url('../images/font-awesome_4-7-0_facebook_100_0_111111_none_1font-awesome_4-7-0_facebook_100_0_111111_none.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.twitter {
  background-image: url('../images/font-awesome_4-7-0_twitter_100_0_111111_none_1font-awesome_4-7-0_twitter_100_0_111111_none.png');
}

.social-icon.google {
  background-image: url('../images/font-awesome_4-7-0_google-plus_100_0_111111_none_1font-awesome_4-7-0_google-plus_100_0_111111_none.png');
  background-size: 20px;
}

.services-style-2 {
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
  background-image: url('../images/user-4.svg');
  background-position: 0px 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.services-style-2.icon-2 {
  background-image: url('../images/diamond-4.svg');
  background-size: 35px;
}

.services-style-2.icon-3 {
  background-image: url('../images/settings-2.svg');
  background-size: 35px;
}

.services-style-2.icon-4 {
  background-image: url('../images/paper-plane-5.svg');
  background-size: 35px;
}

.services-style-2.icon-5 {
  background-image: url('../images/fingerprint-2.svg');
  background-size: 35px;
}

.services-style-2.icon-6 {
  background-image: url('../images/database.svg');
  background-size: 35px;
}

.text-field {
  height: 50px;
  padding-right: 0px;
  padding-left: 10px;
}

.text-field.quote {
  width: 95%;
}

.text-field.biger {
  height: auto;
  padding-bottom: 170px;
}

.text-field.add-big {
  height: auto;
  padding-bottom: 140px;
  border-left: 50px none transparent;
}

.toggle-header {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #e1e1e1;
  color: #333;
  text-decoration: none;
}

.toggle-content {
  position: relative;
  overflow: hidden;
}

.toggle-space {
  padding: 20px 20px 10px 10px;
}

.toggle-icon-plus {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-image: url('../images/add.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.toggle-icon-minus {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-image: url('../images/substract.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.pricing-wrapper {
  border: 1px solid #e1e1e1;
  text-align: center;
}

.top-pricing {
  padding: 30px 10px 20px;
}

.top-pricing.fixed {
  padding-top: 20px;
}

.option-pricing {
  margin-top: -1px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.service-style-4 {
  position: relative;
  padding: 70px 20px 20px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  text-align: center;
}

.center-icon {
  position: absolute;
  left: 50%;
  top: -45px;
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/diamond-4.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.center-icon.ico-2 {
  background-image: url('../images/paper-plane-5.svg');
  background-size: 40px;
}

.center-icon.ico-3 {
  background-image: url('../images/settings-2.svg');
}

.center-icon.ico-4 {
  background-image: url('../images/fingerprint-2.svg');
}

.center-icon.ico-5 {
  background-image: url('../images/user-4.svg');
}

.center-icon.ico-6 {
  background-image: url('../images/database.svg');
}

.quote-wrapper {
  padding-right: 150px;
  padding-left: 60px;
  background-image: url('../images/quote-circular-button.svg');
  background-position: 0px 0px;
  background-size: 40px;
  background-repeat: no-repeat;
  font-family: Lora, sans-serif;
  color: #464646;
  font-size: 19px;
  line-height: 30px;
}

.lightbox-link {
  position: relative;
}

.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-wrapper {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  text-decoration: none;
}

.blog-wrapper:hover {
  color: #0ac876;
}

.blog-wrapper.add-margin {
  margin-bottom: 50px;
}

.blog-image {
  width: 50%;
  margin-right: 20px;
  float: left;
  border: 1px solid #e1e1e1;
}

.blog-content {
  position: relative;
  overflow: hidden;
}

.align-center {
  text-align: center;
}

.brand {
  top: 5px;
}

.line-divider-footer {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #e1e1e1;
}

.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e1e1e1;
}

.link-copy {
  display: inline-block;
  color: #464646;
  text-decoration: none;
}

.link-copy:hover {
  text-decoration: underline;
}

.link {
  display: block;
}

.link-2 {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lora, sans-serif;
  color: #464646;
  font-size: 16px;
  text-decoration: none;
}

.link-2:hover {
  color: #0ac876;
}

.sub-banner {
  height: 350px;
  background-color: #0ac876;
}

.div-block-2 {
  position: relative;
  display: inline-block;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 70vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9bcb4c;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dropdown-list {
  border: 1px solid #e1e1e1;
}

.dropdown-list.w--open {
  border-radius: 5px;
  background-color: #fff;
}

.drop-link {
  font-family: Lora, sans-serif;
  color: #969696;
  font-size: 13px;
}

.drop-link:hover {
  color: #0ac876;
}

.drop-link.w--current {
  color: #0ac876;
}

.dropdown-link {
  font-size: 13px;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slider-banner {
  height: 100%;
  background-color: transparent;
}

.slide-1 {
  background-image: url('../images/black-and-white-board-boardroom-260689.jpg');
  background-position: 50% 2%;
  background-size: 2897px;
  background-repeat: no-repeat;
}

.arrow-slider {
  width: 60px;
  height: 60px;
  background-color: #212127;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 20px;
}

.arrow-slider:hover {
  background-color: #9bcb4c;
}

.biger {
  color: #333;
  font-size: 40px;
  line-height: 50px;
}

.biger.more {
  font-size: 60px;
  line-height: 60px;
}

.slide-2 {
  background-color: #000;
  background-image: url('../images/homescreen1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.move-down {
  margin-top: 50px;
}

.success-message {
  background-color: #086940;
  color: #fff;
}

.scroll-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: none;
  padding-top: 10px;
  padding-bottom: 12px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-2 {
  font-family: Lora, sans-serif;
  color: #9bcb4c;
  font-weight: 500;
}

.link-3 {
  color: #9bcb4c;
  text-decoration: none;
}

.link-3.link-btn {
  font-size: 16px;
}

.image-2 {
  max-width: 80%;
}

.html-embed {
  padding-bottom: 8px;
}

html.w-mod-js *[data-ix="toggle-content-initial-appear"] {
  height: 0px;
}

html.w-mod-js *[data-ix="display-none-nav-scroll-first-appear"] {
  display: none;
}

@media (max-width: 991px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar.style-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar.color {
    background-color: #0ac876;
  }
  .heading-1.white.biger {
    font-size: 35px;
  }
  .service-wrapper {
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .service-icon {
    width: 60px;
    height: 60px;
  }
  .subscribe-wrapper {
    width: 70%;
  }
  .expert-wrapper {
    margin-bottom: 20px;
  }
  .brand {
    top: 11px;
  }
  .move-down {
    margin-top: 0px;
  }
  .menu-button.w--open {
    background-color: #0ac876;
  }
  .nav-menu {
    padding: 20px 10px;
    background-color: #f1f1f7;
  }
  .nav-menu.color {
    background-color: rgba(0, 0, 0, .9);
  }
  .div-block-3 {
    margin-bottom: 20px;
  }
  .div-block-4 {
    margin-bottom: 20px;
  }
  .white-icon {
    color: #fff;
  }
  .white-icon.w--open {
    background-color: #0ac876;
  }
}

@media (max-width: 767px) {
  .banner {
    height: 800px;
  }
  .left-padding {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .div-block.full {
    margin-bottom: 20px;
  }
  .logo-wrapper {
    margin-bottom: 20px;
  }
  .fund-wrapper {
    border-right-style: none;
  }
  .subscribe-wrapper {
    width: 90%;
  }
  .text-field.quote {
    width: 100%;
  }
  .pricing-wrapper {
    margin-bottom: 20px;
  }
  .service-style-4 {
    margin-bottom: 70px;
  }
  .quote-wrapper {
    padding-right: 0px;
  }
  .blog-wrapper {
    margin-bottom: 20px;
  }
  .move-down {
    margin-bottom: 50px;
  }
  .div-block-5 {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .banner.with-slider {
    height: 500px;
  }
  .banner.style-3 {
    height: 400px;
  }
  .section.no-bottom-margin {
    padding-bottom: 80px;
  }
  .heading-1.white.biger {
    font-size: 30px;
  }
  .div-block {
    margin-bottom: 20px;
  }
  .tab-testi {
    top: auto;
  }
  .testi-photo {
    display: inline-block;
  }
  .testi-wrapper {
    width: 100%;
  }
  .subscribe-wrapper {
    width: 100%;
  }
  .sub-field {
    width: 60%;
  }
  .submit-button {
    width: 40%;
  }
  .blog-image {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    float: none;
  }
  .biger.more {
    font-size: 40px;
    line-height: 50px;
  }
}

