/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-articles/block-articles.scss ***!
  \***************************************************************************************************************************************************************************************************************************/
.b-articles {
  position: relative;
  z-index: 1; }

.b-articles__bg-elipse-wrapp {
  position: absolute;
  right: 0;
  transform: translateX(30%);
  z-index: -1; }

.b-articles__bg-elipse {
  position: relative;
  width: 20.46875vw;
  height: 20.46875vw;
  background-color: #ea6716;
  border-radius: 50%; }

.b-articles__bg-elipse-dot {
  width: 11.35417vw;
  height: 11.35417vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0.41667vw dashed #e6b938;
  border-radius: 50%;
  padding: 2.91667vw; }

.b-articles__bg-elipse-sm {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1b5633; }

.b-articles__content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 1250px) {
    .b-articles__content-wrapper {
      display: block; } }

.b-articles__article {
  max-width: 724px;
  width: 100%;
  padding: 40px 27px;
  background-color: #f0f0f0;
  border-right: 2px solid #93272c;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (max-width: 1250px) {
    .b-articles__article {
      margin: 0 auto 25px; } }
  .b-articles__article:nth-child(2n-1) {
    margin-right: 25px; }
    @media screen and (max-width: 1250px) {
      .b-articles__article:nth-child(2n-1) {
        margin: 0 auto 25px; } }
  .b-articles__article h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #93272c;
    margin-bottom: 32px; }
  .b-articles__article p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 138%;
    color: #6c6c6c;
    margin-bottom: 48px; }

