.body {
  background-color: #00fffe;
}

.background {
  position: relative;
  z-index: 2;
}

.info-section {
  position: relative;
  z-index: 2;
  padding: 5% 10% 100px 50%;
}

.heading {
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 5.7em;
  line-height: 84px;
}

.paragraph {
  padding: 20px;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
}

.paragraph.tex-blue {
  width: 100%;
  padding: 14px;
  color: #000;
  font-size: 1.4em;
}

.paragraph.white-background {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.section-projects {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  margin-right: 10%;
  margin-left: 10%;
  padding-bottom: 20px;
}

.heading-2 {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  text-decoration: none;
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-top: 1px solid hsla(0, 0%, 100%, 0.25);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
  cursor: pointer;
}

.info:hover {
  border-top-style: none;
  border-bottom-style: none;
}

.background-image {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../../images/original-site/leoperez_profile_pic.jpg');
  background-position: 0px 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.background-image.hide-element {
  display: none;
}

.background-image-blur {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: url('../../images/original-site/leoperez_profile_blur.jpg');
  background-position: 0px 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.made-by-div {
  margin-top: 160px;
  text-align: center;
}

.text-block {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 21px;
  background-color: hsla(0, 0%, 100%, 0.6);
  color: #4915ff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.project {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none;
}

.hover-info {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: -1px 8px 30px 0 rgba(31, 18, 77, 0.3);
}

.heading-3 {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: rgba(73, 21, 255, 0.6);
  font-size: 24px;
  line-height: 27px;
  font-weight: 100;
  text-align: left;
}

.paragraph-2 {
  width: 100%;
  padding-top: 6px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.hover-image {
  position: relative;
  left: 16px;
  z-index: 2;
  width: 1120px;
  height: 100px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: center;
}

.button {
  position: relative;
  bottom: 5px;
  width: 110px;
  padding: 5px 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: transparent;
  color: #4915ff;
  text-align: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  margin-top: -103px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -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;
}

.body-2 {
  background-color: #00fffe;
}

.prodcut-content {
  position: relative;
  z-index: 2;
  margin: 466px 10% 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.1);
}

.header_product-pg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 60px;
  text-align: center;
}

.sub-header_product-pg {
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.3);
  font-size: 4.6em;
  line-height: 60px;
  text-transform: uppercase;
}

.section_product-pg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_product-pg.first-product {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section_product-pg.align_text-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-11 {
  width: 60%;
  text-align: center;
}

.copy_div {
  width: 40%;
}

.copy_div.left {
  padding-left: 40px;
}

.copy_div.right {
  padding-right: 40px;
}

.copy_div.top-div {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.image_div_left {
  margin-left: -60px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(97, 97, 97, 0.2);
  border-radius: 4px;
}

.image_div_left.no-boarder {
  max-width: 600px;
  margin-left: 0px;
  border-style: none;
  border-radius: 0px;
}

.image_div_left.no-boarder.mobile_top-image {
  margin-top: -200px;
}

.image_div_left.no-boarder_content-below {
  border-style: none;
  border-radius: 0px;
}

.heading-4 {
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #616161;
  font-size: 3.8em;
  line-height: 0.9em;
  text-align: left;
}

.heading-4.space-top {
  margin-top: 50px;
}

.paragraph-3 {
  margin-bottom: 10px;
  color: #616161;
  font-size: 114%;
  line-height: 25px;
  text-align: left;
}

.image_div_right {
  margin-left: 60px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(97, 97, 97, 0.2);
  border-radius: 4px;
}

.image_div_right.no-boarder_below-content {
  border-style: none;
}

.menu-link {
  margin-right: 2px;
  margin-left: 2px;
  padding: 9px 10px;
  border-radius: 20px;
  -webkit-transition: color 500ms ease, background-color 500ms ease;
  transition: color 500ms ease, background-color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  line-height: 17px;
  font-weight: 500;
}

.menu-link:hover {
  border-radius: 20px;
  background-color: rgba(73, 21, 255, 0.3);
  color: #fff;
}

.menu-link.w--current {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #4915ff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-weight: 100;
}

.menu-link.last {
  margin-right: 0px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
}

.controls-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  padding: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(0, 52, 51, 0.6);
}

.controls-background:hover {
  box-shadow: 5px 5px 24px 0 rgba(0, 52, 51, 0.3);
}

.ico_home_white {
  padding-top: 4px;
  padding-bottom: 4px;
}

.div_footer-space {
  height: 100px;
}

.navbar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.controls-background-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  padding: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(0, 52, 51, 0.6);
}

.controls-background-mobile:hover {
  box-shadow: 5px 5px 24px 0 rgba(0, 52, 51, 0.3);
}

.link-text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #4915ff;
  font-weight: 600;
  text-decoration: none;
}

.link-text:hover {
  font-weight: 800;
}

.unordered-list {
  padding-left: 18px;
}

.full-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.image-9 {
  margin-top: -126px;
}

.image-10 {
  margin-top: -109px;
}

