html,
body {
  font-family: 'Open Sans', sans-serif;
  color: #7A7A7A;
}

h3,
h4,
h5 {
  color: black;
  font-weight: bold;
  text-transform: none;
}

h1 {
  color: black;
  font-weight: bold;
  text-transform: none;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -1.2px;
  margin-top: 7px;
}

h2 {
  color: black;
  text-transform: none;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: -0.5px;
}

.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 770px;
  width: calc(100vw - 4);
  // border: solid 2px #0AD9C6;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: right;
}

.section-top__intro-text {
  width: 50%;
  height: 100%;
  background-color: #E3F5F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-top__inner-container {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 10.4%;
}

.section-top__header {
  width: 45%;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #999999;
}

.section-top__header-text {
  width: 50%;
  font-size: 16px;
  line-height: 28px;
  margin-top: 29px;
}

.section-top__form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: absolute;
  left: calc((100vw - 410px)/2);
  top: 153px;
  background: #1C1C1C;
  mix-blend-mode: normal;
  opacity: 0.9;
  border-radius: 10px;
  width: 410px;
  height: 387px;
  padding-top: 78px;
}

.form__input,
.button {
  Width: 268px;
  line-height: 48px;
  border-radius: 4px;
  border-style: none;
  margin-bottom: 20px;
  padding-left: 30px;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.button {
  cursor: pointer;
  padding-left: 0;
  Width: 298px;
  background-color: #0AD9C6;
  font-weight: 700;
}

.section-top__form-policytext {
  display: inline-block;
  font-family: 'Open Sans';
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0;
  color: #7A7A7A;
  Width: 298px;
  text-align: left;
}

.section-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 6%;
}

.section-blog__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 6%;
}

img {
  border: solid 2px #0AD9C6;
}

.section-blog__article-content {
  margin-left: 6%;
}

.section-blog__article {
  font-size: 16px;
  line-height: 28px;
  margin-top: 4%;
}

.reverse-order {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.reverse-order .section-blog__article-content {
  margin-left: 0;
  margin-right: 6%;
}

.section-blog__article-text {
  margin-top: 29px;
}

@media only screen and (max-width: 1024px) {
  .section-blog__image {
    width: 50vw;
  }
}

@media only screen and (max-width: 823px) {
  .section-top__form-container {
    top: 190px;
    left: auto;
    right: 4%;
    width: 343px;
    height: 351px;
    padding-top: 40px;
  }
  .section-top__intro-text {
    width: 73%;
  }
  .reverse-order {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .reverse-order .section-blog__article-content {
    margin-left: 6%;
    margin-right: 0;
  }
  .section-blog__image {
    width: 44vw;
    height: 44vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-blog__article-content {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media only screen and (max-width: 660px) {
  .section-blog__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-blog__image {
    width: 99%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
  .section-top__intro-text {
    width: 84%;
    padding: 0;
    padding-top: 25px;
    height: auto;
  }
  .section-top__inner-container {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 5%;
  }
  .section-top__header {
    width: 100%;
  }
  h1 {
    font-size: 26px;
    letter-spacing: -1px;
  }
  .section-top__form-container {
    top: 358px;
    height: auto;
    padding-bottom: 20px;
  }
  .section-top__header-text {
    width: 100%;
    padding-bottom: 20px;
  }
  .section-blog__image {
    width: 99%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-blog__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .section-blog__article-content,
  .reverse-order .section-blog__article-content {
    margin-left: 6%;
    margin-right: 6%;
  }
  picture {
    text-align: center;
  }
  .section-blog {
    margin-top: 32px;
  }
  .section-blog__article-text {
    margin-top: 15px;
  }
  h2 {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 320px) {
  .section-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: auto;
//    border: solid 2px #0AD9C6;
    padding-bottom: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .section-top__form-container {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-top__inner-container {
    width: 80%;
    height: auto;
  }
  .section__top__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
  .form__input,
  .button {
    width: auto;
    line-height: 35px;
  }
  .button {
    padding: 0 12px;
  }
  .section-top__form-policytext {
    padding: 0 20px;
    width: auto;
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */
