/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob-loader/index.js!./src/scss/contact.scss ***!
  \*********************************************************************************************************************************************************************************************************************************/
.contact-content__inner {
  width: 100%;
  max-width: 1380px;
  padding: 0 40px 290px 40px;
  margin: 0 auto;
}
.contact-content__layout {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 30px;
}

.contact-card {
  width: 100%;
  border: 1px solid #ef8639;
  padding: 50px 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.contact-card--blue {
  border: 1px solid #2db5e7;
}
.contact-card--blue .contact-card__heading {
  border-bottom: 2px solid #2db5e7;
}
.contact-card__heading {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  border-bottom: 2px solid #ef8639;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.contact-card__text {
  font-size: 18px;
  line-height: 2;
}
.contact-card__btn {
  margin-top: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 8%;
}
@media screen and (min-width: 1920px) { /**/ }
@media screen and (max-width: 1380px) { /**/ }
@media screen and (max-width: 1080px) { /**/
  .contact-content__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
  .contact-card {
    max-width: 635px;
  }
  .contact-card__heading {
    font-size: 24px;
  } }
@media screen and (min-width: 769px) { /**/ }
@media screen and (max-width: 768px) { /**/
  .contact-content__inner {
    padding: 0 20px 190px 20px;
  }
  .contact-card {
    padding: 30px 20px;
  }
  .contact-card__heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact-card__text {
    font-size: 14px;
  }
  .contact-card__btn {
    margin-top: 30px;
    padding: 0 5%;
  } }
@media screen and (max-width: 374px) { /**/ }
