.div-block {
  width: 100%;
  height: 65px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.brand {
  position: absolute;
  width: 180px;
  min-width: 0px;
  padding: 8px;
  border-bottom: 5px solid #f0b707;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.19);
}

.hero-section {
  position: relative;
  height: 99vh;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.53))), url('../images/background.jpg');
  background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.53)), url('../images/background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 99vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), to(rgba(0, 0, 0, 0.74))), url('../images/person.png');
  background-image: linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, 0.74)), url('../images/person.png');

  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section {
  min-height: 300px;
  padding: 150px 100px;
  border-top: 0.5px none #fff;
  background-color: #f0b707;
  background-image: url('../images/shutterstock_773006104.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 200px;
  line-height: 150px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #f0b707;
  font-size: 60px;
  line-height: 50px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.69);
}

.nav-link-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link-2:hover {
  background-color: #00599d;
}

.nav-link-2.phone {
  padding-left: 40px;
  background-image: url('../images/phone_white.png');
  background-position: 15px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: 700;
}

.target {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 20px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

.div-block-3 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  width: 700px;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #fff;
}

.bottom-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.cta-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 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;
  border-style: none;
  border-width: 1px 0.5px;
  border-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-block:hover {
  background-color: #00599d;
  color: #fff;
}

.text-block {
  font-family: Montserrat, sans-serif;
}

