body {
  padding-top: 60px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px 0px 10px;
  color: #c7aa8b;
  font-size: 47px;
  line-height: 55px;
  font-weight: 500;
}

h2 {
  margin: 0px 0px 10px;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin: 10px 0px;
  font-size: 31px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin: 0px 0px 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

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

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.button {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #fff;
  background-color: rgba(77, 77, 77, 0.2);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
  border-color: #323232;
  background-color: #4d4d4d;
  color: #f7f7f7;
}

.button.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #323232;
  color: #d1d1d1;
}

.button.form:hover {
  background-color: transparent;
  color: #323232;
}

.button.solid {
  border-color: #c7aa8b;
  background-color: #c7aa8b;
}

.button.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-bottom: 0px;
  background-color: #000;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.13);
}

.nav-link {
  margin: 15px 5px;
  padding: 10px;
  border: 1px none #000;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ededed;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #000;
  color: #c7aa8b;
}

.nav-link.w--current {
  margin: 17px;
  border: 1px none #000;
  background-color: #000;
  box-shadow: none;
  color: #c7aa8b;
}

.nav-link.w--current:hover {
  color: #c7aa8b;
}

.nav-link.social-icons {
  padding: 18px 10px 22px;
  float: right;
  border: 1px none #000;
  opacity: 0.8;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-link.social-icons.last {
  border-left-style: none;
}

.logo-text {
  margin-top: 3px;
  margin-right: 31px;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ededed;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-menu {
  margin-top: 8px;
  float: left;
  border: 1px none #000;
}

.stone-logo {
  margin-right: 8px;
  float: left;
  opacity: 0.9;
}

.stone-logo.footer {
  opacity: 0.4;
}

.brand {
  padding-top: 17px;
  border: 1px none #000;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #4d4d4d;
  font-size: 14px;
  text-align: center;
}

.section.grey {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: url('../images/title_Background.png');
  background-position: 0px 0px;
  background-size: 2752px;
  color: #fff;
}

.section.beige {
  background-color: #323232;
}

.section.image {
  padding-top: 127px;
  padding-bottom: 127px;
  background-color: #323;
  background-image: url('../images/ocean.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.lightgrey {
  background-color: #f7f7f7;
}

.section.footer {
  padding-top: 65px;
  padding-bottom: 53px;
  background-color: #000;
}

.main-heading {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 68px;
  line-height: 66px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.main-heading.bold {
  position: relative;
  font-size: 68px;
  font-weight: 700;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.horizontal-bar {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #c7aa8b;
}

.horizontal-bar.beige {
  display: inline-block;
  background-color: #c7aa8b;
  color: #c7aa8b;
}

.horizontal-bar.lightgrey {
  background-color: rgba(50, 50, 50, 0.18);
}

.slider {
  height: 490px;
  background-color: transparent;
}

.slide {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/businessman.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.slide._2 {
  background-image: url('../images/design.jpg');
}

.slide._3 {
  background-image: url('../images/woman-3190829_sm.jpg');
}

.process-titles {
  margin-bottom: 23px;
  padding-top: 23px;
  border-top: 1px solid rgba(50, 50, 50, 0.13);
  color: #c7aa8b;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 109px;
  margin-bottom: 24px;
  text-align: center;
}

.number {
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0px;
  color: rgba(50, 50, 50, 0.09);
  font-size: 16px;
  text-transform: uppercase;
}

.testimonials-slider {
  height: auto;
  padding-right: 47px;
  padding-left: 47px;
  background-color: transparent;
}

.testimonial-slide {
  width: 50%;
  padding: 24px 30px;
  text-align: center;
}

.left-arrow {
  width: 45px;
  color: #d1d1d1;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  width: 45px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d1d1d1;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  color: #c7aa8b;
  font-size: 24px;
  text-transform: uppercase;
}

.small-title.about {
  padding-top: 60px;
  text-align: right;
}

.small-title-wrapper {
  margin-bottom: 20px;
  text-align: center;
}

.author {
  color: #c7aa8b;
  text-transform: uppercase;
}

.footer-text {
  margin-top: 3px;
  color: #858585;
}

.footer-text.address {
  text-align: right;
}

.subheading {
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  color: #a6a6a6;
  font-size: 18px;
  font-style: italic;
}

.contact-form-column {
  padding: 74px 33px;
  background-color: #d1d1d1;
}

.contact-info-column {
  padding-top: 72px;
}

.field {
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0px solid #000;
  color: #323232;
  font-size: 18px;
  text-transform: uppercase;
}

.field:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.field:focus {
  box-shadow: inset 0 0 0 0 transparent;
}

.success {
  padding-top: 35px;
  padding-bottom: 43px;
  border: 3px solid #323232;
  background-color: transparent;
  color: #323232;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.success-message {
  margin-bottom: 73px;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.project-description {
  margin-bottom: 11px;
}

.project-title {
  margin-bottom: 20px;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  opacity: 0.19;
}

.tag-title {
  margin-right: 16px;
  float: left;
  color: #b8b8b8;
  font-size: 14px;
}

.back-to-work-column {
  padding-top: 32px;
  text-align: right;
}

.prev-project-wrapper {
  padding-right: 30px;
  border-right: 3px solid #4d4d4d;
  text-align: right;
}

.nex-project-wrapper {
  padding-left: 30px;
}

.project-link {
  text-decoration: none;
}

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  margin-top: 11px;
  font-size: 16px;
}

.social-icon {
  padding-right: 10px;
  opacity: 0.26;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.paragraph {
  color: #c7aa8b;
}

.paragraph-2 {
  color: #c7aa8b;
}

.paragraph-3 {
  color: #c7aa8b;
}

.main-heading-slide-2 {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ce6259;
  font-size: 68px;
  line-height: 66px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.main-heading-slide-2.bold {
  position: relative;
  font-size: 68px;
  font-weight: 700;
}

.main-subheading-slide-2 {
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  color: #ce6259;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
}

.button-slide-2 {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #000;
  background-color: #d1d1d1;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #ce6259;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-slide-2:hover {
  background-color: #fff;
  color: #323232;
}

.button-slide-2.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button-slide-2.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button-slide-2.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

.button-slide-2.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #323232;
  color: #c7aa8b;
}

.button-slide-2.form:hover {
  background-color: transparent;
  color: #323232;
}

.button-slide-2.solid {
  border-color: #c7aa8b;
  background-color: #c7aa8b;
}

.button-slide-2.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.main-heading-slide-3 {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #323232;
  font-size: 68px;
  line-height: 66px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.main-heading-slide-3.bold {
  position: relative;
  font-size: 68px;
  font-weight: 700;
}

.main-subheading-slide-3 {
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  color: #323232;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.button-slide-3 {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #323232;
  background-color: rgba(77, 77, 77, 0.2);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #323232;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-slide-3:hover {
  background-color: #fff;
  color: #323232;
}

.button-slide-3.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button-slide-3.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button-slide-3.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

.button-slide-3.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #323232;
  color: #c7aa8b;
}

.button-slide-3.form:hover {
  background-color: transparent;
  color: #323232;
}

.button-slide-3.solid {
  border-color: #c7aa8b;
  background-color: #c7aa8b;
}

.button-slide-3.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.heading {
  color: #f7f7f7;
  font-size: 40px;
}

.heading-2 {
  padding-top: 20px;
  color: #c7aa8b;
  text-align: left;
}

.heading-3 {
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 40px;
  background-color: #4d4d4d;
  color: #c7aa8b;
  text-align: center;
}

.heading-4 {
  margin: 45px;
  line-height: 40px;
}

.heading-5 {
  margin: 0px 0px 15px;
  padding: 0px;
  line-height: 35px;
  text-align: left;
}

.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;
}

.column {
  text-align: left;
}

.column-2 {
  text-align: left;
}

.heading-6 {
  padding-top: 20px;
  font-family: Roboto, sans-serif;
  color: #c7aa8b;
  text-align: left;
}

.container {
  text-align: left;
}

.text-block {
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}

.image-2 {
  border: 1px solid #323232;
}

.image-3 {
  border: 1px solid #323232;
}

.image-4 {
  border: 1px none #323232;
}

.image-5 {
  border: 1px solid #323232;
}

.image-6 {
  padding-left: 0px;
}

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

.heading-7 {
  color: #c7aa8b;
}

.row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.horizontal-bar-services {
  display: inline-block;
  width: 940px;
  height: 2px;
  background-color: #c7aa8b;
}

.horizontal-bar-services.beige {
  display: inline-block;
  background-color: #c7aa8b;
  color: #c7aa8b;
}

.horizontal-bar-services.lightgrey {
  background-color: rgba(50, 50, 50, 0.18);
}

.paragraph-4 {
  font-size: 16px;
  text-align: left;
}

.section-small {
  padding-top: 35px;
  padding-bottom: 30px;
  color: #4d4d4d;
  font-size: 14px;
  text-align: center;
}

.section-small.grey {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  color: #fff;
}

.section-small.beige {
  background-color: #323232;
}

.section-small.image {
  padding-top: 127px;
  padding-bottom: 127px;
  background-image: url('../images/ocean.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-small.lightgrey {
  background-color: #f7f7f7;
}

.section-small.footer {
  padding-top: 65px;
  padding-bottom: 53px;
  background-color: #000;
}

.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  -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-radius: 10px;
}

.feature-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 40px;
  margin-left: 15px;
  padding: 48px 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 270px;
  -webkit-flex: 270px;
  -ms-flex: 270px;
  flex: 270px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.12);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: center;
}

.feature-card:hover {
  box-shadow: 0 15px 30px 0 rgba(89, 98, 115, 0.12);
}

.feature-card.left {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: #e9e9e9;
  text-align: left;
}

.text-dark-grey {
  color: #596273;
}

.text-grey {
  color: #7a8292;
}

.title {
  margin-bottom: 16px;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.link-arrow-icon {
  margin-top: 1px;
  margin-left: 4px;
}

.link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2583fd;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.feature-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -40px;
  -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;
}

.heading-8 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.paragraph-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 60px;
  font-size: 18px;
}

.heading-9 {
  margin-bottom: 40px;
  font-size: 50px;
  font-style: italic;
  font-weight: 300;
}

@media (max-width: 991px) {
  body {
    padding-top: 57px;
  }
  .nav-link {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
  }
  .nav-link.social-icons {
    padding-right: 21px;
    padding-left: 21px;
    border-right-color: #4d4d4d;
  }
  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.13), 0 7px 13px -4px rgba(0, 0, 0, 0.45);
  }
  .menu-icon {
    color: #fff;
    line-height: 21px;
  }
  .menu-button {
    opacity: 0.8;
  }
  .menu-button.w--open {
    background-color: #000;
    opacity: 1;
  }
  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }
  .slider {
    height: 469px;
  }
  .testimonial-slide {
    width: 100%;
    padding-right: 92px;
    padding-left: 92px;
  }
  .left-arrow {
    margin-left: 0px;
  }
  .right-arrow {
    margin-right: 0px;
  }
  .main-heading-slide-2 {
    margin-bottom: 4px;
    font-size: 68px;
  }
  .main-heading-slide-3 {
    margin-bottom: 4px;
    font-size: 68px;
  }
  .section-intro {
    max-width: 500px;
    margin-bottom: 56px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .feature-card {
    margin-right: 8px;
    margin-bottom: 32px;
    margin-left: 8px;
    padding-right: 12%;
    padding-left: 12%;
  }
  .link-arrow {
    font-size: 13px;
  }
  .feature-cards {
    width: 66.66%;
    margin-bottom: -32px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }
  .button.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }
  .navbar {
    position: relative;
  }
  .stone-logo.footer {
    float: none;
  }
  .section {
    padding: 34px 10px;
  }
  .section.grey {
    padding: 35px 10px;
  }
  .section.image {
    padding: 61px 10px;
    background-attachment: scroll;
  }
  .section.footer {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
  }
  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }
  .slider {
    height: 392px;
  }
  .slide {
    padding: 50px 10px;
  }
  .icon-wrapper {
    height: 102px;
  }
  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .testimonials-slider {
    padding-right: 19px;
    padding-left: 19px;
  }
  .testimonial-slide {
    padding-right: 34px;
    padding-left: 34px;
  }
  .footer-text.address {
    text-align: center;
  }
  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }
  .contact-info-column {
    padding-top: 42px;
  }
  .back-to-work-column {
    padding-top: 12px;
    text-align: left;
  }
  .icons-wrapper {
    margin-bottom: 23px;
  }
  .project-column {
    padding-top: 23px;
  }
  .main-heading-slide-2 {
    font-size: 50px;
    line-height: 44px;
  }
  .button-slide-2.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }
  .main-heading-slide-3 {
    font-size: 50px;
    line-height: 44px;
  }
  .button-slide-3.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }
  .section-small {
    padding: 34px 10px;
  }
  .section-small.grey {
    padding: 35px 10px;
  }
  .section-small.image {
    padding: 61px 10px;
    background-attachment: scroll;
  }
  .section-small.footer {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
  }
  .feature-cards {
    width: 83.33%;
  }
}

@media (max-width: 479px) {
  .main-heading {
    width: 100%;
    font-size: 48px;
  }
  .slider {
    height: 476px;
  }
  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .contact-form-column {
    text-align: center;
  }
  .contact-info-column {
    text-align: center;
  }
  .main-heading-slide-2 {
    width: 100%;
    font-size: 48px;
  }
  .main-heading-slide-3 {
    width: 100%;
    font-size: 48px;
  }
  .feature-cards {
    width: 100%;
  }
}

