a {
  text-decoration: underline;
}

.s1 {
  height: 100vh;
}

.slider {
  height: 100%;
  margin-top: 34px;
}

.s1_slide_bg {
  height: 100%;
  background-image: url('../images/Images_002_02.png');
  background-position: 50% 50%;
  background-size: cover;
}

.s1_slide_bg._1 {
  background-image: url('../images/home-1-slider-image-2.jpg');
}

.s1_slide_bg.a {
  background-image: url('../images/Images_001_01.png');
}

.s1_slide_bg._10 {
  background-image: url('../images/Images_003_03.png');
}

.s1_box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
}

.s1_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  -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;
}

.s1_image {
  overflow: visible;
}

.s1_image:hover {
  overflow: hidden;
}

.heading {
  margin-top: 56px;
  margin-bottom: 56px;
  font-family: 'Open Sans', sans-serif;
  color: #85dcf1;
  font-size: 4vw;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
}

.paragraph {
  max-width: 700px;
  margin-top: 48px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 3vw;
  font-weight: 400;
  text-align: center;
}

.btn {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: border-color 500ms ease, background-color 500ms ease;
  transition: border-color 500ms ease, background-color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn:hover {
  border-color: tan;
  background-color: tan;
}

.btn._2 {
  background-color: tan;
}

.btn._2:hover {
  background-color: #664f30;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #0c819e;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 69px;
  max-width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-link {
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #85dcf1;
}

.nav-link.w--current {
  color: tan;
}

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

.nav-link.w--current:focus {
  color: #fff;
  font-weight: 400;
}

.brand {
  position: relative;
  top: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-right: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image {
  padding-top: 8px;
}

.s2 {
  margin-top: 1px;
  padding-top: 5vh;
  padding-bottom: 10vh;
}

.s3 {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-image: url('../images/h1-bacground-img-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1330px;
  margin-top: 0vh;
  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-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;
}

.h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: 'Open Sans', sans-serif;
  color: #0c819e;
  font-size: 2.5vw;
  line-height: 1.6em;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.h2._2 {
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #85dcf1;
}

.paragraph-2 {
  display: block;
  max-width: 800px;
  margin: 22px auto 28px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: center;
}

.paragraph-2.white {
  margin-top: 0px;
  color: #c5c5c5;
  font-size: 16px;
  font-style: normal;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 38px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.heading-2 {
  font-family: Kurale, sans-serif;
  color: #8cbed3;
  line-height: 1.6em;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-3 {
  margin-top: 33px;
  padding-top: 1px;
  font-family: 'Open Sans', sans-serif;
  color: #0c819e;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-3._33 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: none;
}

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

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.s4_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25vh;
  padding-bottom: 25vh;
  -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: url('../images/PT-Nurse-01.jpg');
  background-size: cover;
  background-attachment: fixed;
  opacity: 1;
}

.s4_2._02 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/e6e94177f3ed6c06d5ebec89f10b745e.jpg');
  background-position: 50% 50%;
}

.s4_2._03 {
  background-image: url('../images/7655.jpg');
}

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

.post_link {
  padding-right: 10px;
  padding-left: 10px;
}

.post_bg {
  width: 100%;
  height: 35vh;
  background-image: url('../images/blog-1-img-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.post_bg._5 {
  background-image: url('../images/blog-1-img-2.jpg');
}

.post_bg._6 {
  background-image: url('../images/blog-1-img-3.jpg');
}

.s3_h3 {
  margin-top: 20px;
}

.s3_link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Kurale, sans-serif;
  color: #313131;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.s3_link:hover {
  color: tan;
}

.paragraph-4 {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
}

.post_link2 {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #302f2f;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.post_link2:hover {
  color: tan;
}

.s5 {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.s6 {
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5vw;
  padding-bottom: 1vw;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  opacity: 1;
}

.text-block {
  font-family: Kurale, sans-serif;
  color: tan;
  font-size: 50px;
  font-weight: 400;
}

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

.div-block-5 {
  display: block;
  width: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.s7 {
  margin-top: 0px;
  padding-top: 4vh;
  padding-bottom: 10vh;
  background-color: #000;
}

.div-block-6 {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 3px;
  padding-bottom: 1px;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  text-align: center;
}

.s6_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s6_box {
  display: block;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.product_bg {
  position: relative;
  display: block;
  height: 30vh;
  background-image: url('../images/product-img-3-800x800.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product_bg._2 {
  background-image: url('../images/product-img-5-800x800.png');
}

.product_bg._3 {
  background-image: url('../images/product-img-8-800x800.png');
}

.product_bg._4 {
  background-image: url('../images/product-img-1-800x800.png');
}

.s6_h3 {
  font-family: Kurale, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.s6_price {
  position: relative;
  margin-right: 114px;
  margin-bottom: 20px;
  margin-left: 114px;
  padding: 5px 10px;
  border-radius: 25px 0px 25px 25px;
  background-color: rgba(73, 116, 82, 0.89);
  font-family: 'Open Sans', sans-serif;
  color: #fffdfd;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.product_link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.product_link:hover {
  opacity: 1;
}

._6_btn {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  -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: tan;
  box-shadow: 0 1px 13px 0 rgba(94, 90, 90, 0.49);
  opacity: 1;
  -webkit-transition: background-color 750ms ease;
  transition: background-color 750ms ease;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

._6_btn:hover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(94, 90, 90, 0.8);
  box-shadow: 0 1px 13px 0 hsla(0, 0%, 100%, 0.49);
  opacity: 1;
}

.s8 {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.grid {
  margin-top: 50px;
  margin-right: auto;
  margin-left: 0px;
  padding: 14px 1vw;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 20vw 20vw;
  grid-template-rows: 20vw 20vw;
  background-color: transparent;
}

.s7_grid {
  position: relative;
  background-image: url('../images/1449031688-simptomatika-skolioza.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.s7_grid._3 {
  background-image: url('../images/1532783716145715931.jpg');
}

.s7_grid._4 {
  background-image: url('../images/1498835571_prostye-metody-izbavleniya-ot-golovnoy-boli-bez-lekarstv.jpg');
}

.s7_grid._5 {
  background-image: url('../images/7655.jpg');
}

.s7_grid._6 {
  background-image: url('../images/e6e94177f3ed6c06d5ebec89f10b745e.jpg');
}

.s7_grid._7 {
  background-image: url('../images/revmatizm.jpg');
}

.s7_grid._8 {
  background-image: url('../images/perelom.jpg');
}

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.lightbox-link-grid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.64);
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.lightbox-link-grid:hover {
  opacity: 1;
}

.s9 {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/header-background_dark.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(133, 220, 241, 0.31);
}

.s8_image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 16.666666666666668%;
  -ms-flex: 0 16.666666666666668%;
  flex: 0 16.666666666666668%;
  background-image: url('../images/clients-img-6-hover.png');
  background-position: 50% 50%;
  background-size: cover;
}

.doctor {
  height: auto;
  margin: 10px 6px;
  padding: 10px 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 16.666666666666668%;
  -ms-flex: 0 16.666666666666668%;
  flex: 0 16.666666666666668%;
  background-color: rgba(133, 220, 241, 0.31);
}

.doctor._2 {
  background-image: url('../images/clients-img-5-hover.png');
}

.doctor._3 {
  background-image: url('../images/clients-img-4-hover.png');
}

.doctor._4 {
  background-image: url('../images/clients-img-3-hover.png');
}

.doctor._5 {
  background-image: url('../images/clients-img-2-hover.png');
}

.doctor._6 {
  background-image: url('../images/clients-img-1.png');
}

.image-3 {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
}

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

.form {
  max-width: none;
  text-align: center;
}

.form-block {
  display: block;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: center;
}

.text-field {
  width: 290px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -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: url('../images/blog-title.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog_mail_title {
  margin-right: auto;
  margin-left: auto;
  font-family: Kurale, sans-serif;
  color: #fff;
  font-size: 8vw;
  line-height: 1em;
  text-align: center;
}

.contetn_section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.cont {
  max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
  padding: 0% 3vw;
}

.post_image {
  height: 50vh;
  background-image: url('../images/port-1-img-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}

.link-2 {
  color: tan;
  font-size: 16px;
  text-decoration: none;
}

.link-2:hover {
  color: #97713e;
}

.h1 {
  margin-top: 29px;
  font-family: Kurale, sans-serif;
  font-size: 3vw;
  line-height: 1.3em;
}

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

.go_top.w--current {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 9px;
  color: #f1eaea;
}

.nav-menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  margin-right: 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.list {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  -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;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  list-style-type: square;
}

.list-item {
  text-align: left;
}

.div-block-9 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-10 {
  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-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;
}

.text-block-2 {
  font-family: Kurale, sans-serif;
  color: #85dcf1;
  font-size: 50px;
  line-height: 1em;
}

.h3 {
  margin-bottom: 26px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-transform: capitalize;
}

.paragraph-5 {
  font-family: 'Open Sans', sans-serif;
  color: #0c819e;
  text-align: center;
}

.name {
  margin: 9px auto;
  font-family: 'Open Sans', sans-serif;
  color: #0c819e;
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 600;
  text-align: center;
  letter-spacing: normal;
}

.text-block-3 {
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image-4 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  background-color: transparent;
}

.image-5 {
  opacity: 0.47;
}

.text-block-4 {
  width: 100px;
  height: 20px;
}

.heading-3 {
  height: auto;
  margin-right: 17px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.phone_number {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: auto;
  margin-top: -2px;
  margin-left: 50px;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.text-block-5 {
  margin-left: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.text-block-6 {
  display: block;
  width: 100px;
  height: 20px;
  margin-top: 11px;
  margin-left: 12px;
  background-color: #f8f6f6;
  color: #000;
  text-align: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.topsection {
  background-color: transparent;
}

.div-block-13 {
  display: block;
  width: auto;
  height: 34px;
  max-width: none;
  background-color: transparent;
}

.container-3 {
  background-color: #5e2121;
}

.text-block-7 {
  margin-right: 10px;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #85dcf1;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.italic-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
}

.section {
  margin-top: 0px;
}

.container-4 {
  margin-top: 69px;
}

.section-2 {
  width: 1em;
  height: 1em;
}

.div-block-14 {
  max-width: 1200px;
  margin: 53px auto 40px;
  padding-top: 0px;
  text-align: center;
}

.list-2 {
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  list-style-type: square;
}

.heading-4 {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.heading-5 {
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #0c819e;
  text-align: center;
}

.heading-5.loc {
  margin-top: 0px;
  padding-top: 22px;
}

.div-block-15 {
  display: block;
  height: auto;
  max-height: none;
  max-width: 1100px;
  margin: 0px auto;
  padding-top: 30px;
  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: rgba(133, 220, 241, 0.59);
  background-image: url('../images/14019.jpg');
  background-position: 100% 100%;
  background-size: auto;
}

.paragraph-6 {
  margin-top: 17px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.button-2 {
  display: block;
  max-width: 300px;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #0c819e;
  color: #fff;
  text-align: center;
}

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

.button-2.w--current {
  font-family: Kurale, sans-serif;
}

.column {
  height: auto;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 145px;
  padding-left: 145px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-item-2 {
  font-size: 16px;
}

.heading-6 {
  color: #85dcf1;
}

.div-block-16 {
  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-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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.text-block-8 {
  margin-right: 10px;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.link-3 {
  color: #fff;
  font-weight: 300;
  letter-spacing: 6px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-3:hover {
  color: #e66713;
  font-weight: 600;
}

.link-3.w--current {
  text-decoration: none;
}

.link-3.w--current:hover {
  font-family: 'Open Sans', sans-serif;
  color: #85dcf1;
}

.paragraph-7 {
  margin-bottom: 26px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
}

.heading-7 {
  margin-top: 100px;
  font-family: 'Open Sans', sans-serif;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div_list {
  margin-right: 30px;
  margin-left: 30px;
}

.bold-text {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
}

.heading-5-copy {
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #0c819e;
  text-align: center;
}

.section-003 {
  padding-top: 30px;
  background-color: #fff;
}

.paragraph-8 {
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
  text-indent: 0px;
}

.section-4 {
  height: 84vh;
  max-height: none;
  margin-top: 69px;
  margin-bottom: 0px;
  padding: 0px 6px;
  background-image: url('../images/general-practitioners-gps-germany.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.div-block-18 {
  max-width: 400px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-9 {
  margin: 4px;
  text-align: right;
}

.bold-text-2 {
  text-transform: uppercase;
}

.bold-text-3 {
  text-transform: uppercase;
}

.bold-text-4 {
  text-transform: uppercase;
}

.text-block-10 {
  margin: 4px;
  text-transform: uppercase;
}

.column-2 {
  padding-right: 18px;
}

.column-3 {
  padding-left: 18px;
  border-left: 1px solid #0c819e;
}

.text-block-11 {
  margin: 4px;
}

.text-block-12 {
  margin: 4px;
}

.bold-text-5 {
  text-transform: uppercase;
}

.columns-5 {
  padding-top: 11px;
  border-top: 1px solid #0c819e;
}

.bold-text-6 {
  font-weight: 400;
}

.bold-text-7 {
  font-weight: 400;
}

.bold-text-8 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.bold-text-9 {
  font-weight: 400;
}

.bold-text-10 {
  font-weight: 400;
}

.bold-text-11 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.bold-text-12 {
  font-weight: 400;
}

.bold-text-13 {
  font-weight: 400;
}

.bold-text-14 {
  font-weight: 400;
}

.bold-text-15 {
  font-weight: 400;
}

.bold-text-16 {
  font-weight: 400;
}

.bold-text-17 {
  font-weight: 400;
}

.bold-text-18 {
  font-weight: 400;
}

.bold-text-19 {
  font-weight: 400;
}

.bold-text-20 {
  font-weight: 400;
}

.bold-text-21 {
  text-transform: capitalize;
}

.menu_00 {
  max-height: none;
}

.div-block-19 {
  min-height: 35px;
}

.body {
  display: block;
}

.section-5 {
  margin-top: 0px;
}

.section7 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 24px;
  background-color: #85dcf1;
}

.heading-8 {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #0c819e;
  text-align: center;
}

.div-block-20 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.section-6 {
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 16px;
  background-image: url('../images/14019.jpg');
  background-position: 100% 50%;
  background-size: auto;
}

.div-block-21 {
  margin-top: -2px;
  padding-top: 34px;
}

@media (max-width: 991px) {
  .s1_box {
    width: 100%;
  }
  .s1_content {
    margin-top: 11px;
  }
  .s1_image {
    max-width: 25%;
    margin-top: 18px;
  }
  .heading {
    font-size: 9vw;
  }
  .paragraph {
    padding-right: 24px;
    padding-left: 24px;
  }
  .nav-link {
    background-color: #000;
  }
  .brand {
    margin-right: 15px;
  }
  .menu {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-color: transparent;
  }
  .menu.w--open {
    background-color: #000;
  }
  .icon {
    color: #fff;
  }
  .image {
    display: block;
  }
  .h2 {
    margin-top: 3px;
    font-size: 5vw;
  }
  .paragraph-2 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .paragraph-3 {
    margin-top: 16px;
  }
  .div-block-3 {
    margin-bottom: 22px;
    padding-right: 18px;
    padding-left: 18px;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .s4_2 {
    margin-top: -29px;
    margin-bottom: 0px;
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .s4_2._02 {
    margin-top: 1px;
  }
  .s5 {
    padding-top: 3vh;
    padding-bottom: 5vh;
  }
  .s6 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .s6_row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .s6_box {
    margin-bottom: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .grid {
    padding-right: 2vw;
    padding-left: 2vw;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 10vw 10vw 10vw 10vw 10vw auto 10vw 10vw;
    grid-template-rows: 10vw 10vw 10vw 10vw 10vw auto 10vw 10vw;
    background-color: rgba(12, 129, 158, 0.69);
  }
  .s9 {
    margin-top: 1px;
  }
  .doctor {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
  .blog_mail_title {
    font-size: 16vw;
  }
  .h1 {
    font-size: 6vw;
  }
  .list {
    margin-top: 27px;
  }
  .image-4 {
    display: block;
  }
  .image-5 {
    -webkit-transition: opacity 375ms ease;
    transition: opacity 375ms ease;
  }
  .heading-5 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .div-block-15 {
    max-width: 739px;
    background-color: rgba(133, 220, 241, 0.31);
  }
  .paragraph-6 {
    padding-right: 139px;
    padding-left: 139px;
  }
  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-7 {
    margin-top: 49px;
  }
  .heading-5-copy {
    padding-right: 100px;
    padding-left: 100px;
  }
  .section-4 {
    background-position: 50% 50%;
  }
  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .s1 {
    height: 560px;
  }
  .s1_box {
    padding-bottom: 0px;
  }
  .s1_content {
    padding-bottom: 0px;
  }
  .s1_image {
    max-width: 25%;
  }
  .paragraph {
    line-height: 7vw;
  }
  .navbar {
    display: block;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
  .image {
    display: none;
    overflow: hidden;
  }
  .h2 {
    font-size: 5vw;
    letter-spacing: 0px;
  }
  .paragraph-2 {
    font-size: 15px;
  }
  .div-block-2 {
    padding-right: 10px;
    padding-left: 4px;
  }
  .div-block-3 {
    padding-left: 0px;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .s4_2 {
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .post_link {
    margin-bottom: 36px;
  }
  .post_bg._5 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .s5 {
    padding-top: 3vh;
  }
  .s6_box {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .s8 {
    padding-top: 8vw;
  }
  .doctor {
    padding: 27px 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .header_box {
    height: 40vh;
  }
  .post_image {
    height: 40vh;
  }
  .h1 {
    font-size: 7vw;
  }
  .nav-menu {
    display: none;
  }
  .list {
    padding-right: 48px;
  }
  .div-block-10 {
    margin-top: 18px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .h3 {
    font-size: 22px;
  }
  .heading-3 {
    margin-left: 4px;
  }
  .phone_number {
    margin-left: 6px;
  }
  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-14 {
    display: block;
  }
  .heading-5 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .div-block-15 {
    max-width: 527px;
  }
  .paragraph-6 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .columns-4 {
    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;
  }
  .list-item-2 {
    text-align: left;
  }
  .div-block-17 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .heading-5-copy {
    padding-right: 40px;
    padding-left: 40px;
  }
  .section-4 {
    background-color: rgba(133, 220, 241, 0.31);
    background-image: url('../images/general-practitioners-gps-germany.jpg');
    background-size: cover;
  }
  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-20 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
}

@media (max-width: 479px) {
  .s1 {
    height: 500px;
    margin-top: -3px;
  }
  .slider {
    height: 100%;
  }
  .s1_slide_bg {
    height: 100%;
  }
  .s1_content {
    margin-top: 21px;
  }
  .s1_image {
    max-width: 30%;
    margin-top: -1px;
  }
  .paragraph {
    line-height: 1.2em;
  }
  .brand {
    display: block;
    margin-left: -28px;
  }
  .image {
    display: block;
  }
  .s2 {
    padding-bottom: 7vh;
  }
  .h2 {
    margin-top: -17px;
    font-size: 7vw;
  }
  .paragraph-2 {
    margin-top: 5px;
    font-size: 14px;
  }
  .div-block-3 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .columns {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s4_2 {
    background-position: 50% 50%;
  }
  .s5 {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }
  .s6_box {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .s8 {
    padding-top: 16vw;
  }
  .grid {
    padding-right: 2vw;
    padding-left: 2vw;
    grid-auto-rows: 10vw;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw;
    grid-template-rows: 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw;
  }
  .s7_grid._5 {
    background-position: 50% 50%;
  }
  .div-block-7 {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .doctor {
    padding-right: 12px;
    padding-left: 12px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .header_box {
    height: 30vh;
  }
  .post_image {
    height: 20vh;
  }
  .h1 {
    font-size: 12vw;
  }
  .list {
    font-size: 14px;
    line-height: 1.6em;
  }
  .heading-3 {
    margin-left: -23px;
  }
  .phone_number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -8px;
    margin-left: 19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .text-block-5 {
    display: none;
  }
  .div-block-12 {
    margin-left: -9px;
  }
  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-14 {
    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;
  }
  .heading-5 {
    margin-top: 13px;
    margin-bottom: -3px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
  }
  .div-block-15 {
    max-height: 1023vh;
  }
  .paragraph-6 {
    padding-right: 47px;
    padding-left: 47px;
    font-size: 15px;
    line-height: 20px;
  }
  .columns-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-5-copy {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
  }
  .section-4 {
    height: 60vh;
    max-height: none;
    background-color: rgba(133, 220, 241, 0.31);
    background-image: url('../images/general-practitioners-gps-germany.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .bold-text-21 {
    padding-right: 9px;
  }
}