.divider {
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.body {
  font-family: Montserrat, sans-serif;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-left: 5px none #f0b707;
  color: #00599d;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.paragraph {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}

.paragraph.rev {
  color: #fff;
  text-align: center;
}

.text-container {
  width: 50%;
  max-width: 700px;
  padding: 28px;
  border-bottom: 10px solid #00599d;
  background-color: #fff;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.16);
}

.button-div {
  margin-top: 25px;
}

.button-2 {
  margin-right: 10px;
  margin-bottom: 8px;
  padding: 15px 25px;
  border-radius: 4px;
  background-color: #f0b707;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #00599d;
}

.map-div {
  width: 100%;
  height: 400px;
  margin-top: 0px;
  border-radius: 4px;
  background-image: url('../images/map.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.phone-link {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.form {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.address {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.columns {
  width: 100%;
  max-width: 1100px;
  margin: 50px auto 25px;
}

.copyright {
  width: 100%;
  max-width: 1100px;
  margin-top: 43px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
  border-top: 1px solid rgba(54, 54, 54, 0.17);
  font-family: Montserrat, sans-serif;
  color: rgba(51, 51, 51, 0.56);
  text-align: center;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 100px 150px;
  -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;
  background-color: #f0f0f0;
  color: #005a9c;
}

.text-field {
  height: 150px;
}

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

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

.none-div {
  width: 50%;
  max-width: 700px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: #00599d;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}

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

.self-test-section {
  padding: 100px;
}

.test-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.image-4 {
  width: 900px;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #00599d;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}

.work-section {
  padding: 100px 100px 50px;
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.work-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 25px;
  margin-right: auto;
  margin-left: auto;
}

.trust-section {
  padding: 50px 100px 100px;
}

.image-div {
  width: 50%;
  min-height: 400px;
  border-radius: 4px;
  background-color: rgba(51, 51, 51, 0.3);
  background-image: url('../images/shutterstock_1937769601.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-5 {
  width: 50%;
  padding-left: 50px;
}

.div-block-5-copy {
  width: 50%;
  padding-right: 50px;
  padding-left: 0px;
}

.section-3 {
  padding: 150px 100px;
  background-color: #00599d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 89, 157, 0.9)), to(rgba(0, 89, 157, 0.9))), url('../images/shutterstock_234181351.jpg');
  background-image: linear-gradient(180deg, rgba(0, 89, 157, 0.9), rgba(0, 89, 157, 0.9)), url('../images/shutterstock_234181351.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.financing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 650px;
  padding: 150px 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  background-image: url('../images/shutterstock_1009732429.jpg');
  background-position: 100% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-wrapper {
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

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

.image-div-2 {
  width: 50%;
  min-height: 400px;
  border-radius: 4px;
  background-color: rgba(51, 51, 51, 0.3);
  background-image: url('../images/shutterstock_693905410-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.monile-phone-button {
  display: none;
}

.offer-section {
  min-height: 700px;
  padding: 150px 100px;
	background-image: url('../images/CEC_LASIK-LP-2022-SEPTEMBER-NO-TEXT.png');
/*	background-image: url('../images/CEC_LASIK Landing Page_2022_July-01.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.offer-2nd-line {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: #00599d;
  font-size: 40px;
  line-height: 45px;
  font-weight: 500;
}

.offer-1st-line {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #e50c58;
  font-size: 55px;
  line-height: 58px;
  font-weight: 700;
}

.container-offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-container-offer {
  width: 50%;
  max-width: 700px;
  padding: 28px;
  border-bottom: 10px solid #00599d;
  background-color: #fff;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.16);
}

.mobile-only-image {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand {
    width: 150px;
  }

  .div-block-2 {
    padding-right: 25px;
    padding-bottom: 175px;
    padding-left: 25px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .section {
    padding: 20px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .heading {
    font-size: 120px;
    line-height: 100px;
    text-align: center;
  }

  .heading-2 {
    margin-top: 0px;
    font-size: 38px;
    line-height: 40px;
  }

  .nav-link-2:hover {
    background-color: #f0b707;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 35px;
  }

  .line {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

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

  .heading-4 {
    font-size: 60px;
    line-height: 60px;
  }

  .text-container {
    width: 100%;
    max-width: 800px;
    padding: 20px;
    border-bottom-style: none;
    background-color: #f0f0f0;
  }

  .button-2 {
    text-align: center;
    letter-spacing: 0px;
  }

  .copyright {
    font-size: 12px;
  }

  .contact-section {
    padding: 50px;
  }

  .column {
    margin-bottom: 10px;
  }

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

  .none-div {
    display: none;
  }

  .heading-5 {
    font-size: 60px;
    line-height: 60px;
  }

  .self-test-section {
    padding: 50px;
  }

  .image-4 {
    width: 100%;
  }

  .heading-6 {
    font-size: 60px;
    line-height: 60px;
    text-align: center;
  }

  .work-section {
    padding: 50px 50px 25px;
  }

  .work-wrapper {
    -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;
  }

  .trust-section {
    padding: 25px 50px 50px;
  }

  .image-div {
    width: 100%;
  }

  .div-block-5 {
    width: 100%;
    margin-top: 25px;
    padding-left: 0px;
  }

  .div-block-5-copy {
    width: 100%;
    margin-top: 25px;
    padding-right: 0px;
  }

  .section-3 {
    padding: 100px 50px;
  }

  .about-section {
    padding: 100px 50px;
    background-position: 50% 50%;
  }

  .div-block-6 {
    width: 55%;
  }

  .image-div-2 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .icon {
    color: #fff;
  }

  .nav-menu {
    background-color: #00599d;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: #f0b707;
  }

  .monile-phone-button {
    position: absolute;
    left: auto;
    top: 15%;
    right: 83px;
    bottom: auto;
    display: block;
    padding-right: 20px;
    padding-left: 40px;
    background-color: transparent;
    background-image: url('../images/phone_white.png');
    background-position: 15px 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .monile-phone-button:hover {
    background-color: #00599d;
  }

  .offer-section {
    padding: 50px 0px;
  }

  .offer-2nd-line {
    margin-bottom: 9px;
    font-size: 40px;
    line-height: 45px;
  }

  .offer-1st-line {
    font-size: 50px;
    line-height: 55px;
  }

  .container-offer {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-container-offer {
    width: 60%;
    max-width: 800px;
    padding: 20px 20px 20px 35px;
    border-bottom-style: none;
    background-color: #f0f0f0;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 125px;
  }

  .hero-section {
    height: 600px;
    background-position: 0px 0px, 50% 50%;
    background-attachment: scroll, scroll;
  }

  .div-block-2 {
    height: 600px;
    min-height: 0vh;
    padding-bottom: 110px;
  }

  .heading {
    font-size: 90px;
  }

  .heading-2 {
    letter-spacing: 2px;
  }

  .bottom-div {
    height: 70px;
  }

  .cta-block {
    font-size: 14px;
  }

  .heading-4 {
    font-size: 55px;
    line-height: 55px;
  }

  .button-div {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-2 {
    margin-right: 0px;
  }

  .copyright {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .contact-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .column {
    padding-right: 0px;
  }

  .heading-5 {
    font-size: 55px;
    line-height: 55px;
  }

  .self-test-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .image-4 {
    width: 100%;
  }

  .heading-6 {
    font-size: 45px;
    line-height: 50px;
  }

  .work-section {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .trust-section {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-div {
    border-radius: 0px;
  }

  .div-block-5 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .div-block-5-copy {
    padding-right: 25px;
    padding-left: 25px;
  }

  .section-3 {
    padding: 50px 25px;
  }

  .about-section {
    min-height: 0px;
    padding: 50px 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 94.1%, 0.84)), to(hsla(0, 0%, 94.1%, 0.84))), url('../images/shutterstock_1009732429.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 94.1%, 0.84), hsla(0, 0%, 94.1%, 0.84)), url('../images/shutterstock_1009732429.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div-block-6 {
    width: 100%;
  }

  .image-div-2 {
    border-radius: 0px;
  }

  .offer-section {
    padding: 25px;
    background-position: 60% 50%;
  }

  .offer-2nd-line {
    font-size: 30px;
    line-height: 35px;
  }

  .offer-1st-line {
    font-size: 40px;
    line-height: 45px;
  }

  .text-container-offer {
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 100vh;
    min-height: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.53)));
    background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.53));
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .div-block-2 {
    height: 100vh;
    min-height: 0px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), to(rgba(0, 0, 0, 0.74))), url('../images/mobile.jpg');
    background-image: linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, 0.74)), url('../images/mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .heading {
    font-size: 120px;
    line-height: 100px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 30px;
  }

  .line {
    margin-top: 10px;
  }

  .bottom-div {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: none;
  }

  .cta-block {
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
    border-style: solid;
    border-width: 0.5px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
  }

  .cta-block:hover {
    background-image: none;
  }

  .divider {
    display: none;
  }

  .heading-4 {
    font-size: 45px;
    line-height: 50px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 29px;
  }

  .button-div {
    margin-top: 15px;
  }

  .button-2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .columns {
    width: 100%;
    margin-top: 26px;
  }

  .copyright {
    margin-top: 6px;
  }

  .contact-section {
    overflow: hidden;
    padding: 50px 20px 61px;
  }

  .column {
    overflow: hidden;
  }

  .heading-5 {
    font-size: 45px;
    line-height: 50px;
  }

  .heading-5.white {
    text-align: center;
  }

  .image-4 {
    width: 100%;
  }

  .about-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 94.1%, 0.84)), to(hsla(0, 0%, 94.1%, 0.84)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 94.1%, 0.84), hsla(0, 0%, 94.1%, 0.84));
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .monile-phone-button {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    background-color: #f0b707;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 18px;
    text-align: center;
  }

  .offer-section {
    background-image: unset;
    background-color: #fff;
  }

  .offer-2nd-line {
    font-size: 35px;
    line-height: 38px;
  }

  .offer-1st-line {
    font-size: 38px;
    line-height: 42px;
  }

  .text-container-offer {
    width: 100%;
    max-width: none;
  }

  .mobile-only-image {
    display: block;
    margin-bottom: 15px;
  }
}
