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

h1 {
  margin-top: 6px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: 0px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  color: #a3a7ad;
  line-height: 24px;
}

.button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  border: 2px solid #364147;
  border-radius: 3px;
  background-color: #364147;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease, background-position 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease, background-position 500ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-color: #e8754f;
  background-color: #e8754f;
  color: #fff;
}

.button.outline-white {
  margin-left: 10px;
  border-color: #fff;
  background-color: transparent;
}

.button.outline-white:hover {
  background-color: #fff;
  color: #000;
}

.button.green {
  margin-top: 15px;
  border-color: #44c2b3;
  background-color: #44c2b3;
}

.button.green:hover {
  border-color: #465259;
  background-color: #465259;
  color: #fff;
}

.button.price-button {
  margin-right: 0px;
  padding-right: 40px;
  border-color: #44c2b3;
  background-color: #44c2b3;
  background-image: url('../images/Icons-pijlrechts-white.png');
  background-position: 94% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}

.button.price-button:hover {
  border-color: #e8754f;
  background-color: #e8754f;
  background-position: 126% 50%;
  color: #fff;
}

.button.submit {
  width: 100%;
  border-color: #44c2b3;
  background-color: #44c2b3;
  background-image: url('../images/Icons-pijlrechts-white.png');
  background-position: 96% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  -webkit-transition-timing-function: ease, ease, ease, ease-in-out;
  transition-timing-function: ease, ease, ease, ease-in-out;
  text-align: left;
}

.button.submit:hover {
  border-color: #e8754f;
  background-color: #e8754f;
  background-position: 110% 50%;
  color: #fff;
}

.page-header {
  display: block;
  height: auto;
  padding-top: 325px;
  padding-bottom: 200px;
  background-color: #e8754f;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(232, 117, 79, .9), #e8754f 65%), url('../images/Mac-4.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 84px;
  background-color: transparent;
}

.nav-link {
  margin-right: 30px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 4px solid transparent;
  -webkit-transition: opacity 500ms ease, border-color 500ms ease, color 500ms ease;
  transition: opacity 500ms ease, border-color 500ms ease, color 500ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-style: solid;
  border-bottom-color: hsla(0, 0%, 100%, .3);
  opacity: 0.5;
  color: #fff;
}

.nav-link.w--current {
  border-bottom: 4px solid #e8754f;
  color: #fff;
}

.page-content {
  padding-top: 130px;
  padding-bottom: 130px;
}

.page-content.tint {
  background-color: #f7f2f0;
}