.image-11 {
  margin-top: -17px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-18 {
  width: 50%;
  margin-left: -60px;
}

.div-block-19 {
  width: 50%;
}

.center_right-image {
  margin-left: 120px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(97, 97, 97, 0.2);
  border-radius: 4px;
}

.center_left-image {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(97, 97, 97, 0.2);
  border-radius: 4px;
}

.link-copy {
  color: #000;
  text-decoration: none;
}

.get-apps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-12 {
  height: 100%;
}

.image-13 {
  height: 100%;
}

.badge_logos {
  height: 90px;
  margin-top: 20px;
  padding: 20px;
}

.div_info-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10%;
  margin-left: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  -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;
  border: 1px solid #4915ff;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.arrow:hover {
  background-color: rgba(73, 21, 255, 0.1);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.arrow.hidden {
  display: none;
}

.div-block-20 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div_arrow {
  width: 70px;
  height: 50px;
}

.app-image-full-screen {
  display: block;
  margin-right: -60px;
  margin-left: -60px;
}

@media screen and (max-width: 991px) {
  .info-section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .heading {
    font-size: 3.9em;
    line-height: 63px;
  }

  .paragraph.tex-blue {
    padding: 10px;
    font-size: 1.4em;
  }

  .contact-div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-projects {
    margin-right: 5%;
    margin-left: 5%;
  }

  .background-image {
    background-position: 50% 100%;
    background-size: auto 70vh;
  }

  .background-image-blur {
    background-position: 50% 100%;
    background-size: auto 70vh;
  }

  .project {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .heading-3 {
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }

  .hover-image {
    width: 680px;
  }

  .button {
    font-size: 14px;
  }

  .div-block-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-6 {
    padding-left: 0px;
    font-size: 12px;
  }

  .prodcut-content {
    margin-top: 369px;
    margin-right: 5%;
    margin-left: 5%;
  }

  .header_product-pg {
    margin-top: 30px;
    margin-right: 5%;
    margin-left: 5%;
  }

  .sub-header_product-pg {
    margin-top: 10px;
    font-size: 3.2em;
    line-height: 46px;
  }

  .div-block-11 {
    width: 50%;
  }

  .copy_div {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .copy_div.top-div {
    padding-right: 30px;
    padding-left: 30px;
  }

  .image_div_left {
    margin-left: -30px;
  }

  .image_div_left.no-boarder.mobile_top-image {
    width: 100%;
  }

  .heading-4 {
    padding-bottom: 10px;
    font-size: 3.6em;
    line-height: 0.9em;
  }

  .image_div_right {
    margin-left: 30px;
  }

  .link-text {
    margin-right: 40px;
  }

  .div-block-17 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-18 {
    margin-left: -30px;
  }

  .center_right-image {
    margin-left: 60px;
  }

  .div_info-arrows {
    margin-right: 0%;
    margin-left: 0%;
  }

  .app-image-full-screen {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media screen and (max-width: 767px) {
  .info-section {
    padding-top: 30%;
    padding-bottom: 0px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 37px;
    line-height: 47px;
  }

  .section-projects {
    margin-bottom: 20px;
  }

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

  .background-image {
    background-position: 50% 0px;
    background-size: auto 100vh;
  }

  .background-image-blur {
    background-position: 50% 0px;
    background-size: auto 100vh;
  }

  .made-by-div {
    margin-top: 40px;
  }

  .prodcut-content {
    margin-top: 272px;
  }

  .sub-header_product-pg {
    font-size: 2.2em;
    line-height: 25px;
  }

  .section_product-pg {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section_product-pg.mobile_reverse-wrap {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .copy_div.left {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .copy_div.right {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image_div_left {
    display: block;
    max-width: 110%;
    margin-right: auto;
    margin-left: auto;
  }

  .image_div_left.no-boarder {
    margin-left: 0px;
  }

  .image_div_left.no-boarder.mobile_top-image {
    margin-top: -100px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .image_div_left.no-boarder.mobile_top-image.special_board-d {
    display: block;
    width: 70%;
    margin-top: -89px;
    margin-right: auto;
    margin-left: auto;
  }

  .image_div_right {
    display: block;
    max-width: 110%;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-link.w--current {
    font-weight: 400;
  }

  .navbar {
    margin-bottom: 20px;
  }

  .controls-background-mobile {
    margin-right: 30px;
    margin-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .mobile-nav {
    overflow: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-17 {
    margin-bottom: 20px;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .center_right-image {
    display: block;
    max-width: 110%;
    margin-right: auto;
    margin-left: auto;
  }

  .center_left-image {
    max-width: 110%;
  }

  .div_arrow.mob-hide-arrows-div {
    display: none;
  }

  .app-image-full-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-14 {
    max-width: 110%;
  }
}

@media screen and (max-width: 479px) {
  .info-section {
    padding-top: 70%;
  }

  .heading {
    margin-top: 0px;
    font-size: 50px;
    line-height: 47px;
  }

  .contact-div {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-projects {
    margin-top: 20px;
  }

  .prodcut-content {
    margin-top: 322px;
  }

  .image_div_left.no-boarder.mobile_top-image {
    max-width: none;
  }

  .heading-4 {
    font-size: 2.6em;
    line-height: 1em;
  }

  .mobile_link-div {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .get-apps {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

