/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./assets/blocks/scss/campaign/hero/hero-3.scss ***!
  \*******************************************************************************************************************************************************************/
.campaign-hero-3-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  .campaign-hero-3-block {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.campaign-hero-3-block .thumbnail {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  .campaign-hero-3-block .thumbnail {
    order: 1;
  }
}
.campaign-hero-3-block .hero-3-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  gap: 32px;
  padding: 80px 44px 80px 82px;
}
@media screen and (max-width: 1024px) {
  .campaign-hero-3-block .hero-3-content {
    padding: 40px 16px;
    gap: 12px;
    order: 2;
  }
}
.campaign-hero-3-block .hero-3-content .hero-3-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  margin: 0;
  color: #1b4298;
}
@media screen and (max-width: 1024px) {
  .campaign-hero-3-block .hero-3-content .hero-3-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
}
.campaign-hero-3-block .hero-3-content .hero-3-desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #232323;
}
@media screen and (max-width: 1024px) {
  .campaign-hero-3-block .hero-3-content .hero-3-desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
}
.campaign-hero-3-block .thumbnail img {
  height: 100%;
}