.logo-container {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.logo-container:hover {
  opacity: 0.5;
}

.logo-space {
  margin-left: 10px;
  font-weight: 900;
  letter-spacing: 7px;
}

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

.header-title {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 42px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-title._2 {
  opacity: 0.8;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.header-title.black {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
}

.button-down {
  position: relative;
  z-index: 100;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: -33px;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 10px 10px;
  border: 3px solid #e8754f;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  color: #ccc;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
}

.button-down:hover {
  border-color: #964327;
  background-color: #fff;
}

.arrow-icon {
  opacity: 0.2;
}

.link-text-block {
  width: 100%;
  height: 160px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 3px solid #e8754f;
  border-radius: 3px;
  background-color: #e8754f;
  -webkit-transition: border-color 500ms ease, background-color 500ms ease;
  transition: border-color 500ms ease, background-color 500ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.link-text-block:hover {
  border-color: #c75b38;
  background-color: #c75b38;
}

.icon {
  height: 50px;
  margin-bottom: 6px;
  opacity: 0.5;
}

.image-section {
  height: 400px;
  padding-top: 110px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(0, 0, 0, .5)), color-stop(67%, transparent)), url('../images/Street-10.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 40%, transparent 67%), url('../images/Street-10.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 0.54;
}

.image-section-title {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.section-header {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  color: #cbcfd4;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Roboto, sans-serif;
  color: #229ee6;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.link.whitespace {
  display: block;
  margin-top: 15px;
}

.link.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #000;
}

.link.footer-link:hover {
  color: #229ee6;
}

.cta-stripe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f2f0;
}

.cta-column-right {
  padding-right: 0px;
  padding-bottom: 15px;
  text-align: center;
}

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

.subpage-header {
  position: relative;
  z-index: 1;
  height: auto;
  padding-top: 240px;
  padding-bottom: 120px;
  background-color: #364147;
  background-image: radial-gradient(circle closest-side at 50% 50%, #1e5962, rgba(232, 110, 79, .71) 0%, rgba(212, 153, 43, .88) 76%), url('../images/Mac.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.contact {
  height: 250px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(39, 43, 46, .9);
  background-image: none;
}

.subpage-header.about {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(54, 65, 71, .88), #364147 50%);
  background-position: 0% 0%;
  background-size: auto;
}

.subpage-header.pricing {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(54, 65, 71, .88), #364147 50%);
  background-position: 0% 0%;
  background-size: auto;
}

.subpage-header.faq {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(54, 65, 71, .88), #364147 50%);
  background-position: 0% 0%;
  background-size: auto;
}

.subpage-header.servios {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(76, 93, 104, .88), #1e3846 50%), url('../images/Mac.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.sophos {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(37, 73, 173, .88), #18638b 50%), url('../images/Mac.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.team-section {
  background-color: #fff;
  background-image: url('../images/Team-BG.jpg');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: repeat-x;
}

.team-member-column {
  min-height: 500px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  opacity: 0.85;
}

.team-member-column:hover {
  opacity: 1;
}

.team-member-title._2 {
  margin-bottom: 30px;
  color: #9c9c9c;
  font-size: 17px;
}

.small-faded-icon {
  width: 30px;
  height: 30px;
  opacity: 0.2;
}

.small-faded-icon.overlay {
  opacity: 0.4;
}

._4-column-row.whitespace {
  margin-top: 50px;
}

.price-column {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #e6e6e6;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
}

.price-column:hover {
  background-color: hsla(0, 0%, 100%, .6);
}

.price-column.last {
  border-right-style: none;
  text-align: center;
}

.price-column.active {
  background-color: #fff;
}

.image-section-with-info {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(232, 117, 79, 0)), color-stop(56%, rgba(232, 117, 79, .95))), url('../images/Mac-4.jpg');
  background-image: linear-gradient(90deg, rgba(232, 117, 79, 0) 15%, rgba(232, 117, 79, .95) 56%), url('../images/Mac-4.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
}

.image-section-with-info.forma {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(232, 117, 79, 0)), color-stop(61%, rgba(79, 171, 232, .95))), url('../images/Mac-4.jpg');
  background-image: linear-gradient(90deg, rgba(232, 117, 79, 0) 15%, rgba(79, 171, 232, .95) 61%), url('../images/Mac-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.overall-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.overall-list-item {
  padding-bottom: 20px;
}

.price-box {
  width: 100%;
  min-height: 550px;
  padding-bottom: 40px;
  text-align: center;
}

.price-box-icon {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.price-box-title {
  margin-bottom: 20px;
}

.price-box-title.price {
  margin-top: 25px;
  margin-bottom: 30px;
  color: #44c2b3;
  font-size: 40px;
  font-weight: 300;
}

.list-item-lined {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e6e6e6;
}

.list-item-lined.last {
  border-bottom: 1px solid #e6e6e6;
}

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

.overall-text-block {
  margin-top: 50px;
  margin-bottom: 50px;
}

.icon-list-item {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 10px;
  float: left;
}

.divider {
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: rgba(0, 0, 0, .09);
}

.overall-column {
  padding-right: 15px;
}

.divider-line {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: hsla(0, 0%, 71%, .29);
}

.footer {
  padding-top: 60px;
  background-color: #fff;
}

.bottom-footer {
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465259;
  text-align: center;
}

.left-image-column {
  padding-right: 55px;
}

.some-block-small {
  width: 25px;
  height: 25px;
  margin-top: 15px;
  margin-right: 4px;
  padding-top: 1px;
  padding-right: 3px;
  padding-left: 3px;
  border-radius: 3px;
  background-color: #e8754f;
  opacity: 0.2;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.some-block-small:hover {
  opacity: 1;
}

.some-block-small.dark {
  width: 35px;
  height: 35px;
  padding-top: 6px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #000;
  opacity: 0.1;
}

.some-block-small.dark:hover {
  background-color: #e8754f;
  opacity: 1;
}

.some-block-small.footer-icon {
  margin-top: 0px;
  background-color: #000;
}

.some-block-small.footer-icon:hover {
  background-color: #e8754f;
}

.footer-title {
  margin-bottom: 20px;
  color: #cbcfd4;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bottom-footer-text {
  opacity: 0.2;
  color: #fff;
}

.image-stripe {
  height: 200px;
  background-image: url('../images/Person-16.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.all-paragraphs-white {
  color: #fff;
}

.overlay-title-white {
  color: #fff;
}

.field {
  height: 60px;
  margin-bottom: 10px;
  border: 2px solid #fff;
  box-shadow: inset 0 0 0 0 hsla(0, 0%, 100%, .5);
  font-family: Roboto, sans-serif;
  color: dimgray;
}

.field:hover {
  border-color: #e0d0ca;
}

.field:focus {
  border-color: #e8754f;
}

.field.area {
  height: 170px;
  padding-top: 17px;
}

.contact-details-column {
  padding-left: 50px;
}

.contact-map {
  height: 450px;
  margin-top: -250px;
  padding-top: 120px;
}

.success-bg {
  height: 370px;
  padding-top: 120px;
  border-radius: 3px;
  background-color: #e8754f;
  text-align: center;
}

.error-bg {
  border-radius: 3px;
  background-color: #e61e1e;
}

.text-block-title {
  font-size: 21px;
}

.color-text-block {
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 40px;
  border: 1px solid #b0d5e8;
  border-radius: 3px;
  background-color: #e8f7ff;
}

.info-block-title {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #4db2e8;
  font-size: 21px;
}

.question-block {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-bottom: 1px solid hsla(0, 0%, 71%, .29);
}

.question-block:hover {
  background-color: rgba(232, 247, 255, .29);
}

.faq-title {
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 15px;
  color: #e8754f;
}

.team-image {
  height: 240px;
}

.team-text-block {
  padding: 25px 10px;
}

.feature-column {
  padding-bottom: 50px;
}

.new-features-column {
  padding-left: 0px;
}

.new-features-column-1 {
  padding-right: 40px;
  padding-left: 0px;
}

.button-container {
  display: inline-block;
}

.image {
  margin-top: -20px;
}

.image.phone {
  margin-top: -65px;
  margin-bottom: -1px;
  margin-left: -35px;
  padding-top: 0px;
}

.text-span {
  margin-top: 16px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 100;
}

.paragraph {
  margin-top: 13px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.columns {
  margin-top: 21px;
}

.columns-2 {
  margin-top: 20px;
}

.image-7 {
  margin-left: 355px;
  text-align: center;
}

.slider {
  width: auto;
  height: auto;
  margin-top: 24px;
  margin-left: 0px;
  background-color: #e3dede;
}

.right-arrow {
  margin-left: 0px;
}

.image-8 {
  margin-left: 153px;
}

.image-9 {
  margin-left: 220px;
}

.image-10 {
  margin-left: 32px;
}

.image-11 {
  padding-top: 32px;
  padding-left: 370px;
  text-align: center;
}

.container-2 {
  margin-top: -191px;
  padding-top: 0px;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="fade-in-on-load-left"] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-load-right"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-right"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

@media (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
  .page-header {
    padding-top: 200px;
    padding-bottom: 170px;
  }
  .navbar {
    padding-top: 40px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .nav-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    border-bottom-width: 2px;
    border-bottom-color: hsla(0, 0%, 100%, .1);
  }
  .nav-link:hover {
    border-bottom-color: #e8754f;
    opacity: 1;
    color: #e8754f;
  }
  .nav-link.w--current {
    border-bottom-width: 2px;
    border-bottom-color: #e8754f;
  }
  .page-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .header-title {
    font-size: 40px;
  }
  .header-title._2 {
    margin-top: 0px;
  }
  .link-text-block {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-section {
    height: 300px;
    padding-top: 60px;
    padding-left: 50px;
  }
  .cta-stripe {
    padding-right: 50px;
    padding-left: 50px;
  }
  .subpage-header {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .subpage-header.contact {
    height: 150px;
  }
  .team-section {
    background-size: auto 187px;
  }
  .team-member-column {
    min-height: 450px;
    opacity: 1;
  }
  .list-item-lined {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .image-stripe {
    height: 150px;
  }
  .contact-details-column {
    padding-left: 30px;
  }
  .footer-column {
    padding-left: 25px;
  }
  .menu-button {
    border-radius: 3px;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .menu-button:hover {
    background-color: #db6b46;
  }
  .menu-button.w--open {
    background-color: #e8754f;
  }
  .menu-icon {
    color: #fff;
    font-size: 30px;
  }
  .nav-menu-container {
    margin-top: 40px;
    padding: 30px 50px 50px;
    background-color: #2d3133;
    text-align: left;
  }
  .text-block-title {
    font-size: 17px;
    line-height: 21px;
  }
  .question-block {
    padding-right: 15px;
  }
  .team-image {
    height: auto;
  }
  .image.phone {
    margin-top: -35px;
  }
  .image-2 {
    margin-bottom: 20px;
  }
  .image-11 {
    padding-left: 237px;
  }
  .container-2 {
    margin-top: -55px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 19px;
    line-height: 26px;
  }
  .page-header {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .navbar {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .page-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .header-title {
    font-size: 35px;
    line-height: 36px;
  }
  .header-title._2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .image-section {
    height: 250px;
    padding-top: 40px;
  }
  .image-section-title {
    font-size: 27px;
    line-height: 32px;
  }
  .cta-stripe {
    padding-top: 16px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .cta-column-right {
    padding-top: 12px;
  }
  .subpage-header {
    padding: 100px 20px 40px;
  }
  .subpage-header.contact {
    height: 120px;
    padding-top: 0px;
  }
  .price-column {
    border-right-style: none;
  }
  .image-section-with-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .overall-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .divider-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer {
    padding-top: 30px;
  }
  .bottom-footer {
    margin-top: 15px;
  }
  .contact-details-column {
    padding-top: 35px;
    padding-left: 10px;
  }
  .contact-map {
    height: 400px;
  }
  .footer-column {
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .footer-bottom-column {
    padding-bottom: 25px;
  }
  .menu-button.w--open {
    background-color: #db6b46;
  }
  .nav-menu-container {
    margin-top: 20px;
    padding: 20px 30px 30px;
  }
  .text-block-title {
    font-size: 21px;
    line-height: 24px;
  }
  .link-block-column {
    padding-bottom: 15px;
  }
  .color-text-block {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 25px;
  }
  .team-text-block {
    padding-right: 15px;
    padding-left: 25px;
  }
  .new-features-column {
    padding-right: 25px;
  }
  .image.phone {
    margin-top: -29px;
  }
  .image-2 {
    margin-bottom: 14px;
  }
  .image-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .image-4 {
    margin-bottom: 1px;
  }
  .image-5 {
    margin-top: 20px;
  }
  .image-6 {
    margin-top: 20px;
  }
  .image-11 {
    padding-left: 140px;
  }
}

@media (max-width: 479px) {
  .button.outline-white {
    margin-right: 0px;
    margin-left: 4px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .button.green {
    margin-right: 0px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .page-header {
    padding: 100px 20px 70px;
  }
  .navbar {
    padding-top: 27px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-content {
    padding: 30px 25px;
  }
  .header-title {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .header-title._2 {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 20px;
  }
  .link-text-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-section {
    height: 220px;
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 19px;
  }
  .image-section-title {
    font-size: 19px;
    line-height: 25px;
  }
  .section-header {
    font-size: 12px;
  }
  .cta-column-right {
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .cta-column-left {
    text-align: center;
  }
  .subpage-header {
    padding-top: 85px;
    padding-bottom: 30px;
  }
  .subpage-header.contact {
    height: 100px;
  }
  .team-member-title._2 {
    margin-bottom: 20px;
  }
  .price-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-section-with-info {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(232, 117, 79, .95)), to(rgba(232, 117, 79, .95))), url('../images/Mac-4.jpg');
    background-image: linear-gradient(90deg, rgba(232, 117, 79, .95), rgba(232, 117, 79, .95)), url('../images/Mac-4.jpg');
  }
  .bottom-footer {
    padding-bottom: 20px;
  }
  .image-stripe {
    height: 100px;
  }
  .footer-column {
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .footer-bottom-column {
    padding-bottom: 15px;
  }
  .menu-button {
    margin-top: -10px;
  }
  .nav-menu-container {
    margin-top: 16px;
    padding-top: 20px;
  }
  .link-block-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-text-block {
    padding-top: 20px;
  }
  .feature-column {
    padding-bottom: 25px;
  }
  .new-features-column {
    padding-left: 25px;
  }
  .image.phone {
    margin-top: -20px;
    margin-left: -11px;
  }
  .paragraph {
    font-size: 14px;
  }
  .image-11 {
    padding-left: 9px;
  }
  .container-2 {
    margin-top: -15px;
  }
}

