.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-left: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left bottom, right top, from(hsla(0, 0%, 100%, 0.91)), color-stop(91%, transparent)), url('../images/2025-hero.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.91), transparent 91%), url('../images/2025-hero.jpg');
    background-position: 0px 0px, 90% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.brand {
  width: 15%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.brand.w--current {
  width: auto;
  min-height: 0px;
  padding: 1% 10px 10px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.52);
}

.nav-link {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.nav-link:hover {
  color: #118752;
}

.nav-link.w--current {
  color: #61435d;
}

.nav-link.green {
  color: #118752;
}

.nav-link.green:hover {
  color: #118752;
}

.nav-menu {
  padding-top: 1%;
}

.hero-wrapper-div {
  max-width: 40%;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
}

.h2-hero {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 37px;
  font-weight: 500;
}

.hero-button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button {
  padding: 12px 25px;
  border-radius: 20px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #0484a6;
  font-size: 16px;
}

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

.button-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 15px;
  padding: 5px 20px;
  -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: 50px;
  background-color: #118752;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.button-grey:hover {
  background-color: #118752;
}

.button-purple-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 15px;
  padding: 5px 20px;
  -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: 50px;
  background-color: #118752;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.button-purple-2:hover {
  background-color: #118752;
}

.image-2 {
  width: 50px;
}

.image-3 {
  width: 50px;
}

.symptom-checker-section {
  padding: 100px 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.symptom-checker-wrapper-div {
  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;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
}

.h2.light {
  color: #fff;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.h3.dark {
  margin-bottom: 0px;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.welcome-section {
  min-height: 800px;
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.76)), to(hsla(0, 0%, 100%, 0.76))), url('../images/welcomebg_photo.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.76), hsla(0, 0%, 100%, 0.76)), url('../images/welcomebg_photo.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

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

.par {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.conditions-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 380px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.conditions-wrapper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-wrapper {
  width: 33.3%;
  height: auto;
  min-height: 380px;
  margin: 10px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.condition-text {
  margin-bottom: 0px;
}

.card-content {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.card-front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 380px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/woman-sleeping.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.card-front.sinus {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(65%, hsla(0, 0%, 100%, 0))), url('../images/Sinus.jpg');
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 65%), url('../images/Sinus.jpg');
}

.card-front.allergy {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(65%, hsla(0, 0%, 100%, 0))), url('../images/Allergy.jpg');
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 65%), url('../images/Allergy.jpg');
}

.card-front.hearing {
  background-image: url('../images/man-getting-hearing-aids-fitted.jpg');
}

.card-front.sinus {
  background-image: url('../images/girl-with-sinus-issues.jpg');
}

.card-front.cancer {
  background-image: url('../images/man-rubbing-neck-in-pain.jpg');
}

.card-front.allergy {
  background-image: url('../images/girl-with-allergies-sneezing.jpg');
}

.card-jm {
  position: relative;
  height: 380px;
  margin-bottom: 10px;
}

.card-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  padding: 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #118752;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-bottom: 100px;
  padding: 15px 30px;
  -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: 50px;
  background-color: #118752;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.button-body:hover {
  background-color: #118752;
}

.doctor-section {
  padding: 100px;
}

.doctor-wrapper-div {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.doc-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.doc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  min-height: 0px;
  margin: 0px 15px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #0484a6;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #118752, #0b643c);
}

.doc-photo {
  width: 325px;
  min-height: 350px;
  margin-bottom: 10px;
  background-image: url('../images/daniel-Kurtzman-board-certified-otolaryngologist.jpeg');
  background-position: 50% 0%;
  background-size: cover;
}

.doc-photo.ponnappan {
  background-image: url('../images/anand-Ponnappan-board-certified-otolaryngologist.jpeg');
  background-position: 50% 0%;
}

.doc-photo.kakodkar {
  background-image: url('../images/Kakodkar-Kedar-MD_1.jpg');
  background-position: 50% 0%;
}

.doc-text {
  width: 100%;
  padding: 10px 10px 0px;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
}

.location-section {
  min-height: 700px;
  padding: 100px 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/berwyn-illinois-map.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/berwyn-illinois-map.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.location-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 50px;
  -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: hsla(0, 0%, 100%, 0.9);
}

.location-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 0px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 0px;
  padding: 25px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  width: 40px;
  margin-bottom: 10px;
}

.address {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.contact-section {
  padding: 100px 200px 30px;
  background-color: #118752;
  background-image: linear-gradient(148deg, #000, hsla(0, 0%, 100%, 0.13) 96%);
}

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

.form-block {
  width: 80%;
}

.field-label {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.textarea {
  min-height: 100px;
}

.textarea::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.textarea:-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.textarea::-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.textarea::placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.footer-text {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.mobile-link {
  display: none;
}

.image-6 {
  max-width: none;
}

@media screen and (max-width: 991px) {
  .hero-section {
    min-height: 800px;
    padding-top: 90px;
    padding-left: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left bottom, right top, from(hsla(0, 0%, 100%, 0.91)), color-stop(91%, transparent)), url('../images/2025-hero.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.91), transparent 91%), url('../images/2025-hero.jpg');
    background-position: 0px 0px, 90% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .brand {
    width: 30%;
  }

  .nav-menu {
    background-color: #fff;
  }

  .hero-wrapper-div {
    max-width: 60%;
  }

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

  .h2-hero {
    font-size: 25px;
    line-height: 30px;
  }

  .hero-button-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-grey {
    width: 60%;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .button-purple-2 {
    width: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .image-2 {
    display: none;
    width: 30px;
  }

  .image-3 {
    display: none;
    width: 30px;
  }

  .symptom-checker-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 50px;
  }

  .h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .welcome-section {
    padding-right: 50px;
    padding-left: 50px;
  }

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

  .card-wrapper {
    width: 80%;
    margin: 5px;
  }

  .card-back {
    padding: 10px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .button-body {
    margin-bottom: 50px;
  }

  .doctor-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .doc-wrapper {
    margin-bottom: 0px;
    -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;
  }

  .doc {
    width: 100%;
    margin-bottom: 20px;
  }

  .location-section {
    padding: 50px;
  }

  .location-wrapper-div {
    padding: 50px;
  }

  .location-holder {
    margin-top: 0px;
  }

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

  .contact-wrapper-div {
    margin-bottom: 50px;
  }

  .menu-button {
    background-color: #fff;
  }

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

  .icon {
    color: #118752;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    min-height: 500px;
    padding-top: 63px;
    padding-left: 20px;
  }

  .h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .h2-hero {
    font-size: 18px;
    line-height: 20px;
  }

  .button-grey {
    width: 75%;
  }

  .button-purple-2 {
    width: 75%;
  }

  .symptom-checker-section {
    padding: 30px 20px;
  }

  .h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .welcome-section {
    padding: 30px 20px;
  }

  .doctor-section {
    padding: 30px 20px;
  }

  .location-section {
    padding: 30px;
  }

  .location-wrapper-div {
    padding: 20px;
  }

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

  .contact-section {
    padding: 30px 20px 20px;
  }

  .contact-wrapper-div {
    margin-bottom: 30px;
  }

  .form-block {
    width: 90%;
  }

  .mobile-link {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    padding: 25px;
    background-color: #118752;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
  }

  .mobile-link:hover {
    background-color: #118752;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    min-height: 600px;
    padding-bottom: 20px;
    padding-left: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.91)), color-stop(91%, transparent)), url('../images/2025-hero.jpg');
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.91), transparent 91%), url('../images/2025-hero.jpg');
    background-position: 0px 0px, 90% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .brand {
    width: 55%;
  }

  .hero-wrapper-div {
    max-width: none;
  }

  .h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .h2-hero {
    margin-bottom: 10px;
    text-align: center;
  }

  .hero-button-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .symptom-checker-section {
    padding: 20px 10px;
  }

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

  .h3.dark {
    margin-bottom: 10px;
  }

  .welcome-section {
    padding: 20px 10px;
  }

  .card-wrapper {
    width: 100%;
    margin: 0px;
  }

  .button-body {
    margin-bottom: 30px;
  }

  .doctor-section {
    padding: 20px 10px;
  }

  .doc {
    width: 100%;
  }

  .doc-photo {
    width: 250px;
  }

  .h4 {
    text-align: center;
  }

  .location-section {
    padding: 20px;
  }

  .location-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .location {
    width: 100%;
    padding: 10px;
  }

  .contact-section {
    padding: 20px 10px 80px;
  }

  .contact-wrapper-div {
    margin-bottom: 20px;
  }

  .footer-text {
    margin-bottom: 0px;
  }

  .menu-button {
    padding: 10px;
  }
}

