/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/cta-section/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.cta-section .cta-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(233, 233, 233, 0.08);
}
@media screen and (min-width: 768px) {
  .cta-section .cta-wrapper {
    flex-direction: row;
  }
}
.cta-section .cta-wrapper .cta-image-container .cta-image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  min-width: 243px;
  max-width: 243px;
}
@media screen and (min-width: 640px) {
  .cta-section .cta-wrapper .cta-image-container .cta-image {
    max-width: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .cta-section .cta-wrapper .cta-image-container .cta-image {
    width: 200px;
    height: 200px;
  }
}
.cta-section .cta-wrapper .cta-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta-section .cta-wrapper .cta-content {
    max-width: none;
  }
}
.cta-section .cta-wrapper .cta-content .cta-text-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cta-section .cta-wrapper .cta-content .cta-text-content h4 {
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.39px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cta-section .cta-wrapper .cta-content .cta-text-content h4 {
    font-size: 26px;
  }
}
.cta-section .cta-wrapper .cta-content .cta-text-content p {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.24px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cta-section .cta-wrapper .cta-content .cta-text-content p {
    font-size: 16px;
  }
}
.cta-section .cta-wrapper .cta-content .cta-button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border: none;
  border-radius: 99px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  padding: 12px 18px;
}
@media screen and (min-width: 768px) {
  .cta-section .cta-wrapper .cta-content .cta-button {
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .cta-section .cta-wrapper .cta-content .cta-button {
    font-size: 16px;
  }
}
.cta-section .cta-wrapper .cta-content .cta-button:hover {
  background-color: var(--color-primary-600, #e0044a);
  transform: translateY(-2px);
}
.cta-section .cta-wrapper .cta-content .cta-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .blog-detail .blog-body-left-content .cta-section .cta-wrapper {
    gap: 30px;
    padding: 30px;
    flex-direction: column;
  }
  .blog-detail .blog-body-left-content .cta-section .cta-wrapper .cta-image-container .cta-image {
    max-width: 80%;
    min-width: 200px;
    display: block;
    margin: 0 auto;
  }
  .blog-detail .blog-body-left-content .cta-section .cta-wrapper .cta-content {
    gap: 20px;
  }
  .blog-detail .blog-body-left-content .cta-section .cta-wrapper .cta-content .cta-text-content .cta-title {
    font-size: 20px;
  }
  .blog-detail .blog-body-left-content .cta-section .cta-wrapper .cta-content .cta-text-content .cta-description {
    font-size: 16px;
  }
  .blog-detail .blog-body-left-content .cta-section .cta-wrapper .cta-content .cta-button a {
    font-size: 14px;
    line-height: 160%;
  }
}
@media screen and (max-width: 768px) {
  .blog-detail .blog-body-left-content .cta-section .cta-wrapper {
    gap: 30px;
    padding: 30px;
  }
  .blog-detail .blog-body-left-content .cta-section .cta-wrapper .cta-image-container .cta-image {
    max-width: 200px;
    min-width: 200px;
  }
  .blog-detail .blog-body-left-content .cta-section .cta-wrapper .cta-content .cta-text-content .cta-description {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.21px;
  }
  .blog-detail .blog-body-left-content .cta-section .cta-wrapper .cta-content .cta-button {
    height: 58px;
  }
  .blog-detail .blog-body-left-content .cta-section .cta-wrapper .cta-content .cta-button a {
    font-size: 14px;
    line-height: 160%;
  }
}

/*# sourceMappingURL=style-index.css.map*/