/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/home-blog/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.blog_section {
  background: #F4F5F7;
}
.blog_section .container {
  max-width: calc(100% - (100% - 1230px) / 2);
  margin-right: 0;
}
.blog_section__wrapper {
  padding: 30px 0 50px;
}
@media screen and (min-width: 991px) {
  .blog_section__wrapper {
    display: flex;
    align-items: center;
    padding: 15px 0;
  }
}
.blog_section__left {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 991px) {
  .blog_section__left {
    max-width: 35%;
    margin-bottom: 0;
  }
}
.blog_section__left .subtitle {
  color: #453FB2;
}
.blog_section__left h2 {
  color: #1F163C;
}
.blog_section__left .decs {
  color: rgba(23, 43, 77, 0.47);
  margin-bottom: 30px;
}
.blog_section__left .button_default {
  float: right;
}
@media screen and (max-width: 768px) {
  .blog_section__left .button_default {
    background: #1F163C;
    padding: 15px 35px 10px 20px;
    color: #fff;
  }
}
.blog_section__left:after {
  content: "";
  display: block;
  clear: both;
}
.blog_section__right {
  width: 100%;
}
@media screen and (min-width: 991px) {
  .blog_section__right {
    max-width: 65%;
    padding-left: 3em;
  }
}
@media screen and (min-width: 1200px) {
  .blog_section__right {
    padding-left: 10em;
  }
}
.blog_section__right .new__item {
  margin-bottom: 20px;
}
.blog_section__right .new__item--wrapper {
  padding: 30px 20px;
  background: #1F163C;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .blog_section__right .new__item--wrapper {
    display: flex;
    align-items: center;
    padding: 20px 30px 20px 50px;
    gap: 30px;
  }
}
.blog_section__right .new__item--content {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .blog_section__right .new__item--content {
    width: 70%;
    margin-bottom: 0;
  }
}
.blog_section__right .new__item--content .subtitle {
  text-decoration: none;
  text-transform: unset;
  color: #FF4959;
}
.blog_section__right .new__item--content .categories {
  margin-bottom: 15px;
}
.blog_section__right .new__item--content .categories ul li {
  list-style-type: none;
}
.blog_section__right .new__item--content h2 {
  color: #fff;
}
.blog_section__right .new__item--content h2 a {
  text-decoration: none;
}
.blog_section__right .new__item--content .decs {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.blog_section__right .new__item--content .button_default {
  float: right;
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.blog_section__right .new__item--content .button_default:hover {
  background: #fff;
  color: #1F163C;
}
.blog_section__right .new__item--content:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  .blog_section__right .new__item--image {
    width: 30%;
    text-align: right;
  }
}
.blog_section__right .new__item--image img {
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .blog_section__right .new__item--image img {
    max-width: 190px;
    height: auto;
    width: 100%;
  }
}
.blog_section__right .new__item:last-child {
  margin-bottom: 0;
}

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